@storybook/sveltekit 9.1.1 → 9.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +12 -8
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # Storybook for SvelteKit
2
2
 
3
- See [documentation](https://storybook.js.org/docs/get-started/frameworks/sveltekit?renderer=svelte) for installation instructions, usage examples, APIs, and more.
3
+ See [documentation](https://storybook.js.org/docs/get-started/frameworks/sveltekit?renderer=svelte&ref=readme) for installation instructions, usage examples, APIs, and more.
4
4
 
5
5
  ## Acknowledgements
6
6
 
7
7
  Integrating with SvelteKit would not have been possible if it weren't for the fantastic efforts by the Svelte core team - especially [Ben McCann](https://twitter.com/benjaminmccann) - to make integrations with the wider ecosystem possible.
8
8
  A big thank you also goes out to [Paolo Ricciuti](https://twitter.com/PaoloRicciuti) for improving the mocking capabilities.
9
+
10
+ Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@storybook/sveltekit",
3
- "version": "9.1.1",
4
- "description": "Storybook for SvelteKit",
3
+ "version": "9.1.3",
4
+ "description": "Storybook for SvelteKit: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
7
+ "storybook-framework",
7
8
  "svelte",
8
9
  "sveltekit",
9
- "svelte-kit"
10
+ "svelte-kit",
11
+ "vite",
12
+ "component",
13
+ "components"
10
14
  ],
11
15
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/sveltekit",
12
16
  "bugs": {
@@ -65,9 +69,9 @@
65
69
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
66
70
  },
67
71
  "dependencies": {
68
- "@storybook/builder-vite": "9.1.1",
69
- "@storybook/svelte": "9.1.1",
70
- "@storybook/svelte-vite": "9.1.1"
72
+ "@storybook/builder-vite": "9.1.3",
73
+ "@storybook/svelte": "9.1.3",
74
+ "@storybook/svelte-vite": "9.1.3"
71
75
  },
72
76
  "devDependencies": {
73
77
  "@types/node": "^22.0.0",
@@ -75,7 +79,7 @@
75
79
  "vite": "^6.2.5"
76
80
  },
77
81
  "peerDependencies": {
78
- "storybook": "^9.1.1",
82
+ "storybook": "^9.1.3",
79
83
  "svelte": "^5.0.0",
80
84
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
81
85
  },
@@ -95,5 +99,5 @@
95
99
  ],
96
100
  "platform": "node"
97
101
  },
98
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
102
+ "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684"
99
103
  }