Skip to content

Commit 12a2867

Browse files
author
Robert Jackson
authored
Merge pull request #365 from babel/update-babel
Update @babel packages for 7.12.0.
2 parents c412384 + 37b8306 commit 12a2867

File tree

2 files changed

+168
-984
lines changed

2 files changed

+168
-984
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@
4040
"test:node:debug": "mocha debug node-tests"
4141
},
4242
"dependencies": {
43-
"@babel/core": "^7.11.0",
44-
"@babel/helper-compilation-targets": "^7.10.4",
43+
"@babel/core": "^7.12.0",
44+
"@babel/helper-compilation-targets": "^7.12.0",
4545
"@babel/plugin-proposal-class-properties": "^7.10.4",
4646
"@babel/plugin-proposal-decorators": "^7.10.5",
4747
"@babel/plugin-transform-modules-amd": "^7.10.5",
48-
"@babel/plugin-transform-runtime": "^7.11.0",
49-
"@babel/plugin-transform-typescript": "^7.11.0",
50-
"@babel/polyfill": "^7.10.4",
51-
"@babel/preset-env": "^7.11.0",
52-
"@babel/runtime": "^7.11.0",
48+
"@babel/plugin-transform-runtime": "^7.12.0",
49+
"@babel/plugin-transform-typescript": "^7.12.0",
50+
"@babel/polyfill": "^7.11.5",
51+
"@babel/preset-env": "^7.12.0",
52+
"@babel/runtime": "^7.12.0",
5353
"amd-name-resolver": "^1.2.1",
5454
"babel-plugin-debug-macros": "^0.3.3",
5555
"babel-plugin-ember-data-packages-polyfill": "^0.1.2",
56-
"babel-plugin-ember-modules-api-polyfill": "^3.1.1",
56+
"babel-plugin-ember-modules-api-polyfill": "^3.2.0",
5757
"babel-plugin-module-resolver": "^3.1.1",
58-
"broccoli-babel-transpiler": "^7.7.0",
58+
"broccoli-babel-transpiler": "^7.8.0",
5959
"broccoli-debug": "^0.6.4",
6060
"broccoli-funnel": "^2.0.1",
6161
"broccoli-source": "^1.1.0",
6262
"clone": "^2.1.2",
63-
"ember-cli-babel-plugin-helpers": "^1.1.0",
63+
"ember-cli-babel-plugin-helpers": "^1.1.1",
6464
"ember-cli-version-checker": "^4.1.0",
6565
"ensure-posix-path": "^1.0.2",
6666
"fixturify-project": "^1.10.0",

0 commit comments

Comments
 (0)