Skip to content

Commit

Permalink
fix(dev): Fix ember-cli version (#3025)
Browse files Browse the repository at this point in the history
The updated version accidentally ended up in regular dependencies rather than dev dependencies, leading to conflicting versions.
  • Loading branch information
lobsterkatie authored Nov 3, 2020
1 parent 1fdb95f commit c8e34e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@sentry/types": "5.27.2",
"@sentry/utils": "5.27.2",
"ember-auto-import": "^1.6.0",
"ember-cli": "^3.21.2",
"ember-cli-babel": "^7.20.5",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-typescript": "^3.1.4",
Expand All @@ -55,7 +54,7 @@
"@types/rsvp": "^4.0.3",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "^3.19.0",
"ember-cli": "^3.21.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
Expand Down

0 comments on commit c8e34e9

Please sign in to comment.