update deps
This commit is contained in:
parent
7b30f77954
commit
5749276d7e
@ -17,19 +17,19 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-register": "^6.24.1",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-register": "^6.24.1",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"commander": "^2.8.1",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"commander": "^2.11.0",
|
||||
"convert-source-map": "^1.5.0",
|
||||
"fs-readdir-recursive": "^1.0.0",
|
||||
"glob": "^7.0.0",
|
||||
"lodash": "^4.2.0",
|
||||
"output-file-sync": "^1.1.0",
|
||||
"path-is-absolute": "^1.0.0",
|
||||
"glob": "^7.1.2",
|
||||
"lodash": "^4.17.4",
|
||||
"output-file-sync": "^1.1.2",
|
||||
"path-is-absolute": "^1.0.1",
|
||||
"slash": "^1.0.0",
|
||||
"source-map": "^0.5.0",
|
||||
"v8flags": "^2.0.10"
|
||||
"source-map": "^0.5.6",
|
||||
"v8flags": "^2.1.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"chokidar": "^1.6.1"
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.0",
|
||||
"chalk": "^1.1.3",
|
||||
"esutils": "^2.0.2",
|
||||
"js-tokens": "^3.0.0"
|
||||
"js-tokens": "^3.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,21 +30,21 @@
|
||||
"babel-generator": "^6.25.0",
|
||||
"babel-helpers": "^6.24.1",
|
||||
"babel-messages": "^6.23.0",
|
||||
"babel-template": "^6.25.0",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"babel-register": "^6.24.1",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"babel-template": "^6.25.0",
|
||||
"babel-traverse": "^6.25.0",
|
||||
"babel-types": "^6.25.0",
|
||||
"babylon": "^6.18.0",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"json5": "^0.5.0",
|
||||
"lodash": "^4.2.0",
|
||||
"minimatch": "^3.0.2",
|
||||
"path-is-absolute": "^1.0.0",
|
||||
"private": "^0.1.6",
|
||||
"convert-source-map": "^1.5.0",
|
||||
"debug": "^2.6.8",
|
||||
"json5": "^0.5.1",
|
||||
"lodash": "^4.17.4",
|
||||
"minimatch": "^3.0.4",
|
||||
"path-is-absolute": "^1.0.1",
|
||||
"private": "^0.1.7",
|
||||
"slash": "^1.0.0",
|
||||
"source-map": "^0.5.0"
|
||||
"source-map": "^0.5.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.22.0",
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
"babel-types": "^6.25.0",
|
||||
"detect-indent": "^4.0.0",
|
||||
"jsesc": "^1.3.0",
|
||||
"lodash": "^4.2.0",
|
||||
"source-map": "^0.5.0",
|
||||
"lodash": "^4.17.4",
|
||||
"source-map": "^0.5.6",
|
||||
"trim-right": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -8,6 +8,6 @@
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.22.0",
|
||||
"babel-types": "^6.24.1",
|
||||
"esutils": "^2.0.0"
|
||||
"esutils": "^2.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -6,9 +6,9 @@
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-function-name": "^6.24.1",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-types": "^6.24.1",
|
||||
"babel-helper-function-name": "^6.24.1"
|
||||
"lodash": "^4.17.4"
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.22.0",
|
||||
"lodash": "^4.2.0",
|
||||
"try-resolve": "^1.0.0"
|
||||
"lodash": "^4.17.4",
|
||||
"try-resolve": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.22.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-types": "^6.24.1"
|
||||
"babel-types": "^6.24.1",
|
||||
"lodash": "^4.17.4"
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,13 +8,13 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.22.0",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-helper-fixtures": "^6.22.0",
|
||||
"source-map": "^0.5.0",
|
||||
"babel-code-frame": "^6.22.0",
|
||||
"chai": "^3.0.0",
|
||||
"lodash": "^4.2.0"
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-helper-fixtures": "^6.22.0",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"chai": "^3.5.0",
|
||||
"lodash": "^4.17.4",
|
||||
"source-map": "^0.5.6"
|
||||
}
|
||||
}
|
||||
|
||||
@ -6,11 +6,11 @@
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.22.0",
|
||||
"babel-template": "^6.24.1",
|
||||
"babel-traverse": "^6.24.1",
|
||||
"babel-types": "^6.24.1",
|
||||
"babel-template": "^6.24.1",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-runtime": "^6.22.0"
|
||||
"lodash": "^4.17.4"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.22.0",
|
||||
"lodash": "^4.2.0"
|
||||
"lodash": "^4.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"regenerator-transform": "0.10.0"
|
||||
"regenerator-transform": "^0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"core-js": "^2.4.0",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"regenerator-runtime": "^0.10.0"
|
||||
"core-js": "^2.5.0",
|
||||
"regenerator-runtime": "^0.10.5"
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,11 +10,11 @@
|
||||
"dependencies": {
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"core-js": "^2.4.0",
|
||||
"core-js": "^2.5.0",
|
||||
"home-or-tmp": "^2.0.0",
|
||||
"lodash": "^4.2.0",
|
||||
"lodash": "^4.17.4",
|
||||
"mkdirp": "^0.5.1",
|
||||
"source-map-support": "^0.4.2"
|
||||
"source-map-support": "^0.4.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"decache": "^4.1.0"
|
||||
|
||||
@ -8,10 +8,10 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babylon": "^6.17.2",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"babel-traverse": "^6.25.0",
|
||||
"babel-types": "^6.25.0",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"lodash": "^4.2.0"
|
||||
"babylon": "^6.18.0",
|
||||
"lodash": "^4.17.4"
|
||||
}
|
||||
}
|
||||
|
||||
@ -13,10 +13,10 @@
|
||||
"babel-runtime": "^6.22.0",
|
||||
"babel-types": "^6.25.0",
|
||||
"babylon": "^6.18.0",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^9.0.0",
|
||||
"invariant": "^2.2.0",
|
||||
"lodash": "^4.2.0"
|
||||
"debug": "^2.6.8",
|
||||
"globals": "^9.18.0",
|
||||
"invariant": "^2.2.2",
|
||||
"lodash": "^4.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-generator": "^6.25.0"
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.22.0",
|
||||
"esutils": "^2.0.2",
|
||||
"lodash": "^4.2.0",
|
||||
"to-fast-properties": "^1.0.1"
|
||||
"lodash": "^4.17.4",
|
||||
"to-fast-properties": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-generator": "^6.22.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user