create-rsbuild 2.0.0-beta.1 → 2.0.0-beta.2
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 +4 -4
- package/template-lit-js/package.json +1 -1
- package/template-lit-ts/package.json +1 -1
- package/template-preact-js/package.json +1 -1
- package/template-preact-ts/package.json +1 -1
- package/template-react-js/package.json +2 -2
- package/template-react-ts/package.json +2 -2
- package/template-react18-js/package.json +2 -2
- package/template-react18-ts/package.json +2 -2
- package/template-rstest/react-js/package.json +2 -2
- package/template-rstest/react-ts/package.json +2 -2
- package/template-rstest/vanilla-js/package.json +2 -2
- package/template-rstest/vanilla-ts/package.json +2 -2
- package/template-rstest/vue-js/package.json +2 -2
- package/template-rstest/vue-ts/package.json +2 -2
- package/template-solid-js/package.json +1 -1
- package/template-solid-ts/package.json +1 -1
- package/template-svelte-js/package.json +1 -1
- package/template-svelte-ts/package.json +1 -1
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +1 -1
- package/template-vue2-js/package.json +2 -2
- package/template-vue2-ts/package.json +2 -2
- package/template-vue3-js/package.json +2 -2
- package/template-vue3-ts/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rsbuild",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"description": "Create a new Rsbuild project",
|
|
5
5
|
"homepage": "https://rsbuild.rs",
|
|
6
6
|
"repository": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
30
30
|
"@rslib/core": "0.19.4",
|
|
31
|
-
"@types/node": "^24.10.
|
|
31
|
+
"@types/node": "^24.10.10",
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
|
-
"@rsbuild/core": "2.0.0-beta.
|
|
34
|
-
"@rsbuild/plugin-babel": "1.1.0",
|
|
33
|
+
"@rsbuild/core": "2.0.0-beta.2",
|
|
35
34
|
"@rsbuild/plugin-preact": "1.7.1",
|
|
35
|
+
"@rsbuild/plugin-babel": "1.1.0",
|
|
36
36
|
"@rsbuild/plugin-solid": "1.0.7",
|
|
37
37
|
"@rsbuild/plugin-svelte": "1.1.0",
|
|
38
38
|
"@rsbuild/plugin-vue": "1.2.5"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"react-dom": "^19.2.4"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^2.0.0-beta.
|
|
17
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
16
|
+
"@rsbuild/core": "^2.0.0-beta.1",
|
|
17
|
+
"@rsbuild/plugin-react": "^1.4.5",
|
|
18
18
|
"@types/react": "^19.2.10",
|
|
19
19
|
"@types/react-dom": "^19.2.3",
|
|
20
20
|
"typescript": "^5.9.3"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"react-dom": "^18.3.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^2.0.0-beta.
|
|
17
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
16
|
+
"@rsbuild/core": "^2.0.0-beta.1",
|
|
17
|
+
"@rsbuild/plugin-react": "^1.4.5",
|
|
18
18
|
"@types/react": "^18.3.18",
|
|
19
19
|
"@types/react-dom": "^18.3.5",
|
|
20
20
|
"typescript": "^5.9.3"
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
8
|
"@testing-library/jest-dom": "^6.9.1",
|
|
9
9
|
"@testing-library/react": "^16.3.2",
|
|
10
|
-
"@rstest/core": "^0.8.
|
|
10
|
+
"@rstest/core": "^0.8.2",
|
|
11
11
|
"@rstest/adapter-rsbuild": "^0.2.0",
|
|
12
|
-
"happy-dom": "^20.
|
|
12
|
+
"happy-dom": "^20.5.0"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
8
|
"@testing-library/jest-dom": "^6.9.1",
|
|
9
9
|
"@testing-library/react": "^16.3.2",
|
|
10
|
-
"@rstest/core": "^0.8.
|
|
10
|
+
"@rstest/core": "^0.8.2",
|
|
11
11
|
"@rstest/adapter-rsbuild": "^0.2.0",
|
|
12
|
-
"happy-dom": "^20.
|
|
12
|
+
"happy-dom": "^20.5.0"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
8
|
"@testing-library/jest-dom": "^6.9.1",
|
|
9
9
|
"@testing-library/vue": "^8.1.0",
|
|
10
|
-
"@rstest/core": "^0.8.
|
|
10
|
+
"@rstest/core": "^0.8.2",
|
|
11
11
|
"@rstest/adapter-rsbuild": "^0.2.0",
|
|
12
|
-
"happy-dom": "^20.
|
|
12
|
+
"happy-dom": "^20.5.0"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
8
|
"@testing-library/jest-dom": "^6.9.1",
|
|
9
9
|
"@testing-library/vue": "^8.1.0",
|
|
10
|
-
"@rstest/core": "^0.8.
|
|
10
|
+
"@rstest/core": "^0.8.2",
|
|
11
11
|
"@rstest/adapter-rsbuild": "^0.2.0",
|
|
12
|
-
"happy-dom": "^20.
|
|
12
|
+
"happy-dom": "^20.5.0"
|
|
13
13
|
}
|
|
14
14
|
}
|