@storybook/addon-svelte-csf 2.0.3 → 2.0.4
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.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v2.0.4 (Thu May 19 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Remove React from peerDependencies [#58](https://github.com/storybookjs/addon-svelte-csf/pull/58) ([@j3rem1e](https://github.com/j3rem1e))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Jérémie ([@j3rem1e](https://github.com/j3rem1e))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v2.0.3 (Wed Apr 20 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-svelte-csf",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Allows to write stories in Svelte syntax",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
@@ -76,20 +76,12 @@
|
|
|
76
76
|
"@storybook/core-events": ">=6.4.20",
|
|
77
77
|
"@storybook/svelte": ">=6.4.20",
|
|
78
78
|
"@storybook/theming": ">=6.4.20",
|
|
79
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
80
|
-
"react-dom": "^16.8.0 || ^17.0.0",
|
|
81
79
|
"svelte": "^3.46.6",
|
|
82
80
|
"svelte-loader": "^3.1.2"
|
|
83
81
|
},
|
|
84
82
|
"peerDependenciesMeta": {
|
|
85
83
|
"svelte": {
|
|
86
84
|
"optional": true
|
|
87
|
-
},
|
|
88
|
-
"react": {
|
|
89
|
-
"optional": true
|
|
90
|
-
},
|
|
91
|
-
"react-dom": {
|
|
92
|
-
"optional": true
|
|
93
85
|
}
|
|
94
86
|
},
|
|
95
87
|
"auto": {
|