Skip to content

Commit

Permalink
chore: update @babel/*@latest (generally 7.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Mar 20, 2020
1 parent acfc22b commit 32f6061
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 189 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 32f6061

Please sign in to comment.