Skip to content

Commit

Permalink
Merge pull request #320 from Turbo87/babel
Browse files Browse the repository at this point in the history
Update Babel to v7.8.3
  • Loading branch information
Turbo87 authored Jan 24, 2020
2 parents b23e749 + b96ec8c commit f305de0
Show file tree
Hide file tree
Showing 2 changed files with 674 additions and 561 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"test:node:debug": "mocha debug node-tests"
},
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-transform-modules-amd": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-modules-amd": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/runtime": "^7.8.3",
"amd-name-resolver": "^1.2.1",
"babel-plugin-debug-macros": "^0.3.0",
"babel-plugin-ember-modules-api-polyfill": "^2.12.0",
"babel-plugin-module-resolver": "^3.1.1",
"broccoli-babel-transpiler": "^7.3.0",
"broccoli-babel-transpiler": "^7.4.0",
"broccoli-debug": "^0.6.4",
"broccoli-funnel": "^2.0.1",
"broccoli-source": "^1.1.0",
Expand Down
Loading

0 comments on commit f305de0

Please sign in to comment.