Skip to content

Commit

Permalink
fix(embroider): add missing dependency to @ember/string
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Mar 22, 2022
1 parent b85141a commit e58cbe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -35,6 +35,7 @@
},
"dependencies": {
"@ember/render-modifiers": "^2.0.4",
"@ember/string": "^3.0.0",
"@embroider/util": "^1.5.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -1203,6 +1203,13 @@
ember-cli-babel "^7.26.11"
ember-modifier-manager-polyfill "^1.2.0"

"@ember/string@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@ember/string/-/string-3.0.0.tgz#e3a3cc7874c9f64eadfdac644d8b1238721ce289"
integrity sha512-T+7QYDp8ItlQseNveK2lL6OsOO5wg7aNQ/M2RpO8cGwM80oZOnr/Y35HmMfu4ejFEc+F1LPegvu7LGfeJOicWA==
dependencies:
ember-cli-babel "^7.26.6"

"@ember/test-helpers@2.6.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.6.0.tgz#d687515c6ab49ba72717fc62046970ef4a72ea9c"
Expand Down

0 comments on commit e58cbe5

Please sign in to comment.