Skip to content

Commit

Permalink
Merge pull request #330 from jamescdavis/update-babel
Browse files Browse the repository at this point in the history
chore: update @babel/*@latest (generally 7.9.0)
  • Loading branch information
rwjblue committed Mar 23, 2020
2 parents 99a2b32 + f08dbe8 commit d1ff8f0
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 263 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -40,16 +40,16 @@
"test:node:debug": "mocha debug node-tests"
},
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/helper-compilation-targets": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/helper-compilation-targets": "^7.8.7",
"@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/plugin-transform-typescript": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@babel/plugin-transform-modules-amd": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/plugin-transform-typescript": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.0",
"amd-name-resolver": "^1.2.1",
"babel-plugin-debug-macros": "^0.3.0",
"babel-plugin-ember-data-packages-polyfill": "^0.1.2",
Expand Down

0 comments on commit d1ff8f0

Please sign in to comment.