Skip to content

Commit

Permalink
Added @babel/core as a dependency (required by ember-cli-babel@v8) (#…
Browse files Browse the repository at this point in the history
…1880)

* Add missing peerDependencies

* Revert "Add missing peerDependencies"

This reverts commit 0965140.

* bugfix: Added @babel/core as a dependency (required by ember-cli-babel@v8)

* bugfix: Added @ember/test-helpers as a development dependency, allowing consumers to keep providing their own

* chore: Added lockfile

* chore: Added changeset

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
mkszepp and ijlee2 committed May 14, 2024
1 parent ab21202 commit 61333e0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/sweet-radios-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"ember-intl": patch
"my-v2-addon": patch
---

Added @babel/core as a dependency (required by ember-cli-babel@v8)
1 change: 1 addition & 0 deletions docs/my-v2-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"@babel/core": "^7.24.5",
"@babel/plugin-transform-typescript": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@ember/test-helpers": "^3.3.0",
"@embroider/addon-dev": "^4.3.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down
1 change: 1 addition & 0 deletions packages/ember-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"test": "ember test --test-port=0"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@formatjs/icu-messageformat-parser": "^2.7.6",
"@formatjs/intl": "^2.10.1",
"broccoli-caching-writer": "^3.0.3",
Expand Down
12 changes: 9 additions & 3 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 61333e0

Please sign in to comment.