create-rsbuild 2.1.7 → 2.1.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.rs",
6
6
  "bugs": {
@@ -32,23 +32,22 @@
32
32
  "create-rstack": "2.1.3"
33
33
  },
34
34
  "devDependencies": {
35
- "@rslib/core": "1.0.0-beta.0",
36
35
  "@types/node": "^24.13.3",
37
36
  "typescript": "^6.0.3",
38
- "@rsbuild/core": "2.1.7",
39
- "@rsbuild/plugin-react": "2.1.0",
37
+ "@rsbuild/core": "2.1.8",
38
+ "@rsbuild/plugin-babel": "2.0.1",
40
39
  "@rsbuild/plugin-preact": "2.0.0",
40
+ "@rsbuild/plugin-react": "2.1.0",
41
+ "@rsbuild/plugin-solid": "1.2.2",
41
42
  "@rsbuild/plugin-svelte": "2.0.1",
42
- "@rsbuild/plugin-vue": "2.0.1",
43
- "@rsbuild/plugin-babel": "2.0.1",
44
- "@rsbuild/plugin-solid": "1.2.2"
43
+ "@rsbuild/plugin-vue": "2.0.1"
45
44
  },
46
45
  "engines": {
47
46
  "node": "^20.19.0 || >=22.12.0"
48
47
  },
49
48
  "scripts": {
50
- "build": "rslib --syntax es2023",
51
- "dev": "rslib --syntax es2023 -w",
49
+ "build": "rs lib --syntax es2023",
50
+ "dev": "rs lib --syntax es2023 -w",
52
51
  "start": "node ./dist/index.js"
53
52
  }
54
53
  }
@@ -12,6 +12,6 @@
12
12
  "lit": "^3.3.3"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7"
15
+ "@rsbuild/core": "^2.1.8"
16
16
  }
17
17
  }
@@ -12,7 +12,7 @@
12
12
  "lit": "^3.3.3"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@types/node": "^24.13.3",
17
17
  "typescript": "^6.0.3"
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "preact": "^10.29.7"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@rsbuild/plugin-preact": "^2.0.0"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "preact": "^10.29.7"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@rsbuild/plugin-preact": "^2.0.0",
17
17
  "@types/node": "^24.13.3",
18
18
  "typescript": "^6.0.3"
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^19.2.7"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.1.7",
16
+ "@rsbuild/core": "^2.1.8",
17
17
  "@rsbuild/plugin-react": "^2.1.0"
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^19.2.7"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.1.7",
16
+ "@rsbuild/core": "^2.1.8",
17
17
  "@rsbuild/plugin-react": "^2.1.0",
18
18
  "@types/node": "^24.13.3",
19
19
  "@types/react": "^19.2.17",
@@ -12,7 +12,7 @@
12
12
  "solid-js": "^1.9.14"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@rsbuild/plugin-babel": "^2.0.1",
17
17
  "@rsbuild/plugin-solid": "^1.2.2"
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "solid-js": "^1.9.14"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@rsbuild/plugin-babel": "^2.0.1",
17
17
  "@rsbuild/plugin-solid": "^1.2.2",
18
18
  "@types/node": "^24.13.3",
@@ -12,7 +12,7 @@
12
12
  "svelte": "^5.56.6"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@rsbuild/plugin-svelte": "^2.0.1"
17
17
  }
18
18
  }
@@ -13,7 +13,7 @@
13
13
  "svelte": "^5.56.6"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.1.7",
16
+ "@rsbuild/core": "^2.1.8",
17
17
  "@rsbuild/plugin-svelte": "^2.0.1",
18
18
  "@types/node": "^24.13.3",
19
19
  "svelte-check": "^4.7.3",
@@ -9,6 +9,6 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^2.1.7"
12
+ "@rsbuild/core": "^2.1.8"
13
13
  }
14
14
  }
@@ -9,7 +9,7 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^2.1.7",
12
+ "@rsbuild/core": "^2.1.8",
13
13
  "@types/node": "^24.13.3",
14
14
  "typescript": "^6.0.3"
15
15
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^3.5.40"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@rsbuild/plugin-vue": "^2.0.1"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^3.5.40"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.1.7",
15
+ "@rsbuild/core": "^2.1.8",
16
16
  "@rsbuild/plugin-vue": "^2.0.1",
17
17
  "@types/node": "^24.13.3",
18
18
  "typescript": "^6.0.3",