Skip to content

Commit

Permalink
downgrade to @ember/string v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Nov 29, 2024
1 parent 8deec87 commit 9cc8469
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/string": "^4.0.0",
"@ember/string": "^3.0.0",
"@ember/test-helpers": "^2.4.2",
"@embroider/test-setup": "^2.0.0",
"@glimmer/tracking": "^1.0.4",
Expand Down Expand Up @@ -120,7 +120,7 @@
"webpack": "5"
},
"peerDependencies": {
"@ember/string": "^4.0.0"
"@ember/string": ">= 3.0.0"
},
"resolutions": {
"@babel/plugin-transform-modules-amd": "7.16.5",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,13 @@
mkdirp "^1.0.4"
silent-error "^1.1.1"

"@ember/string@^3.0.0":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@ember/string/-/string-3.1.1.tgz#0a5ac0d1e4925259e41d5c8d55ef616117d47ff0"
integrity sha512-UbXJ+k3QOrYN4SRPHgXCqYIJ+yWWUg1+vr0H4DhdQPTy8LJfyqwZ2tc5uqpSSnEXE+/1KopHBE5J8GDagAg5cg==
dependencies:
ember-cli-babel "^7.26.6"

"@ember/string@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@ember/string/-/string-4.0.0.tgz#24fe5cda227c9e6634e6e0b550944a3a13437878"
Expand Down

0 comments on commit 9cc8469

Please sign in to comment.