@storybook/preact 8.2.1 → 8.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact",
|
3
|
-
"version": "8.2.
|
3
|
+
"version": "8.2.3",
|
4
4
|
"description": "Storybook Preact renderer",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -56,7 +56,7 @@
|
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
58
|
"preact": "^8.0.0||^10.0.0",
|
59
|
-
"storybook": "^8.2.
|
59
|
+
"storybook": "^8.2.3"
|
60
60
|
},
|
61
61
|
"engines": {
|
62
62
|
"node": ">=18.0.0"
|