create-rspack-canary 1.6.5-canary-a8913069-20251120042030 → 1.6.5-canary-83f58863-20251120092333

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-rspack-canary",
3
- "version": "1.6.5-canary-a8913069-20251120042030",
3
+ "version": "1.6.5-canary-83f58863-20251120092333",
4
4
  "homepage": "https://rspack.rs",
5
5
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "bin.js"
21
21
  ],
22
22
  "dependencies": {
23
- "create-rstack": "1.7.7"
23
+ "create-rstack": "1.7.8"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@rslib/core": "0.17.1",
@@ -4,9 +4,9 @@ You are an expert in JavaScript, Rspack, and web application development. You wr
4
4
 
5
5
  ## Commands
6
6
 
7
- - `npm run dev` - Start the dev server
8
- - `npm run build` - Build the app for production
9
- - `npm run preview` - Preview the production build locally
7
+ - `{{ packageManager }} run dev` - Start the dev server
8
+ - `{{ packageManager }} run build` - Build the app for production
9
+ - `{{ packageManager }} run preview` - Preview the production build locally
10
10
 
11
11
  ## Docs
12
12
 
@@ -5,7 +5,7 @@
5
5
  Install the dependencies:
6
6
 
7
7
  ```bash
8
- npm install
8
+ {{ packageManager }} install
9
9
  ```
10
10
 
11
11
  ## Get started
@@ -13,19 +13,19 @@ npm install
13
13
  Start the dev server, and the app will be available at <http://localhost:8080>.
14
14
 
15
15
  ```bash
16
- npm run dev
16
+ {{ packageManager }} run dev
17
17
  ```
18
18
 
19
19
  Build the app for production:
20
20
 
21
21
  ```bash
22
- npm run build
22
+ {{ packageManager }} run build
23
23
  ```
24
24
 
25
25
  Preview the production build locally:
26
26
 
27
27
  ```bash
28
- npm run preview
28
+ {{ packageManager }} run preview
29
29
  ```
30
30
 
31
31
  ## Learn more
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@rspack/cli": "workspace:*",
16
16
  "@rspack/core": "workspace:*",
17
- "@rspack/plugin-react-refresh": "^1.5.2",
17
+ "@rspack/plugin-react-refresh": "^1.5.3",
18
18
  "@types/react": "^19.1.13",
19
19
  "@types/react-dom": "^19.1.9",
20
20
  "react-refresh": "^0.18.0"
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@rspack/cli": "workspace:*",
16
16
  "@rspack/core": "workspace:*",
17
- "@rspack/plugin-react-refresh": "^1.5.2",
17
+ "@rspack/plugin-react-refresh": "^1.5.3",
18
18
  "@types/react": "^19.1.13",
19
19
  "@types/react-dom": "^19.1.9",
20
20
  "react-refresh": "^0.18.0",