Skip to content

Commit 0984a58

Browse files
author
Robert Jackson
committed
Update babel related packages to latest.
(cherry picked from commit 485f004)
1 parent ecedaa6 commit 0984a58

File tree

2 files changed

+921
-781
lines changed

2 files changed

+921
-781
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"test:browserstack": "node bin/run-browserstack-tests.js"
4848
},
4949
"dependencies": {
50-
"@babel/helper-module-imports": "^7.0.0",
51-
"@babel/plugin-transform-block-scoping": "^7.6.2",
52-
"@babel/plugin-transform-object-assign": "^7.2.0",
50+
"@babel/helper-module-imports": "^7.8.3",
51+
"@babel/plugin-transform-block-scoping": "^7.8.3",
52+
"@babel/plugin-transform-object-assign": "^7.8.3",
5353
"@ember/edition-utils": "^1.2.0",
5454
"babel-plugin-debug-macros": "^0.3.3",
5555
"babel-plugin-filter-imports": "^3.0.0",
@@ -58,7 +58,7 @@
5858
"broccoli-funnel": "^2.0.2",
5959
"broccoli-merge-trees": "^3.0.2",
6060
"chalk": "^2.4.2",
61-
"ember-cli-babel": "^7.11.0",
61+
"ember-cli-babel": "^7.18.0",
6262
"ember-cli-get-component-path-option": "^1.0.0",
6363
"ember-cli-is-package-missing": "^1.0.0",
6464
"ember-cli-normalize-entity-name": "^1.0.0",
@@ -73,7 +73,7 @@
7373
"silent-error": "^1.1.1"
7474
},
7575
"devDependencies": {
76-
"@babel/preset-env": "^7.6.0",
76+
"@babel/preset-env": "^7.9.0",
7777
"@glimmer/compiler": "0.38.5-alpha.5",
7878
"@glimmer/env": "^0.1.7",
7979
"@glimmer/interfaces": "0.38.5-alpha.5",
@@ -87,11 +87,11 @@
8787
"@typescript-eslint/parser": "^2.7.0",
8888
"auto-dist-tag": "^1.0.0",
8989
"aws-sdk": "^2.573.0",
90-
"babel-eslint": "^10.0.3",
9190
"babel-plugin-module-resolver": "^3.2.0",
91+
"babel-eslint": "^10.1.0",
9292
"babel-template": "^6.26.0",
9393
"backburner.js": "^2.6.0",
94-
"broccoli-babel-transpiler": "^7.3.0",
94+
"broccoli-babel-transpiler": "^7.4.0",
9595
"broccoli-file-creator": "^2.1.1",
9696
"broccoli-persistent-filter": "^2.3.1",
9797
"broccoli-plugin": "^3.0.0",

0 commit comments

Comments
 (0)