Skip to content

Commit

Permalink
feat(package): update peer deps to suppress warnings
Browse files Browse the repository at this point in the history
This commit attempts to suppress undesired missing peer dependency warnings emitted by the pnpm package manager. If this change is unsuccessful, it will be reverted by the next commit.
  • Loading branch information
theurgi committed Feb 16, 2023
1 parent 8cc2412 commit 6358aa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"node": ">=16.18.0"
},
"peerDependencies": {
"eslint": "^7.15.0 || ^8.0.0"
"eslint": "^7.15.0 || ^8.0.0",
"svelte": "*",
"typescript": "*"
},
"peerDependenciesMeta": {
"svelte": {
Expand Down

0 comments on commit 6358aa1

Please sign in to comment.