create-rsbuild 1.4.0 → 1.4.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "1.4.0",
3
+ "version": "1.4.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.5.1"
26
+ "create-rstack": "1.5.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@rsbuild/plugin-react": "^1.1.0",
30
- "@rslib/core": "0.10.2",
31
- "@types/node": "^22.15.32",
30
+ "@rslib/core": "0.10.3",
31
+ "@types/node": "^22.15.33",
32
32
  "typescript": "^5.8.3",
33
- "@rsbuild/core": "1.4.0",
34
33
  "@rsbuild/plugin-babel": "1.0.5",
35
- "@rsbuild/plugin-solid": "1.0.5",
34
+ "@rsbuild/plugin-preact": "1.5.0",
36
35
  "@rsbuild/plugin-svelte": "1.0.10",
37
- "@rsbuild/plugin-vue": "1.0.7",
38
- "@rsbuild/plugin-preact": "1.5.0"
36
+ "@rsbuild/core": "1.4.2",
37
+ "@rsbuild/plugin-solid": "1.0.5",
38
+ "@rsbuild/plugin-vue": "1.0.7"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=16.10.0"
@@ -10,7 +10,7 @@ pnpm install
10
10
 
11
11
  ## Get started
12
12
 
13
- Start the dev server:
13
+ Start the dev server, and the app will be available at [http://localhost:3000](http://localhost:3000).
14
14
 
15
15
  ```bash
16
16
  pnpm dev
@@ -27,3 +27,10 @@ Preview the production build locally:
27
27
  ```bash
28
28
  pnpm preview
29
29
  ```
30
+
31
+ ## Learn more
32
+
33
+ To learn more about Rsbuild, check out the following resources:
34
+
35
+ - [Rsbuild documentation](https://rsbuild.rs) - explore Rsbuild features and APIs.
36
+ - [Rsbuild GitHub repository](https://github.com/web-infra-dev/rsbuild) - your feedback and contributions are welcome!
@@ -12,6 +12,6 @@
12
12
  "lit": "^3.3.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22"
15
+ "@rsbuild/core": "^1.4.0"
16
16
  }
17
17
  }
@@ -12,7 +12,7 @@
12
12
  "lit": "^3.3.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "typescript": "^5.8.3"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "preact": "^10.26.9"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
16
- "@rsbuild/plugin-preact": "^1.4.0"
15
+ "@rsbuild/core": "^1.4.0",
16
+ "@rsbuild/plugin-preact": "^1.5.0"
17
17
  }
18
18
  }
@@ -12,8 +12,8 @@
12
12
  "preact": "^10.26.9"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
16
- "@rsbuild/plugin-preact": "^1.4.0",
15
+ "@rsbuild/core": "^1.4.0",
16
+ "@rsbuild/plugin-preact": "^1.5.0",
17
17
  "typescript": "^5.8.3"
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^19.1.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.3.22",
16
+ "@rsbuild/core": "^1.4.0",
17
17
  "@rsbuild/plugin-react": "^1.3.2"
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^19.1.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.3.22",
16
+ "@rsbuild/core": "^1.4.0",
17
17
  "@rsbuild/plugin-react": "^1.3.2",
18
18
  "@types/react": "^19.1.8",
19
19
  "@types/react-dom": "^19.1.6",
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^18.3.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.3.22",
16
+ "@rsbuild/core": "^1.4.0",
17
17
  "@rsbuild/plugin-react": "^1.3.2"
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^18.3.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.3.22",
16
+ "@rsbuild/core": "^1.4.0",
17
17
  "@rsbuild/plugin-react": "^1.3.2",
18
18
  "@types/react": "^18.3.18",
19
19
  "@types/react-dom": "^18.3.5",
@@ -12,7 +12,7 @@
12
12
  "solid-js": "^1.9.7"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "@rsbuild/plugin-babel": "^1.0.5",
17
17
  "@rsbuild/plugin-solid": "^1.0.5"
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "solid-js": "^1.9.7"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "@rsbuild/plugin-babel": "^1.0.5",
17
17
  "@rsbuild/plugin-solid": "^1.0.5",
18
18
  "typescript": "^5.8.3"
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "svelte": "^5.34.7"
12
+ "svelte": "^5.34.8"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "@rsbuild/plugin-svelte": "^1.0.10"
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.34.7"
13
+ "svelte": "^5.34.8"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^1.3.22",
16
+ "@rsbuild/core": "^1.4.0",
17
17
  "@rsbuild/plugin-svelte": "^1.0.10",
18
18
  "svelte-check": "^4.2.2",
19
19
  "typescript": "^5.8.3"
@@ -9,6 +9,6 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^1.3.22"
12
+ "@rsbuild/core": "^1.4.0"
13
13
  }
14
14
  }
@@ -9,7 +9,7 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^1.3.22",
12
+ "@rsbuild/core": "^1.4.0",
13
13
  "typescript": "^5.8.3"
14
14
  }
15
15
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^2.7.16"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "@rsbuild/plugin-vue2": "^1.0.3"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^2.7.16"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "@rsbuild/plugin-vue2": "^1.0.3",
17
17
  "typescript": "^5.8.3"
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^3.5.17"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "@rsbuild/plugin-vue": "^1.0.7"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^3.5.17"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^1.3.22",
15
+ "@rsbuild/core": "^1.4.0",
16
16
  "@rsbuild/plugin-vue": "^1.0.7",
17
17
  "typescript": "^5.8.3"
18
18
  }