create-rsbuild 2.1.3 → 2.1.5
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 +5 -5
- package/template-lit-js/package.json +1 -1
- package/template-lit-ts/package.json +1 -1
- package/template-preact-js/package.json +2 -2
- package/template-preact-ts/package.json +2 -2
- package/template-react-js/package.json +1 -1
- package/template-react-ts/package.json +1 -1
- package/template-solid-js/package.json +2 -2
- package/template-solid-ts/package.json +2 -2
- package/template-svelte-js/package.json +2 -2
- package/template-svelte-ts/package.json +2 -2
- package/template-tailwindcss/package.json +1 -1
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +1 -1
- package/template-vue-js/package.json +2 -2
- package/template-vue-ts/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rsbuild",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "Create a new Rsbuild project",
|
|
5
5
|
"homepage": "https://rsbuild.rs",
|
|
6
6
|
"bugs": {
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"create-rstack": "2.1.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rslib/core": "0.23.
|
|
35
|
+
"@rslib/core": "0.23.2",
|
|
36
36
|
"@types/node": "^24.13.2",
|
|
37
37
|
"typescript": "^6.0.3",
|
|
38
|
-
"@rsbuild/core": "2.1.
|
|
38
|
+
"@rsbuild/core": "2.1.5",
|
|
39
39
|
"@rsbuild/plugin-preact": "2.0.0",
|
|
40
40
|
"@rsbuild/plugin-babel": "2.0.1",
|
|
41
41
|
"@rsbuild/plugin-react": "2.1.0",
|
|
42
42
|
"@rsbuild/plugin-solid": "1.2.2",
|
|
43
|
-
"@rsbuild/plugin-svelte": "2.0.
|
|
44
|
-
"@rsbuild/plugin-vue": "2.0.
|
|
43
|
+
"@rsbuild/plugin-svelte": "2.0.1",
|
|
44
|
+
"@rsbuild/plugin-vue": "2.0.1"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": "^20.19.0 || >=22.12.0"
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"preact": "^10.29.
|
|
12
|
+
"preact": "^10.29.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^2.1.
|
|
15
|
+
"@rsbuild/core": "^2.1.5",
|
|
16
16
|
"@rsbuild/plugin-preact": "^2.0.0",
|
|
17
17
|
"@types/node": "^24.13.2",
|
|
18
18
|
"typescript": "^6.0.3"
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"solid-js": "^1.9.
|
|
12
|
+
"solid-js": "^1.9.14"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^2.1.
|
|
15
|
+
"@rsbuild/core": "^2.1.5",
|
|
16
16
|
"@rsbuild/plugin-babel": "^2.0.1",
|
|
17
17
|
"@rsbuild/plugin-solid": "^1.2.2"
|
|
18
18
|
}
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"solid-js": "^1.9.
|
|
12
|
+
"solid-js": "^1.9.14"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^2.1.
|
|
15
|
+
"@rsbuild/core": "^2.1.5",
|
|
16
16
|
"@rsbuild/plugin-babel": "^2.0.1",
|
|
17
17
|
"@rsbuild/plugin-solid": "^1.2.2",
|
|
18
18
|
"@types/node": "^24.13.2",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"svelte": "^5.56.4"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^2.1.
|
|
17
|
-
"@rsbuild/plugin-svelte": "^2.0.
|
|
16
|
+
"@rsbuild/core": "^2.1.5",
|
|
17
|
+
"@rsbuild/plugin-svelte": "^2.0.1",
|
|
18
18
|
"@types/node": "^24.13.2",
|
|
19
19
|
"svelte-check": "^4.7.1",
|
|
20
20
|
"typescript": "^6.0.3"
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"vue": "^3.5.39"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^2.1.
|
|
16
|
-
"@rsbuild/plugin-vue": "^2.0.
|
|
15
|
+
"@rsbuild/core": "^2.1.5",
|
|
16
|
+
"@rsbuild/plugin-vue": "^2.0.1",
|
|
17
17
|
"@types/node": "^24.13.2",
|
|
18
18
|
"typescript": "^6.0.3",
|
|
19
|
-
"vue-tsc": "^3.3.
|
|
19
|
+
"vue-tsc": "^3.3.6"
|
|
20
20
|
}
|
|
21
21
|
}
|