Skip to content

Commit

Permalink
chore: add missing ember/string dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Techn1x committed Jul 11, 2024
1 parent 420e910 commit 9796fb7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 31 deletions.
71 changes: 41 additions & 30 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.0.1",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^2.9.3",
"@embroider/test-setup": "^3.0.0",
"@glimmer/component": "^1.1.2",
Expand Down Expand Up @@ -76,6 +76,7 @@
"webpack": "^5.78.0"
},
"peerDependencies": {
"@ember/string": "^3.1.1 || ^4.0.0",
"ember-source": "^3.16.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
Expand Down

0 comments on commit 9796fb7

Please sign in to comment.