create-rsbuild 1.2.1 → 1.2.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/README.md CHANGED
@@ -6,6 +6,16 @@
6
6
 
7
7
  Create a new Rsbuild project.
8
8
 
9
+ <p>
10
+ <a href="https://npmjs.com/package/create-rsbuild">
11
+ <img src="https://img.shields.io/npm/v/create-rsbuild?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
12
+ </a>
13
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
14
+ <a href="https://npmcharts.com/compare/create-rsbuild?minimal=true"><img src="https://img.shields.io/npm/dm/create-rsbuild.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" /></a>
15
+ </p>
16
+
17
+ ## Usage
18
+
9
19
  Using `npm create`:
10
20
 
11
21
  ```bash
@@ -23,12 +33,8 @@ npx create-rsbuild -d my-project -t react
23
33
 
24
34
  ## Documentation
25
35
 
26
- https://rsbuild.dev/
27
-
28
- ## Contributing
29
-
30
- Please read the [Contributing Guide](https://github.com/web-infra-dev/rsbuild/blob/main/CONTRIBUTING.md).
36
+ See [Documentation](https://rsbuild.dev/guide/start/quick-start).
31
37
 
32
38
  ## License
33
39
 
34
- Rsbuild is [MIT licensed](https://github.com/web-infra-dev/rsbuild/blob/main/LICENSE).
40
+ [MIT](https://github.com/web-infra-dev/rsbuild/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@rslib/core": "0.4.1",
30
- "@types/node": "^22.13.1",
30
+ "@types/node": "^22.13.4",
31
31
  "typescript": "^5.7.3"
32
32
  },
33
33
  "engines": {
@@ -12,6 +12,6 @@
12
12
  "lit": "^3.2.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4"
15
+ "@rsbuild/core": "^1.2.8"
16
16
  }
17
17
  }
@@ -12,7 +12,7 @@
12
12
  "lit": "^3.2.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "typescript": "^5.7.3"
17
17
  }
18
18
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "preact": "^10.25.4"
12
+ "preact": "^10.26.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-preact": "^1.3.0"
17
17
  }
18
18
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "preact": "^10.25.4"
12
+ "preact": "^10.26.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-preact": "^1.3.0",
17
17
  "typescript": "^5.7.3"
18
18
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^19.0.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.2.4",
16
+ "@rsbuild/core": "^1.2.8",
17
17
  "@rsbuild/plugin-react": "^1.1.0"
18
18
  }
19
19
  }
@@ -13,9 +13,9 @@
13
13
  "react-dom": "^19.0.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.2.4",
16
+ "@rsbuild/core": "^1.2.8",
17
17
  "@rsbuild/plugin-react": "^1.1.0",
18
- "@types/react": "^19.0.8",
18
+ "@types/react": "^19.0.9",
19
19
  "@types/react-dom": "^19.0.3",
20
20
  "typescript": "^5.7.3"
21
21
  }
@@ -12,7 +12,7 @@
12
12
  "solid-js": "^1.9.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-babel": "^1.0.3",
17
17
  "@rsbuild/plugin-solid": "^1.0.4"
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "solid-js": "^1.9.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-babel": "^1.0.3",
17
17
  "@rsbuild/plugin-solid": "^1.0.4",
18
18
  "typescript": "^5.7.3"
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "svelte": "^5.19.9"
12
+ "svelte": "^5.20.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-svelte": "^1.0.7"
17
17
  }
18
18
  }
@@ -10,10 +10,10 @@
10
10
  "svelte-check": "svelte-check --tsconfig ./tsconfig.json"
11
11
  },
12
12
  "dependencies": {
13
- "svelte": "^5.19.9"
13
+ "svelte": "^5.20.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.2.4",
16
+ "@rsbuild/core": "^1.2.8",
17
17
  "@rsbuild/plugin-svelte": "^1.0.7",
18
18
  "svelte-check": "^4.1.4",
19
19
  "typescript": "^5.7.3"
@@ -9,6 +9,6 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^1.2.4"
12
+ "@rsbuild/core": "^1.2.8"
13
13
  }
14
14
  }
@@ -9,7 +9,7 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^1.2.4",
12
+ "@rsbuild/core": "^1.2.8",
13
13
  "typescript": "^5.7.3"
14
14
  }
15
15
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^2.7.16"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-vue2": "^1.0.2"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^2.7.16"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-vue2": "^1.0.2",
17
17
  "typescript": "^5.7.3"
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^3.5.13"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-vue": "^1.0.5"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^3.5.13"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.2.4",
15
+ "@rsbuild/core": "^1.2.8",
16
16
  "@rsbuild/plugin-vue": "^1.0.5",
17
17
  "typescript": "^5.7.3"
18
18
  }