Skip to content

Commit

Permalink
Widen peer dependency ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed May 25, 2024
1 parent 3564df6 commit 7ea3fb5
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"chromatic": "chromatic --exit-zero-on-changes",
"coverage": "vitest run --coverage",
"check": "svelte-check",
"lint": "eslint --cache --cache-location=.cache/eslint --ext .js.json,.html,.svelte,.ts --report-unused-disable-directives",
"lint": "eslint --cache --cache-location=.cache/eslint --ext .js,.json,.html,.svelte,.ts --report-unused-disable-directives",
"storybook": "storybook dev --port 6006 --no-open",
"start": "concurrently \"pnpm run storybook --quiet\" \"pnpm run build --watch\"",
"build-storybook": "storybook build",
Expand Down Expand Up @@ -85,18 +85,10 @@
"vitest": "^1.5.2"
},
"peerDependencies": {
"@storybook/svelte": "^8.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"svelte": "^5.0.0-next.117",
"vite": "^5.2.10"
},
"peerDependenciesMeta": {
"@sveltejs/vite-plugin-svelte": {
"optional": true
},
"vite": {
"optional": true
}
"@storybook/svelte": "^8.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.0 || ^4.0.0",
"svelte": "^5.0.0-next.117 || ^5.0.0",
"vite": "^5.0.0"
},
"auto": {
"plugins": [
Expand Down

0 comments on commit 7ea3fb5

Please sign in to comment.