Skip to content

Commit 2565df3

Browse files
committed
chore: add @ember/string
1 parent fc0049a commit 2565df3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test-app/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@babel/eslint-parser": "^7.19.1",
3636
"@ember/legacy-built-in-components": "0.4.1",
3737
"@ember/optional-features": "^2.0.0",
38+
"@ember/string": "^3.1.1",
3839
"@ember/test-helpers": "^2.9.3",
3940
"@embroider/test-setup": "^2.0.2",
4041
"@glimmer/component": "^1.1.2",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,13 @@
11031103
mkdirp "^1.0.4"
11041104
silent-error "^1.1.1"
11051105

1106+
"@ember/string@^3.1.1":
1107+
version "3.1.1"
1108+
resolved "https://registry.yarnpkg.com/@ember/string/-/string-3.1.1.tgz#0a5ac0d1e4925259e41d5c8d55ef616117d47ff0"
1109+
integrity sha512-UbXJ+k3QOrYN4SRPHgXCqYIJ+yWWUg1+vr0H4DhdQPTy8LJfyqwZ2tc5uqpSSnEXE+/1KopHBE5J8GDagAg5cg==
1110+
dependencies:
1111+
ember-cli-babel "^7.26.6"
1112+
11061113
"@ember/test-helpers@^2.9.3":
11071114
version "2.9.4"
11081115
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.9.4.tgz#985022e9ba05cfc918bcf08b77cbb355f85b723e"

0 commit comments

Comments
 (0)