Skip to content

Commit

Permalink
Upgrade babel-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
patocallaghan committed Mar 8, 2021
1 parent 20924fa commit 61fce1c
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 121 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"dependencies": {
"@babel/core": "^7.12.0",
"@babel/helper-compilation-targets": "^7.12.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-transform-modules-amd": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.12.0",
"@babel/plugin-transform-typescript": "^7.12.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-transform-modules-amd": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.12.0",
"@babel/runtime": "^7.12.0",
"amd-name-resolver": "^1.3.1",
"babel-plugin-debug-macros": "^0.3.4",
"babel-plugin-ember-data-packages-polyfill": "^0.1.2",
"babel-plugin-ember-modules-api-polyfill": "^3.3.0",
"babel-plugin-ember-modules-api-polyfill": "^3.4.0",
"babel-plugin-module-resolver": "^3.2.0",
"broccoli-babel-transpiler": "^7.8.0",
"broccoli-debug": "^0.6.4",
Expand Down

0 comments on commit 61fce1c

Please sign in to comment.