@storybook/preact 7.4.0-alpha.1 → 7.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact",
3
- "version": "7.4.0-alpha.1",
3
+ "version": "7.4.0",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,10 +49,10 @@
49
49
  "prep": "../../../scripts/prepare/bundle.ts"
50
50
  },
51
51
  "dependencies": {
52
- "@storybook/core-client": "7.4.0-alpha.1",
52
+ "@storybook/core-client": "7.4.0",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/preview-api": "7.4.0-alpha.1",
55
- "@storybook/types": "7.4.0-alpha.1",
54
+ "@storybook/preview-api": "7.4.0",
55
+ "@storybook/types": "7.4.0",
56
56
  "ts-dedent": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {