Skip to content

Commit

Permalink
Merge pull request #127 from storybookjs/peer-dep-v3
Browse files Browse the repository at this point in the history
Fix: `typeof Meta` in Svelte v3 (Pin Svelte peer dependency to v3)
  • Loading branch information
JReinhold authored Aug 29, 2023
2 parents 63b7be9 + 893640b commit 715713d
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 110 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"deepscan.enable": true
}
"deepscan.enable": true,
"typescript.tsdk": "node_modules/typescript/lib"
}
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"test": "vitest run",
"chromatic": "chromatic --exit-zero-on-changes",
"coverage": "vitest run --coverage",
"check": "svelte-check",
"lint": "eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"storybook": "storybook dev --port 6006",
"start": "concurrently \"pnpm run storybook --quiet\" \"pnpm run build --watch\"",
Expand All @@ -65,6 +66,8 @@
"@storybook/csf": "^0.1.1",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/jest": "^0.1.0",
"@storybook/manager-api": "^7.0.0",
"@storybook/node-logger": "^7.0.0",
"@storybook/svelte": "^7.1.1",
"@storybook/svelte-vite": "^7.1.1",
"@storybook/test-runner": "^0.11.0",
Expand All @@ -73,6 +76,7 @@
"@sveltejs/package": "^2.2.0",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"@types/estree": "^1.0.1",
"auto": "^10.43.0",
"chromatic": "^6.19.9",
"concurrently": "^8.2.0",
Expand All @@ -84,7 +88,8 @@
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"storybook": "^7.1.1",
"svelte": "^4.0.0",
"svelte": "^3.55.0",
"svelte-check": "^3.5.0",
"svelte-jester": "^2.3.2",
"svelte-loader": "^3.1.7",
"typescript": "^5.1.6",
Expand All @@ -95,7 +100,7 @@
"@storybook/svelte": "^7.0.0",
"@storybook/theming": "^7.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0 || ^2.0.0",
"svelte": "^3.50.0 || ^4.0.0",
"svelte": "^3.50.0",
"svelte-loader": "^3.1.2",
"vite": "^3.0.0 || ^4.0.0"
},
Expand Down
Loading

0 comments on commit 715713d

Please sign in to comment.