create-rsbuild 2.0.0-alpha.3 → 2.0.0-beta.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0-beta.0",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.rs",
6
6
  "repository": {
@@ -26,16 +26,16 @@
26
26
  "create-rstack": "1.7.20"
27
27
  },
28
28
  "devDependencies": {
29
- "@rsbuild/plugin-babel": "^2.0.0-0",
30
- "@rsbuild/plugin-react": "^2.0.0-0",
29
+ "@rsbuild/plugin-react": "^1.1.0",
31
30
  "@rslib/core": "0.19.3",
32
31
  "@types/node": "^24.10.9",
33
32
  "typescript": "^5.9.3",
34
- "@rsbuild/core": "2.0.0-alpha.3",
35
- "@rsbuild/plugin-solid": "2.0.0-alpha.3",
36
- "@rsbuild/plugin-preact": "2.0.0-alpha.3",
37
- "@rsbuild/plugin-svelte": "2.0.0-alpha.3",
38
- "@rsbuild/plugin-vue": "2.0.0-alpha.3"
33
+ "@rsbuild/core": "2.0.0-beta.0",
34
+ "@rsbuild/plugin-preact": "1.7.1",
35
+ "@rsbuild/plugin-svelte": "1.1.0",
36
+ "@rsbuild/plugin-vue": "1.2.3",
37
+ "@rsbuild/plugin-babel": "1.1.0",
38
+ "@rsbuild/plugin-solid": "1.0.7"
39
39
  },
40
40
  "engines": {
41
41
  "node": "^20.19.0 || >=22.12.0"
@@ -9,6 +9,6 @@
9
9
  "@testing-library/react": "^16.3.2",
10
10
  "@rstest/core": "^0.8.0",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.3.9"
12
+ "happy-dom": "^20.4.0"
13
13
  }
14
14
  }
@@ -9,6 +9,6 @@
9
9
  "@testing-library/react": "^16.3.2",
10
10
  "@rstest/core": "^0.8.0",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.3.9"
12
+ "happy-dom": "^20.4.0"
13
13
  }
14
14
  }
@@ -8,6 +8,6 @@
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@rstest/core": "^0.8.0",
10
10
  "@rstest/adapter-rsbuild": "^0.2.0",
11
- "happy-dom": "^20.3.9"
11
+ "happy-dom": "^20.4.0"
12
12
  }
13
13
  }
@@ -8,6 +8,6 @@
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@rstest/core": "^0.8.0",
10
10
  "@rstest/adapter-rsbuild": "^0.2.0",
11
- "happy-dom": "^20.3.9"
11
+ "happy-dom": "^20.4.0"
12
12
  }
13
13
  }
@@ -9,6 +9,6 @@
9
9
  "@testing-library/vue": "^8.1.0",
10
10
  "@rstest/core": "^0.8.0",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.3.9"
12
+ "happy-dom": "^20.4.0"
13
13
  }
14
14
  }
@@ -9,6 +9,6 @@
9
9
  "@testing-library/vue": "^8.1.0",
10
10
  "@rstest/core": "^0.8.0",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.3.9"
12
+ "happy-dom": "^20.4.0"
13
13
  }
14
14
  }
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@rsbuild/core": "^2.0.0-alpha.2",
16
- "@rsbuild/plugin-babel": "^1.0.7",
16
+ "@rsbuild/plugin-babel": "^1.1.0",
17
17
  "@rsbuild/plugin-solid": "^1.0.7"
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@rsbuild/core": "^2.0.0-alpha.2",
16
- "@rsbuild/plugin-babel": "^1.0.7",
16
+ "@rsbuild/plugin-babel": "^1.1.0",
17
17
  "@rsbuild/plugin-solid": "^1.0.7",
18
18
  "typescript": "^5.9.3"
19
19
  }
@@ -13,6 +13,6 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@rsbuild/core": "^2.0.0-alpha.2",
16
- "@rsbuild/plugin-svelte": "^1.0.12"
16
+ "@rsbuild/plugin-svelte": "^1.1.0"
17
17
  }
18
18
  }
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@rsbuild/core": "^2.0.0-alpha.2",
17
- "@rsbuild/plugin-svelte": "^1.0.12",
17
+ "@rsbuild/plugin-svelte": "^1.1.0",
18
18
  "svelte-check": "^4.3.5",
19
19
  "typescript": "^5.9.3"
20
20
  }