create-rsbuild 1.5.3 → 1.5.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 +8 -8
- package/template-lit-js/package.json +1 -1
- package/template-lit-ts/package.json +2 -2
- package/template-preact-js/package.json +2 -2
- package/template-preact-ts/package.json +3 -3
- package/template-react-js/package.json +4 -4
- package/template-react-ts/package.json +7 -7
- package/template-react18-js/package.json +2 -2
- package/template-react18-ts/package.json +3 -3
- 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 +4 -4
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +2 -2
- package/template-vue2-js/package.json +1 -1
- package/template-vue2-ts/package.json +2 -2
- package/template-vue3-js/package.json +2 -2
- package/template-vue3-ts/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rsbuild",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"description": "Create a new Rsbuild project",
|
|
5
5
|
"homepage": "https://rsbuild.rs",
|
|
6
6
|
"repository": {
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"bin.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"create-rstack": "1.6.
|
|
26
|
+
"create-rstack": "1.6.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
30
|
-
"@rslib/core": "0.
|
|
31
|
-
"@types/node": "^22.18.
|
|
32
|
-
"typescript": "^5.9.
|
|
33
|
-
"@rsbuild/core": "1.5.
|
|
30
|
+
"@rslib/core": "0.15.0",
|
|
31
|
+
"@types/node": "^22.18.8",
|
|
32
|
+
"typescript": "^5.9.3",
|
|
33
|
+
"@rsbuild/core": "1.5.15",
|
|
34
34
|
"@rsbuild/plugin-babel": "1.0.6",
|
|
35
|
-
"@rsbuild/plugin-preact": "1.5.2",
|
|
36
35
|
"@rsbuild/plugin-solid": "1.0.6",
|
|
36
|
+
"@rsbuild/plugin-preact": "1.5.2",
|
|
37
37
|
"@rsbuild/plugin-svelte": "1.0.11",
|
|
38
38
|
"@rsbuild/plugin-vue": "1.1.2"
|
|
39
39
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "rslib build",
|
|
49
|
-
"dev": "rslib build
|
|
49
|
+
"dev": "rslib build -w",
|
|
50
50
|
"start": "node ./dist/index.js",
|
|
51
51
|
"bump": "pnpx bumpp --no-tag"
|
|
52
52
|
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"preact": "^10.27.
|
|
12
|
+
"preact": "^10.27.2"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^1.5.
|
|
15
|
+
"@rsbuild/core": "^1.5.14",
|
|
16
16
|
"@rsbuild/plugin-preact": "^1.5.2",
|
|
17
|
-
"typescript": "^5.9.
|
|
17
|
+
"typescript": "^5.9.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"react": "^19.
|
|
13
|
-
"react-dom": "^19.
|
|
12
|
+
"react": "^19.2.0",
|
|
13
|
+
"react-dom": "^19.2.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.5.
|
|
17
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
16
|
+
"@rsbuild/core": "^1.5.14",
|
|
17
|
+
"@rsbuild/plugin-react": "^1.4.1"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"react": "^19.
|
|
13
|
-
"react-dom": "^19.
|
|
12
|
+
"react": "^19.2.0",
|
|
13
|
+
"react-dom": "^19.2.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.5.
|
|
17
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
18
|
-
"@types/react": "^19.
|
|
19
|
-
"@types/react-dom": "^19.1
|
|
20
|
-
"typescript": "^5.9.
|
|
16
|
+
"@rsbuild/core": "^1.5.14",
|
|
17
|
+
"@rsbuild/plugin-react": "^1.4.1",
|
|
18
|
+
"@types/react": "^19.2.2",
|
|
19
|
+
"@types/react-dom": "^19.2.1",
|
|
20
|
+
"typescript": "^5.9.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.5.
|
|
17
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
16
|
+
"@rsbuild/core": "^1.5.14",
|
|
17
|
+
"@rsbuild/plugin-react": "^1.4.1",
|
|
18
18
|
"@types/react": "^18.3.18",
|
|
19
19
|
"@types/react-dom": "^18.3.5",
|
|
20
|
-
"typescript": "^5.9.
|
|
20
|
+
"typescript": "^5.9.3"
|
|
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.
|
|
13
|
+
"svelte": "^5.39.11"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rsbuild/core": "^1.5.
|
|
16
|
+
"@rsbuild/core": "^1.5.14",
|
|
17
17
|
"@rsbuild/plugin-svelte": "^1.0.11",
|
|
18
|
-
"svelte-check": "^4.3.
|
|
19
|
-
"typescript": "^5.9.
|
|
18
|
+
"svelte-check": "^4.3.3",
|
|
19
|
+
"typescript": "^5.9.3"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"preview": "rsbuild preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"vue": "^3.5.
|
|
12
|
+
"vue": "^3.5.22"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rsbuild/core": "^1.5.
|
|
15
|
+
"@rsbuild/core": "^1.5.14",
|
|
16
16
|
"@rsbuild/plugin-vue": "^1.1.2",
|
|
17
|
-
"typescript": "^5.9.
|
|
17
|
+
"typescript": "^5.9.3"
|
|
18
18
|
}
|
|
19
19
|
}
|