@storybook/svelte-webpack5 7.1.0-alpha.30 → 7.1.0-alpha.31

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 +6 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -24,9 +24,9 @@ You can also build a [static version](https://storybook.js.org/docs/svelte/shari
24
24
 
25
25
  ## TODOs
26
26
 
27
- - [ ] Support `addon-info`
28
- - [ ] Support Svelte markup directly in stories
29
- - [ ] Add Svelte storybook generator
30
- - [ ] Provide stories that show advanced Svelte use cases
31
- - [ ] Hydratable
32
- - [ ] Advanced mount options
27
+ - Support `addon-info`
28
+ - Support Svelte markup directly in stories
29
+ - Add Svelte storybook generator
30
+ - Provide stories that show advanced Svelte use cases
31
+ - Hydratable
32
+ - Advanced mount options
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/svelte-webpack5",
3
- "version": "7.1.0-alpha.30",
3
+ "version": "7.1.0-alpha.31",
4
4
  "description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,10 +47,10 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "7.1.0-alpha.30",
51
- "@storybook/core-common": "7.1.0-alpha.30",
52
- "@storybook/preset-svelte-webpack": "7.1.0-alpha.30",
53
- "@storybook/svelte": "7.1.0-alpha.30"
50
+ "@storybook/builder-webpack5": "7.1.0-alpha.31",
51
+ "@storybook/core-common": "7.1.0-alpha.31",
52
+ "@storybook/preset-svelte-webpack": "7.1.0-alpha.31",
53
+ "@storybook/svelte": "7.1.0-alpha.31"
54
54
  },
55
55
  "devDependencies": {
56
56
  "svelte": "^3.48.0",