mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Moving front-end code out of devDependencies (#10690)
Backports PR #10670 **Commit 1:** Moving front-end code out of devDependencies * Original sha:6d4e7288cd
* Authored by Chris Cowan <chris@chriscowan.us> on 2017-03-02T23:41:51Z **Commit 2:** removing range specifier * Original sha:fe7cbe57d7
* Authored by Chris Cowan <chris@chriscowan.us> on 2017-03-03T13:20:14Z **Commit 3:** overriding ua-parser-js@0.7.12 to MIT * Original sha:21cf790e7e
* Authored by Chris Cowan <chris@chriscowan.us> on 2017-03-03T13:21:51Z **Commit 4:** upgrading react-color; upgrading react; upgrading pui-tooltip; * Original sha:183b71c458
* Authored by Chris Cowan <chris@chriscowan.us> on 2017-03-03T15:39:17Z
This commit is contained in:
parent
4a0d35e6cb
commit
1cdf106a0e
2 changed files with 20 additions and 19 deletions
38
package.json
38
package.json
|
@ -126,6 +126,7 @@
|
|||
"extract-text-webpack-plugin": "0.8.2",
|
||||
"file-loader": "0.8.4",
|
||||
"font-awesome": "4.4.0",
|
||||
"flot-charts": "0.8.3",
|
||||
"glob": "5.0.13",
|
||||
"glob-all": "3.0.1",
|
||||
"good-squeeze": "2.1.0",
|
||||
|
@ -156,14 +157,32 @@
|
|||
"node-uuid": "1.4.7",
|
||||
"pegjs": "0.9.0",
|
||||
"postcss-loader": "1.2.1",
|
||||
"pui-react-overlay-trigger": "7.5.4",
|
||||
"pui-react-tooltip": "7.5.4",
|
||||
"querystring-browser": "1.0.4",
|
||||
"raw-loader": "0.5.1",
|
||||
"react": "15.4.2",
|
||||
"react-ace": "3.7.0",
|
||||
"react-addons-test-utils": "15.4.2",
|
||||
"react-anything-sortable": "1.6.1",
|
||||
"react-color": "2.11.1",
|
||||
"react-dom": "15.4.2",
|
||||
"react-markdown": "2.4.2",
|
||||
"react-redux": "4.4.5",
|
||||
"react-router": "2.0.0",
|
||||
"react-router-redux": "4.0.4",
|
||||
"react-select": "1.0.0-rc.1",
|
||||
"react-sortable": "1.1.0",
|
||||
"reactcss": "1.0.7",
|
||||
"redux": "3.0.0",
|
||||
"redux-thunk": "0.1.0",
|
||||
"request": "2.61.0",
|
||||
"rimraf": "2.4.3",
|
||||
"rison-node": "1.0.0",
|
||||
"rjs-repack-loader": "1.0.6",
|
||||
"script-loader": "0.6.1",
|
||||
"semver": "5.1.0",
|
||||
"simianhacker-react-resize-aware": "1.0.11",
|
||||
"style-loader": "0.12.3",
|
||||
"tar": "2.2.0",
|
||||
"tinygradient": "0.3.0",
|
||||
|
@ -195,7 +214,6 @@
|
|||
"event-stream": "3.3.2",
|
||||
"expect.js": "0.3.1",
|
||||
"faker": "1.1.0",
|
||||
"flot-charts": "^0.8.3",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-aws-s3": "0.14.5",
|
||||
"grunt-babel": "6.0.0",
|
||||
|
@ -236,25 +254,7 @@
|
|||
"npm": "3.10.10",
|
||||
"portscanner": "1.0.0",
|
||||
"proxyquire": "1.7.10",
|
||||
"pui-react-overlay-trigger": "^7.0.0",
|
||||
"pui-react-tooltip": "^7.0.0",
|
||||
"react": "15.2.0",
|
||||
"react-ace": "3.7.0",
|
||||
"react-addons-test-utils": "15.2.0",
|
||||
"react-anything-sortable": "^1.6.1",
|
||||
"react-color": "^2.2.7",
|
||||
"react-dom": "15.2.0",
|
||||
"react-markdown": "^2.4.2",
|
||||
"react-redux": "4.4.5",
|
||||
"react-router": "2.0.0",
|
||||
"react-router-redux": "4.0.4",
|
||||
"react-select": "^1.0.0-rc.1",
|
||||
"react-sortable": "^1.1.0",
|
||||
"reactcss": "^1.0.7",
|
||||
"redux": "3.0.0",
|
||||
"redux-thunk": "0.1.0",
|
||||
"sass-loader": "4.0.0",
|
||||
"simianhacker-react-resize-aware": "^1.0.11",
|
||||
"simple-git": "1.37.0",
|
||||
"sinon": "1.17.2",
|
||||
"source-map": "0.5.6",
|
||||
|
|
|
@ -49,6 +49,7 @@ module.exports = function (grunt) {
|
|||
'ripemd160@0.2.0': ['MIT'],
|
||||
'select@1.0.6': ['MIT'],
|
||||
'uglify-js@2.2.5': ['BSD'],
|
||||
'ua-parser-js@0.7.12': ['MIT']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue