Skip to content

Commit

Permalink
Remove unnecessary package dependencies (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Aug 19, 2024
1 parent 50c7a7b commit 4db915f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
5 changes: 1 addition & 4 deletions liquid-fire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"dependencies": {
"@embroider/addon-shim": "^1.8.6",
"@embroider/macros": "^1.13.1",
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"broccoli-stew": "^3.0.0",
"ember-modifier": "^4.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -104,7 +101,7 @@
"extends": "../package.json"
},
"peerDependencies": {
"ember-source": ">= 4.0.0",
"ember-source": ">= 3.28.0",
"velocity-animate": "^1.5.2"
}
}
13 changes: 3 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4db915f

Please sign in to comment.