create-rsbuild 2.0.0-rc.4 → 2.0.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 +7 -7
- package/template-lit-js/package.json +1 -1
- package/template-lit-ts/package.json +2 -2
- package/template-preact-js/package.json +1 -1
- package/template-preact-ts/package.json +2 -2
- package/template-react-js/package.json +2 -2
- package/template-react-ts/package.json +3 -3
- package/template-rstest/react-js/package.json +1 -1
- package/template-rstest/react-ts/package.json +1 -1
- package/template-rstest/vanilla-js/package.json +1 -1
- package/template-rstest/vanilla-ts/package.json +1 -1
- package/template-rstest/vue-js/package.json +1 -1
- package/template-rstest/vue-ts/package.json +1 -1
- package/template-solid-js/package.json +1 -1
- package/template-solid-ts/package.json +2 -2
- package/template-svelte-js/package.json +2 -2
- package/template-svelte-ts/package.json +3 -3
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +2 -2
- package/template-vue-js/package.json +1 -1
- package/template-vue-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
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Create a new Rsbuild project",
|
|
5
5
|
"homepage": "https://rsbuild.rs",
|
|
6
6
|
"repository": {
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
29
|
-
"@rslib/core": "0.21.
|
|
29
|
+
"@rslib/core": "0.21.2",
|
|
30
30
|
"@types/node": "^24.12.2",
|
|
31
|
-
"typescript": "^6.0.
|
|
32
|
-
"@rsbuild/core": "2.0.0
|
|
33
|
-
"@rsbuild/plugin-babel": "1.1.2",
|
|
34
|
-
"@rsbuild/plugin-solid": "1.1.1",
|
|
31
|
+
"typescript": "^6.0.3",
|
|
32
|
+
"@rsbuild/core": "2.0.0",
|
|
35
33
|
"@rsbuild/plugin-preact": "1.7.2",
|
|
34
|
+
"@rsbuild/plugin-vue": "1.2.7",
|
|
35
|
+
"@rsbuild/plugin-solid": "1.1.1",
|
|
36
36
|
"@rsbuild/plugin-svelte": "1.1.1",
|
|
37
|
-
"@rsbuild/plugin-
|
|
37
|
+
"@rsbuild/plugin-babel": "1.1.2"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": "^20.19.0 || >=22.12.0"
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"react-dom": "^19.2.5"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^2.0.0
|
|
17
|
-
"@rsbuild/plugin-react": "^
|
|
16
|
+
"@rsbuild/core": "^2.0.0",
|
|
17
|
+
"@rsbuild/plugin-react": "^2.0.0",
|
|
18
18
|
"@types/react": "^19.2.14",
|
|
19
19
|
"@types/react-dom": "^19.2.3",
|
|
20
|
-
"typescript": "^6.0.
|
|
20
|
+
"typescript": "^6.0.3"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"solid-js": "^1.9.12"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^2.0.0
|
|
15
|
+
"@rsbuild/core": "^2.0.0",
|
|
16
16
|
"@rsbuild/plugin-babel": "^1.1.2",
|
|
17
17
|
"@rsbuild/plugin-solid": "^1.1.1",
|
|
18
|
-
"typescript": "^6.0.
|
|
18
|
+
"typescript": "^6.0.3"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"svelte": "^5.55.
|
|
13
|
+
"svelte": "^5.55.4"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^2.0.0
|
|
16
|
+
"@rsbuild/core": "^2.0.0",
|
|
17
17
|
"@rsbuild/plugin-svelte": "^1.1.1",
|
|
18
18
|
"svelte-check": "^4.4.6",
|
|
19
|
-
"typescript": "^6.0.
|
|
19
|
+
"typescript": "^6.0.3"
|
|
20
20
|
}
|
|
21
21
|
}
|