create-rspack-debug 2.0.0-beta.8 → 2.0.0-beta.9

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-debug",
3
- "version": "2.0.0-beta.8",
3
+ "version": "2.0.0-beta.9",
4
4
  "homepage": "https://rspack.rs",
5
5
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
6
6
  "repository": {
@@ -23,8 +23,8 @@
23
23
  "create-rstack": "1.8.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@rslib/core": "0.20.0",
27
- "typescript": "^5.9.3"
26
+ "@rslib/core": "0.20.1",
27
+ "typescript": "^6.0.2"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public",
@@ -19,6 +19,6 @@
19
19
  "@types/react": "^19.2.14",
20
20
  "@types/react-dom": "^19.2.3",
21
21
  "react-refresh": "^0.18.0",
22
- "typescript": "^5.9.3"
22
+ "typescript": "^6.0.2"
23
23
  }
24
24
  }
@@ -8,13 +8,11 @@
8
8
  "useDefineForClassFields": true,
9
9
 
10
10
  /* modules */
11
- "module": "ESNext",
12
11
  "resolveJsonModule": true,
13
12
  "moduleResolution": "bundler",
14
13
  "allowImportingTsExtensions": true,
15
14
 
16
15
  /* type checking */
17
- "strict": true,
18
16
  "noUnusedLocals": true,
19
17
  "noUnusedParameters": true
20
18
  },
@@ -8,7 +8,7 @@
8
8
  "@testing-library/dom": "^10.4.1",
9
9
  "@testing-library/jest-dom": "^6.9.1",
10
10
  "@testing-library/react": "^16.3.2",
11
- "@rstest/core": "^0.9.2",
12
- "happy-dom": "^20.8.4"
11
+ "@rstest/core": "^0.9.4",
12
+ "happy-dom": "^20.8.7"
13
13
  }
14
14
  }
@@ -8,7 +8,7 @@
8
8
  "@testing-library/dom": "^10.4.1",
9
9
  "@testing-library/jest-dom": "^6.9.1",
10
10
  "@testing-library/react": "^16.3.2",
11
- "@rstest/core": "^0.9.2",
12
- "happy-dom": "^20.8.4"
11
+ "@rstest/core": "^0.9.4",
12
+ "happy-dom": "^20.8.7"
13
13
  }
14
14
  }
@@ -6,7 +6,7 @@
6
6
  "devDependencies": {
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
- "@rstest/core": "^0.9.2",
10
- "happy-dom": "^20.8.4"
9
+ "@rstest/core": "^0.9.4",
10
+ "happy-dom": "^20.8.7"
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@
6
6
  "devDependencies": {
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
- "@rstest/core": "^0.9.2",
10
- "happy-dom": "^20.8.4"
9
+ "@rstest/core": "^0.9.4",
10
+ "happy-dom": "^20.8.7"
11
11
  }
12
12
  }
@@ -8,7 +8,7 @@
8
8
  "@testing-library/dom": "^10.4.1",
9
9
  "@testing-library/jest-dom": "^6.9.1",
10
10
  "@testing-library/vue": "^8.1.0",
11
- "@rstest/core": "^0.9.2",
12
- "happy-dom": "^20.8.4"
11
+ "@rstest/core": "^0.9.4",
12
+ "happy-dom": "^20.8.7"
13
13
  }
14
14
  }
@@ -8,7 +8,7 @@
8
8
  "@testing-library/dom": "^10.4.1",
9
9
  "@testing-library/jest-dom": "^6.9.1",
10
10
  "@testing-library/vue": "^8.1.0",
11
- "@rstest/core": "^0.9.2",
12
- "happy-dom": "^20.8.4"
11
+ "@rstest/core": "^0.9.4",
12
+ "happy-dom": "^20.8.7"
13
13
  }
14
14
  }
@@ -11,6 +11,6 @@
11
11
  "@rspack/cli": "workspace:*",
12
12
  "@rspack/core": "workspace:*",
13
13
  "@rspack/dev-server": "2.0.0-beta.7",
14
- "typescript": "^5.9.3"
14
+ "typescript": "^6.0.2"
15
15
  }
16
16
  }
@@ -7,13 +7,11 @@
7
7
  "useDefineForClassFields": true,
8
8
 
9
9
  /* modules */
10
- "module": "ESNext",
11
10
  "moduleResolution": "bundler",
12
11
  "resolveJsonModule": true,
13
12
  "allowImportingTsExtensions": true,
14
13
 
15
14
  /* type checking */
16
- "strict": true,
17
15
  "noUnusedLocals": true,
18
16
  "noUnusedParameters": true
19
17
  },
@@ -14,7 +14,7 @@
14
14
  "@rspack/cli": "workspace:*",
15
15
  "@rspack/core": "workspace:*",
16
16
  "@rspack/dev-server": "2.0.0-beta.7",
17
- "typescript": "^5.9.3",
17
+ "typescript": "^6.0.2",
18
18
  "rspack-vue-loader": "^17.5.0"
19
19
  }
20
20
  }
@@ -9,13 +9,11 @@
9
9
  "useDefineForClassFields": true,
10
10
 
11
11
  /* modules */
12
- "module": "ESNext",
13
12
  "resolveJsonModule": true,
14
13
  "moduleResolution": "bundler",
15
14
  "allowImportingTsExtensions": true,
16
15
 
17
16
  /* type checking */
18
- "strict": true,
19
17
  "noUnusedLocals": true,
20
18
  "noUnusedParameters": true
21
19
  },