DEV: Add missing `@ember/string` dependencies (#28547)

All those addons import it but didn't have it in their package.jsons. And because the only thing that had it as a dependency (ember-cli-deprecation-workflow) removed it in the latest version, the build breaks.

File it under: a problem we wouldn't have with pnpm :P
This commit is contained in:
Jarek Radosz 2024-08-26 15:48:01 +02:00 committed by GitHub
parent db8e0a02f1
commit dd1abf91ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"@ember/string": "^4.0.0",
"discourse-common": "1.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",

View File

@ -15,6 +15,7 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"@ember/string": "^4.0.0",
"@uppy/aws-s3": "3.0.6",
"@uppy/aws-s3-multipart": "3.1.3",
"@uppy/core": "3.0.4",

View File

@ -15,6 +15,7 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"@ember/string": "^4.0.0",
"ember-auto-import": "^2.7.4",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",