create-rsbuild 1.2.7 → 1.3.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.
- package/package.json +13 -6
- package/template-lit-js/package.json +2 -2
- package/template-lit-ts/package.json +3 -3
- package/template-preact-js/package.json +2 -2
- package/template-preact-ts/package.json +3 -3
- package/template-react-js/package.json +2 -2
- package/template-react-ts/package.json +5 -5
- package/template-react18-js/package.json +2 -2
- package/template-react18-ts/package.json +3 -3
- package/template-solid-js/package.json +3 -3
- package/template-solid-ts/package.json +4 -4
- package/template-svelte-js/package.json +2 -2
- package/template-svelte-ts/package.json +4 -4
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +2 -2
- package/template-vue2-js/package.json +2 -2
- package/template-vue2-ts/package.json +3 -3
- package/template-vue3-js/package.json +1 -1
- 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": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Create a new Rsbuild project",
|
|
5
5
|
"homepage": "https://rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -23,15 +23,22 @@
|
|
|
23
23
|
"bin.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"create-rstack": "1.
|
|
26
|
+
"create-rstack": "1.4.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"
|
|
29
|
+
"@rsbuild/plugin-react": "^1.1.0",
|
|
30
|
+
"@rslib/core": "0.6.8",
|
|
31
|
+
"@types/node": "^22.15.3",
|
|
32
|
+
"typescript": "^5.8.3",
|
|
33
|
+
"@rsbuild/plugin-babel": "1.0.5",
|
|
34
|
+
"@rsbuild/core": "1.3.17",
|
|
35
|
+
"@rsbuild/plugin-preact": "1.4.0-beta.0",
|
|
36
|
+
"@rsbuild/plugin-solid": "1.0.5",
|
|
37
|
+
"@rsbuild/plugin-svelte": "1.0.8",
|
|
38
|
+
"@rsbuild/plugin-vue": "1.0.7"
|
|
32
39
|
},
|
|
33
40
|
"engines": {
|
|
34
|
-
"node": ">=16.
|
|
41
|
+
"node": ">=16.10.0"
|
|
35
42
|
},
|
|
36
43
|
"publishConfig": {
|
|
37
44
|
"access": "public",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"preact": "^10.26.
|
|
12
|
+
"preact": "^10.26.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^1.3.
|
|
15
|
+
"@rsbuild/core": "^1.3.15",
|
|
16
16
|
"@rsbuild/plugin-preact": "^1.3.1",
|
|
17
|
-
"typescript": "^5.8.
|
|
17
|
+
"typescript": "^5.8.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"react-dom": "^19.1.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.3.
|
|
17
|
-
"@rsbuild/plugin-react": "^1.
|
|
18
|
-
"@types/react": "^19.
|
|
19
|
-
"@types/react-dom": "^19.
|
|
20
|
-
"typescript": "^5.8.
|
|
16
|
+
"@rsbuild/core": "^1.3.15",
|
|
17
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
18
|
+
"@types/react": "^19.1.2",
|
|
19
|
+
"@types/react-dom": "^19.1.3",
|
|
20
|
+
"typescript": "^5.8.3"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"react-dom": "^18.3.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.3.
|
|
17
|
-
"@rsbuild/plugin-react": "^1.
|
|
16
|
+
"@rsbuild/core": "^1.3.15",
|
|
17
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
18
18
|
"@types/react": "^18.3.18",
|
|
19
19
|
"@types/react-dom": "^18.3.5",
|
|
20
|
-
"typescript": "^5.8.
|
|
20
|
+
"typescript": "^5.8.3"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"solid-js": "^1.9.
|
|
12
|
+
"solid-js": "^1.9.6"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^1.3.
|
|
16
|
-
"@rsbuild/plugin-babel": "^1.0.
|
|
15
|
+
"@rsbuild/core": "^1.3.15",
|
|
16
|
+
"@rsbuild/plugin-babel": "^1.0.5",
|
|
17
17
|
"@rsbuild/plugin-solid": "^1.0.5"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"solid-js": "^1.9.
|
|
12
|
+
"solid-js": "^1.9.6"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^1.3.
|
|
16
|
-
"@rsbuild/plugin-babel": "^1.0.
|
|
15
|
+
"@rsbuild/core": "^1.3.15",
|
|
16
|
+
"@rsbuild/plugin-babel": "^1.0.5",
|
|
17
17
|
"@rsbuild/plugin-solid": "^1.0.5",
|
|
18
|
-
"typescript": "^5.8.
|
|
18
|
+
"typescript": "^5.8.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.
|
|
13
|
+
"svelte": "^5.28.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.3.
|
|
16
|
+
"@rsbuild/core": "^1.3.15",
|
|
17
17
|
"@rsbuild/plugin-svelte": "^1.0.8",
|
|
18
|
-
"svelte-check": "^4.1.
|
|
19
|
-
"typescript": "^5.8.
|
|
18
|
+
"svelte-check": "^4.1.7",
|
|
19
|
+
"typescript": "^5.8.3"
|
|
20
20
|
}
|
|
21
21
|
}
|