Skip to content

Commit

Permalink
fix: Move @ember/test-waiters to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patocallaghan committed Feb 25, 2022
1 parent 7687ff4 commit c6db46b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ember-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.2.0",
"@embroider/macros": "^1.2.0",
"@embroider/macros": "^1.2.0"
},
"peerDependencies": {
"@ember/test-waiters": "^3.0.0"
},
"devDependencies": {
Expand All @@ -48,6 +50,7 @@
"@babel/plugin-syntax-decorators": "7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-typescript": "7.16.7",
"@ember/test-waiters": "^3.0.0",
"@embroider/addon-dev": "1.2.0",
"@nullvoxpopuli/eslint-configs": "^2.1.1",
"@semantic-release/changelog": "^5.0.0",
Expand Down

0 comments on commit c6db46b

Please sign in to comment.