storybook-react-rsbuild 1.0.1 → 2.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook-react-rsbuild",
3
- "version": "1.0.1",
3
+ "version": "2.0.0-alpha.1",
4
4
  "description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -51,7 +51,7 @@
51
51
  ],
52
52
  "dependencies": {
53
53
  "@rollup/pluginutils": "^5.1.4",
54
- "@storybook/react": "^8.2.1",
54
+ "@storybook/react": "^9.0.0-alpha.17",
55
55
  "@storybook/react-docgen-typescript-plugin": "^1.0.1",
56
56
  "@types/node": "^18.0.0",
57
57
  "find-up": "^5.0.0",
@@ -60,23 +60,23 @@
60
60
  "react-docgen-typescript": "^2.2.2",
61
61
  "resolve": "^1.22.10",
62
62
  "tsconfig-paths": "^4.2.0",
63
- "storybook-builder-rsbuild": "1.0.1"
63
+ "storybook-builder-rsbuild": "2.0.0-alpha.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@rsbuild/core": "^1.1.13",
67
- "@storybook/types": "8.6.3",
68
- "@types/react": "^18.3.19",
66
+ "@rsbuild/core": "^1.2.19",
67
+ "@storybook/types": "9.0.0-alpha.1",
68
+ "@types/react": "^18.3.20",
69
69
  "@types/resolve": "^1.20.6",
70
70
  "react": "18.3.1",
71
71
  "react-dom": "18.3.1",
72
- "storybook": "8.6.3",
72
+ "storybook": "9.0.0-alpha.17",
73
73
  "typescript": "^5.7.3"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@rsbuild/core": "^1.0.1",
77
77
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
78
78
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
79
- "storybook": "^8.2.1",
79
+ "storybook": "^9.0.0-alpha.17",
80
80
  "typescript": ">= 4.2.x"
81
81
  },
82
82
  "peerDependenciesMeta": {
@@ -100,7 +100,7 @@
100
100
  },
101
101
  "scripts": {
102
102
  "build": "pnpm run prep --optimized",
103
- "check": "node --loader ../../scripts/node_modules/esbuild-register/loader.js -r ../../scripts/node_modules/esbuild-register/register.js ../../scripts/prepare/check.ts",
104
- "prep": "node --loader ../../scripts/node_modules/esbuild-register/loader.js -r ../../scripts/node_modules/esbuild-register/register.js ../../scripts/prepare/bundle.ts"
103
+ "check": "jiti ../../scripts/prepare/check.ts",
104
+ "prep": "jiti ../../scripts/prepare/bundle.ts"
105
105
  }
106
106
  }