Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Aug 16, 2017
1 parent 7b30f77 commit 5749276
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 55 deletions.
18 changes: 9 additions & 9 deletions packages/babel-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
20 changes: 10 additions & 10 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-builder-react-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.24.1",
"esutils": "^2.0.0"
"esutils": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-define-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-regex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 6 additions & 6 deletions packages/babel-helper-transform-fixture-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-code-frame": "^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-polyfill": "^6.23.0",
"babel-runtime": "^6.22.0",
"chai": "^3.5.0",
"lodash": "^4.17.4",
"source-map": "^0.5.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-regenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions packages/babel-register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5749276

Please sign in to comment.