Skip to content

Commit

Permalink
Merge pull request #1891 from embroider-build/revert-babel-bump
Browse files Browse the repository at this point in the history
Revert "Update to `ember-cli-babel` v8"
  • Loading branch information
mansona authored Apr 30, 2024
2 parents db12218 + e9dd483 commit 0c58ef4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 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": "^8.2.0",
"ember-cli-babel": "^7.26.6",
"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,10 +27,9 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@embroider/macros": "workspace:^",
"broccoli-funnel": "^3.0.5",
"ember-cli-babel": "^8.2.0"
"ember-cli-babel": "^7.26.11"
},
"peerDependencies": {
"ember-source": "*",
Expand All @@ -46,6 +45,7 @@
}
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@ember/jquery": "^2.0.0",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
Expand Down
27 changes: 17 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c58ef4

Please sign in to comment.