Skip to content

Commit

Permalink
Merge pull request #358 from babel/update-babel-dependencies
Browse files Browse the repository at this point in the history
Update babel related dependencies (for Babel 7.11.0).
  • Loading branch information
rwjblue authored Jul 30, 2020
2 parents ade2188 + e51b222 commit dbd7f38
Show file tree
Hide file tree
Showing 2 changed files with 668 additions and 462 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"test:node:debug": "mocha debug node-tests"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/helper-compilation-targets": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-transform-modules-amd": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/plugin-transform-typescript": "^7.10.1",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/runtime": "^7.10.2",
"@babel/core": "^7.11.0",
"@babel/helper-compilation-targets": "^7.10.4",
"@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.11.0",
"@babel/plugin-transform-typescript": "^7.11.0",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.0",
"amd-name-resolver": "^1.2.1",
"babel-plugin-debug-macros": "^0.3.3",
"babel-plugin-ember-data-packages-polyfill": "^0.1.2",
"babel-plugin-ember-modules-api-polyfill": "^3.0.0",
"babel-plugin-module-resolver": "^3.1.1",
"broccoli-babel-transpiler": "^7.5.0",
"broccoli-babel-transpiler": "^7.7.0",
"broccoli-debug": "^0.6.4",
"broccoli-funnel": "^2.0.1",
"broccoli-source": "^1.1.0",
Expand Down
Loading

0 comments on commit dbd7f38

Please sign in to comment.