@storybook/react-webpack5 7.1.1-pr-23508-1689802571-5ec8c1c3.0 → 7.2.0-alpha.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/react-webpack5",
3
- "version": "7.1.1-pr-23508-1689802571-5ec8c1c3.0",
3
+ "version": "7.2.0-alpha.0",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,13 +43,13 @@
43
43
  "*.d.ts"
44
44
  ],
45
45
  "scripts": {
46
- "check": "../../../scripts/node_modules/.bin/tsc --noEmit",
46
+ "check": "../../../scripts/prepare/check.ts",
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "7.1.1-pr-23508-1689802571-5ec8c1c3.0",
51
- "@storybook/preset-react-webpack": "7.1.1-pr-23508-1689802571-5ec8c1c3.0",
52
- "@storybook/react": "7.1.1-pr-23508-1689802571-5ec8c1c3.0",
50
+ "@storybook/builder-webpack5": "7.2.0-alpha.0",
51
+ "@storybook/preset-react-webpack": "7.2.0-alpha.0",
52
+ "@storybook/react": "7.2.0-alpha.0",
53
53
  "@types/node": "^16.0.0"
54
54
  },
55
55
  "devDependencies": {