@rsbuild/plugin-react 0.0.12 → 0.0.14

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 (2) hide show
  1. package/dist/react.js +0 -1
  2. package/package.json +5 -5
package/dist/react.js CHANGED
@@ -96,7 +96,6 @@ const applyBasicReactSupport = (api) => {
96
96
  }
97
97
  const { default: ReactRefreshRspackPlugin } = await Promise.resolve().then(() => __toESM(require(
98
98
  // TODO https://github.com/web-infra-dev/rspack/issues/4471
99
- // @ts-expect-error
100
99
  "@rspack/plugin-react-refresh"
101
100
  )));
102
101
  chain.plugin(CHAIN_ID.PLUGIN.REACT_FAST_REFRESH).use(ReactRefreshRspackPlugin);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-react",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "React plugin for Rsbuild",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,15 +20,15 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@rspack/plugin-react-refresh": "0.3.8",
23
+ "@rspack/plugin-react-refresh": "0.3.10",
24
24
  "react-refresh": "^0.14.0",
25
- "@rsbuild/shared": "0.0.12"
25
+ "@rsbuild/shared": "0.0.14"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^16",
29
29
  "typescript": "^5.2.2",
30
- "@rsbuild/core": "0.0.12",
31
- "@rsbuild/test-helper": "0.0.12"
30
+ "@rsbuild/core": "0.0.14",
31
+ "@rsbuild/test-helper": "0.0.14"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public",