Skip to content

Commit

Permalink
Merge pull request #404 from yapplabs/peer-dep-clarity
Browse files Browse the repository at this point in the history
Move items from devDeps to peerDeps and update peerDepsMeta to clarify dependencies
  • Loading branch information
lukemelia authored Oct 1, 2024
2 parents 6125550 + 16fdf6d commit 4adfc99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"devDependencies": {
"@ember/jquery": "^2.0.0",
"@ember/optional-features": "^2.0.0",
"@ember/render-modifiers": "^2.1.0",
"@ember/test-helpers": "^2.6.0",
"@embroider/test-setup": "^1.0.0",
"@glimmer/component": "^1.1.2",
Expand Down Expand Up @@ -86,12 +85,21 @@
"webpack": "^5.67.0"
},
"peerDependencies": {
"@ember/render-modifiers": "^2.1.0",
"@ember/string": "^3.0.0 || ^4.0.0",
"ember-tether": "^3.0.0"
"ember-tether": "^3.0.0",
"liquid-tether": "^2.0.7",
"liquid-wormhole": "^3.0.1"
},
"peerDependenciesMeta": {
"ember-tether": {
"optional": true
},
"liquid-tether": {
"optional": true
},
"liquid-wormhole": {
"optional": true
}
},
"engines": {
Expand Down
6 changes: 3 additions & 3 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 4adfc99

Please sign in to comment.