@storybook/preact 7.1.1 → 7.2.0-canary-23572-1690275421-726e1551.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact",
3
- "version": "7.1.1",
3
+ "version": "7.2.0-canary-23572-1690275421-726e1551.0",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,14 +44,14 @@
44
44
  "*.d.ts"
45
45
  ],
46
46
  "scripts": {
47
- "check": "../../../scripts/node_modules/.bin/tsc --noEmit",
47
+ "check": "../../../scripts/prepare/check.ts",
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/core-client": "7.1.1",
51
+ "@storybook/core-client": "7.2.0-canary-23572-1690275421-726e1551.0",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/preview-api": "7.1.1",
54
- "@storybook/types": "7.1.1",
53
+ "@storybook/preview-api": "7.2.0-canary-23572-1690275421-726e1551.0",
54
+ "@storybook/types": "7.2.0-canary-23572-1690275421-726e1551.0",
55
55
  "ts-dedent": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {