Skip to content

Commit

Permalink
Merge pull request #182 from rwjblue/bump-minimum-babel
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 12, 2020
2 parents 09506f3 + 1d1cc0b commit adb0dc4
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 102 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"homepage": "https://github.com/babel/broccoli-babel-transpiler",
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/core": "^7.10.2",
"@babel/polyfill": "^7.10.1",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^3.0.2",
"broccoli-persistent-filter": "^2.2.1",
Expand All @@ -49,10 +49,10 @@
"workerpool": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.8.3",
"@babel/plugin-transform-modules-amd": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.10.1",
"@babel/plugin-transform-classes": "^7.10.1",
"@babel/plugin-transform-modules-amd": "^7.10.1",
"@babel/plugin-transform-strict-mode": "^7.10.1",
"amd-name-resolver": "1.3.1",
"babel-plugin-module-resolver": "^3.2.0",
"broccoli-test-helpers": "0.0.9",
Expand Down
Loading

0 comments on commit adb0dc4

Please sign in to comment.