Skip to content

Commit

Permalink
Merge pull request #1832 from bertdeblock/update-to-ember-cli-babel-v8
Browse files Browse the repository at this point in the history
Update to `ember-cli-babel` v8
  • Loading branch information
mansona committed Mar 4, 2024
2 parents 6c8eb8a + bc01419 commit 7e05475
Show file tree
Hide file tree
Showing 3 changed files with 2,720 additions and 1,318 deletions.
4 changes: 2 additions & 2 deletions packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@embroider/shared-internals": "workspace:*",
"assert-never": "^1.2.1",
"babel-import-util": "^2.0.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-babel": "^8.2.0",
"find-up": "^5.0.0",
"lodash": "^4.17.21",
"resolve": "^1.20.0",
"semver": "^7.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-transform-modules-amd": "^7.19.6",
"@babel/traverse": "^7.14.5",
"@embroider/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@embroider/macros": "workspace:^",
"broccoli-funnel": "^3.0.5",
"ember-cli-babel": "^7.26.11"
"ember-cli-babel": "^8.2.0"
},
"peerDependencies": {
"ember-source": "*",
Expand All @@ -45,7 +46,6 @@
}
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@ember/jquery": "^2.0.0",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
Expand Down
Loading

0 comments on commit 7e05475

Please sign in to comment.