FIX: Move `ember-cli-deprecation-workflow` to runtime deps (#17317)

We have a weird setup where almost all deps need to be runtime…
This commit is contained in:
Jarek Radosz 2022-07-04 04:20:20 +02:00 committed by GitHub
parent 7b9e6bb303
commit e31002fc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.23.1",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-deprecation-workflow": "^2.1.0",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
@ -91,7 +92,6 @@
},
"devDependencies": {
"ember-cached-decorator-polyfill": "^0.1.4",
"ember-cli-deprecation-workflow": "^2.1.0",
"ember-exam": "^7.0.1"
}
}