@storybook/react-webpack5 8.1.0-alpha.1 → 8.1.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Storybook for React & Webpack
2
2
 
3
- See [documentation](https://storybook.js.org/docs/8.0/get-started/react-webpack5?renderer=react) for installation instructions, usage examples, APIs, and more.
3
+ See [documentation](https://storybook.js.org/docs/8.0/get-started/react-webpack5?renderer=react) for installation instructions, usage examples, APIs, and more.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "8.1.0-alpha.1",
3
+ "version": "8.1.0-alpha.3",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,9 +47,9 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "8.1.0-alpha.1",
51
- "@storybook/preset-react-webpack": "8.1.0-alpha.1",
52
- "@storybook/react": "8.1.0-alpha.1",
50
+ "@storybook/builder-webpack5": "8.1.0-alpha.3",
51
+ "@storybook/preset-react-webpack": "8.1.0-alpha.3",
52
+ "@storybook/react": "8.1.0-alpha.3",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {