Skip to content

Commit

Permalink
Resolve all the @babel/core peer violations -- this is a bit of a tro…
Browse files Browse the repository at this point in the history
…ll, because @babel/core is unused by the babel that runs in the apps (for now) -- ember-cli-babel v8 will fix this
  • Loading branch information
NullVoxPopuli committed Jun 29, 2023
1 parent 1a4f7b1 commit 8825466
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 24 deletions.
1 change: 1 addition & 0 deletions packages/ember-cli-mirage-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"test:ember": "ember test"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@ember/jquery": "^2.0.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.7.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ember-cli-mirage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"lodash-es": "^4.17.11"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@ember/jquery": "^2.0.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.7.0",
Expand Down
65 changes: 41 additions & 24 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions test-packages/01-basic-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
}
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@faker-js/faker": "^6.3.1",
Expand Down
1 change: 1 addition & 0 deletions test-packages/02-app-that-excludes-mirage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@glimmer/component": "^1.0.4",
Expand Down
1 change: 1 addition & 0 deletions test-packages/03-embroider-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"miragejs": "^0.1.47"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@embroider/compat": "^3.0.2",
Expand Down

0 comments on commit 8825466

Please sign in to comment.