Skip to content

Commit

Permalink
Merge pull request #385 from patocallaghan/patoc/update-babel-plugins
Browse files Browse the repository at this point in the history
Upgrade babel-plugins
  • Loading branch information
rwjblue committed Mar 10, 2021
2 parents 20924fa + 85cc644 commit 0b4cef2
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 123 deletions.
14 changes: 7 additions & 7 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",
"@babel/runtime": "7.12.18",
"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 0b4cef2

Please sign in to comment.