mirror of https://github.com/webpack/webpack.git
updated dependencies
This commit is contained in:
parent
edcda295cb
commit
bf3ea10f3c
16
package.json
16
package.json
|
@ -4,16 +4,16 @@
|
||||||
"author": "Tobias Koppers @sokra",
|
"author": "Tobias Koppers @sokra",
|
||||||
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.",
|
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "~0.9.0",
|
"async": "^1.3.0",
|
||||||
"clone": "~1.0.2",
|
"clone": "^1.0.2",
|
||||||
"enhanced-resolve": "~0.8.2",
|
"enhanced-resolve": "~0.8.2",
|
||||||
"esprima": "~1.2.0",
|
"esprima": "^1.2.0",
|
||||||
"interpret": "^0.5.2",
|
"interpret": "^0.6.4",
|
||||||
"memory-fs": "~0.2.0",
|
"memory-fs": "~0.2.0",
|
||||||
"mkdirp": "~0.5.0",
|
"mkdirp": "~0.5.0",
|
||||||
"node-libs-browser": ">= 0.4.0 <=0.6.0",
|
"node-libs-browser": ">= 0.4.0 <=0.6.0",
|
||||||
"optimist": "~0.6.0",
|
"optimist": "~0.6.0",
|
||||||
"supports-color": "^1.2.0",
|
"supports-color": "^3.1.0",
|
||||||
"tapable": "~0.1.8",
|
"tapable": "~0.1.8",
|
||||||
"uglify-js": "~2.4.13",
|
"uglify-js": "~2.4.13",
|
||||||
"watchpack": "^0.2.1",
|
"watchpack": "^0.2.1",
|
||||||
|
@ -27,11 +27,11 @@
|
||||||
"coffee-loader": "~0.7.1",
|
"coffee-loader": "~0.7.1",
|
||||||
"component-webpack-plugin": "~0.2.0",
|
"component-webpack-plugin": "~0.2.0",
|
||||||
"coveralls": "^2.11.2",
|
"coveralls": "^2.11.2",
|
||||||
"css-loader": "~0.14.0",
|
"css-loader": "~0.15.0",
|
||||||
"diff": "^1.4.0",
|
"diff": "^1.4.0",
|
||||||
"eslint": "^0.24.0",
|
"eslint": "^0.24.0",
|
||||||
"eslint-plugin-nodeca": "^1.0.3",
|
"eslint-plugin-nodeca": "^1.0.3",
|
||||||
"express": "~3.4.8",
|
"express": "~4.13.1",
|
||||||
"extract-text-webpack-plugin": "~0.8.0",
|
"extract-text-webpack-plugin": "~0.8.0",
|
||||||
"file-loader": "~0.8.0",
|
"file-loader": "~0.8.0",
|
||||||
"glob": "^5.0.14",
|
"glob": "^5.0.14",
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
"mocha-lcov-reporter": "0.0.2",
|
"mocha-lcov-reporter": "0.0.2",
|
||||||
"raw-loader": "~0.5.0",
|
"raw-loader": "~0.5.0",
|
||||||
"script-loader": "~0.6.0",
|
"script-loader": "~0.6.0",
|
||||||
"should": "^6.0.1",
|
"should": "^7.0.2",
|
||||||
"style-loader": "~0.12.0",
|
"style-loader": "~0.12.0",
|
||||||
"url-loader": "~0.5.0",
|
"url-loader": "~0.5.0",
|
||||||
"val-loader": "~0.5.0",
|
"val-loader": "~0.5.0",
|
||||||
|
|
Loading…
Reference in New Issue