Skip to content

Commit

Permalink
build: add @ember/string v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Oct 1, 2023
1 parent cea3228 commit f07a28c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions ember-slugify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@embroider/addon-dev": "^3.0.0",
"@ember/string": "^3.1.1",
"@rollup/plugin-babel": "^6.0.3",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
9 changes: 8 additions & 1 deletion test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,14 @@ module.exports = async function () {
},
},
},
embroiderSafe(),
{
...embroiderSafe(),
npm: {
devDependencies: {
'@ember/string': '^3.1.1',
},
},
},
embroiderOptimized(),
],
}
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,13 @@
mkdirp "^1.0.4"
silent-error "^1.1.1"

"@ember/string@^3.1.1":
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/test-helpers@^2.8.1":
version "2.9.3"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.9.3.tgz#c2a9d6ab1c367af92cf1a334f97eb19b8e06e6e1"
Expand Down

0 comments on commit f07a28c

Please sign in to comment.