Skip to content

Commit

Permalink
fix: use workspace selector on internal peer deps (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Sep 16, 2023
1 parent 7758c8b commit e58e9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"debug": "^4.3.4"
},
"peerDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"@sveltejs/vite-plugin-svelte": "workspace:^",
"svelte": "^4.0.0",
"vite": "^5.0.0-beta.1 || ^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/sveltejs/vite-plugin-svelte#readme",
"dependencies": {
"@sveltejs/vite-plugin-svelte-inspector": "^1.0.4",
"@sveltejs/vite-plugin-svelte-inspector": "workspace:^",
"debug": "^4.3.4",
"deepmerge": "^4.3.1",
"kleur": "^4.1.5",
Expand Down

0 comments on commit e58e9f7

Please sign in to comment.