Skip to content

Commit

Permalink
fix: πŸ› Delete peerDeps within our addons (#2605)
Browse files Browse the repository at this point in the history
* fix: πŸ› Delete peerDeps within our addons
  • Loading branch information
calcaide authored Dec 5, 2024
1 parent 371301b commit f9a7864
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions addons/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
"qunit-dom": "^3.2.1",
"webpack": "^5.94.0"
},
"peerDependencies": {
"ember-source": ">4.0.0"
},
"engines": {
"node": "18.* || 20.*"
},
Expand Down
5 changes: 1 addition & 4 deletions addons/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"ember-loading": "^2.0.0",
"ember-truth-helpers": "^3.0.0",
"filesize": "^10.0.7",
"lodash": "^4.17.21",
"sass": "^1.69.5"
},
"devDependencies": {
Expand Down Expand Up @@ -87,10 +88,6 @@
"sinon": "^19.0.2",
"webpack": "^5.94.0"
},
"peerDependencies": {
"ember-source": "^4.0.0",
"lodash": "^4.17.21"
},
"engines": {
"node": "18.* || 20.*"
},
Expand Down
3 changes: 0 additions & 3 deletions addons/rose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
"stylelint-config-standard-scss": "^11.0.0",
"webpack": "^5.94.0"
},
"peerDependencies": {
"ember-source": "^4.0.0"
},
"engines": {
"node": "18.* || 20.*"
},
Expand Down

0 comments on commit f9a7864

Please sign in to comment.