create-rsbuild 1.5.0 → 1.5.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 +7 -7
- 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 +1 -1
- package/template-react-ts/package.json +3 -3
- package/template-react18-js/package.json +1 -1
- package/template-react18-ts/package.json +1 -1
- package/template-solid-js/package.json +1 -1
- package/template-solid-ts/package.json +1 -1
- package/template-svelte-js/package.json +2 -2
- package/template-svelte-ts/package.json +2 -2
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +1 -1
- package/template-vue2-js/package.json +1 -1
- package/template-vue2-ts/package.json +1 -1
- 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": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "Create a new Rsbuild project",
|
|
5
5
|
"homepage": "https://rsbuild.rs",
|
|
6
6
|
"repository": {
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"bin.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"create-rstack": "1.
|
|
26
|
+
"create-rstack": "1.6.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
30
|
-
"@rslib/core": "0.12.
|
|
31
|
-
"@types/node": "^22.18.
|
|
30
|
+
"@rslib/core": "0.12.4",
|
|
31
|
+
"@types/node": "^22.18.1",
|
|
32
32
|
"typescript": "^5.9.2",
|
|
33
|
-
"@rsbuild/core": "1.5.
|
|
33
|
+
"@rsbuild/core": "1.5.4",
|
|
34
|
+
"@rsbuild/plugin-solid": "1.0.6",
|
|
34
35
|
"@rsbuild/plugin-babel": "1.0.6",
|
|
35
36
|
"@rsbuild/plugin-preact": "1.5.2",
|
|
36
|
-
"@rsbuild/plugin-svelte": "1.0.11",
|
|
37
37
|
"@rsbuild/plugin-vue": "1.1.2",
|
|
38
|
-
"@rsbuild/plugin-
|
|
38
|
+
"@rsbuild/plugin-svelte": "1.0.11"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18.12.0"
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"react-dom": "^19.1.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.5.
|
|
16
|
+
"@rsbuild/core": "^1.5.4",
|
|
17
17
|
"@rsbuild/plugin-react": "^1.4.0",
|
|
18
|
-
"@types/react": "^19.1.
|
|
19
|
-
"@types/react-dom": "^19.1.
|
|
18
|
+
"@types/react": "^19.1.12",
|
|
19
|
+
"@types/react-dom": "^19.1.9",
|
|
20
20
|
"typescript": "^5.9.2"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"svelte": "^5.38.
|
|
13
|
+
"svelte": "^5.38.7"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.5.
|
|
16
|
+
"@rsbuild/core": "^1.5.4",
|
|
17
17
|
"@rsbuild/plugin-svelte": "^1.0.11",
|
|
18
18
|
"svelte-check": "^4.3.1",
|
|
19
19
|
"typescript": "^5.9.2"
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"vue": "^3.5.
|
|
12
|
+
"vue": "^3.5.21"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^1.5.
|
|
15
|
+
"@rsbuild/core": "^1.5.4",
|
|
16
16
|
"@rsbuild/plugin-vue": "^1.1.2",
|
|
17
17
|
"typescript": "^5.9.2"
|
|
18
18
|
}
|