create-rsbuild 1.4.5 → 1.4.6
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 +8 -9
- 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 +3 -3
- package/template-react-ts/package.json +5 -5
- 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 +3 -3
- 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 +1 -1
- package/template-vue3-ts/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rsbuild",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "Create a new Rsbuild project",
|
|
5
5
|
"homepage": "https://rsbuild.rs",
|
|
6
6
|
"repository": {
|
|
@@ -27,22 +27,21 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
30
|
-
"@rslib/core": "0.11.
|
|
30
|
+
"@rslib/core": "0.11.1",
|
|
31
31
|
"@types/node": "^22.17.0",
|
|
32
32
|
"typescript": "^5.9.2",
|
|
33
|
-
"@rsbuild/core": "1.4.
|
|
34
|
-
"@rsbuild/plugin-
|
|
35
|
-
"@rsbuild/plugin-
|
|
36
|
-
"@rsbuild/plugin-
|
|
37
|
-
"@rsbuild/plugin-
|
|
38
|
-
"@rsbuild/plugin-
|
|
33
|
+
"@rsbuild/core": "1.4.14",
|
|
34
|
+
"@rsbuild/plugin-preact": "1.5.2",
|
|
35
|
+
"@rsbuild/plugin-svelte": "1.0.11",
|
|
36
|
+
"@rsbuild/plugin-babel": "1.0.6",
|
|
37
|
+
"@rsbuild/plugin-solid": "1.0.6",
|
|
38
|
+
"@rsbuild/plugin-vue": "1.1.1"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=16.10.0"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public",
|
|
45
|
-
"provenance": true,
|
|
46
45
|
"registry": "https://registry.npmjs.org/"
|
|
47
46
|
},
|
|
48
47
|
"scripts": {
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"react": "^19.1.
|
|
13
|
-
"react-dom": "^19.1.
|
|
12
|
+
"react": "^19.1.1",
|
|
13
|
+
"react-dom": "^19.1.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.4.
|
|
16
|
+
"@rsbuild/core": "^1.4.13",
|
|
17
17
|
"@rsbuild/plugin-react": "^1.3.4"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"react": "^19.1.
|
|
13
|
-
"react-dom": "^19.1.
|
|
12
|
+
"react": "^19.1.1",
|
|
13
|
+
"react-dom": "^19.1.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.4.
|
|
16
|
+
"@rsbuild/core": "^1.4.13",
|
|
17
17
|
"@rsbuild/plugin-react": "^1.3.4",
|
|
18
|
-
"@types/react": "^19.1.
|
|
19
|
-
"@types/react-dom": "^19.1.
|
|
18
|
+
"@types/react": "^19.1.9",
|
|
19
|
+
"@types/react-dom": "^19.1.7",
|
|
20
20
|
"typescript": "^5.9.2"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"svelte": "^5.37.
|
|
13
|
+
"svelte": "^5.37.3"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.4.
|
|
16
|
+
"@rsbuild/core": "^1.4.13",
|
|
17
17
|
"@rsbuild/plugin-svelte": "^1.0.10",
|
|
18
|
-
"svelte-check": "^4.3.
|
|
18
|
+
"svelte-check": "^4.3.1",
|
|
19
19
|
"typescript": "^5.9.2"
|
|
20
20
|
}
|
|
21
21
|
}
|