create-rspack 2.0.0-rc.0 → 2.0.0-rc.1

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",
3
- "version": "2.0.0-rc.0",
3
+ "version": "2.0.0-rc.1",
4
4
  "homepage": "https://rspack.rs",
5
5
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
6
6
  "repository": {
@@ -23,7 +23,7 @@
23
23
  "create-rstack": "1.8.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@rslib/core": "0.20.2",
26
+ "@rslib/core": "0.20.3",
27
27
  "typescript": "^6.0.2"
28
28
  },
29
29
  "publishConfig": {
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@rspack/cli": "workspace:*",
16
16
  "@rspack/core": "workspace:*",
17
- "@rspack/dev-server": "2.0.0-beta.7",
17
+ "@rspack/dev-server": "2.0.0-rc.2",
18
18
  "@rspack/plugin-react-refresh": "^1.6.1",
19
19
  "@types/react": "^19.2.14",
20
20
  "@types/react-dom": "^19.2.3",
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@rspack/cli": "workspace:*",
16
16
  "@rspack/core": "workspace:*",
17
- "@rspack/dev-server": "2.0.0-beta.7",
17
+ "@rspack/dev-server": "2.0.0-rc.2",
18
18
  "@rspack/plugin-react-refresh": "^1.6.1",
19
19
  "@types/react": "^19.2.14",
20
20
  "@types/react-dom": "^19.2.3",
@@ -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.4",
12
- "happy-dom": "^20.8.7"
11
+ "@rstest/core": "^0.9.6",
12
+ "happy-dom": "^20.8.9"
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.4",
12
- "happy-dom": "^20.8.7"
11
+ "@rstest/core": "^0.9.6",
12
+ "happy-dom": "^20.8.9"
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.4",
10
- "happy-dom": "^20.8.7"
9
+ "@rstest/core": "^0.9.6",
10
+ "happy-dom": "^20.8.9"
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.4",
10
- "happy-dom": "^20.8.7"
9
+ "@rstest/core": "^0.9.6",
10
+ "happy-dom": "^20.8.9"
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.4",
12
- "happy-dom": "^20.8.7"
11
+ "@rstest/core": "^0.9.6",
12
+ "happy-dom": "^20.8.9"
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.4",
12
- "happy-dom": "^20.8.7"
11
+ "@rstest/core": "^0.9.6",
12
+ "happy-dom": "^20.8.9"
13
13
  }
14
14
  }
@@ -10,6 +10,6 @@
10
10
  "devDependencies": {
11
11
  "@rspack/cli": "workspace:*",
12
12
  "@rspack/core": "workspace:*",
13
- "@rspack/dev-server": "2.0.0-beta.7"
13
+ "@rspack/dev-server": "2.0.0-rc.2"
14
14
  }
15
15
  }
@@ -10,7 +10,7 @@
10
10
  "devDependencies": {
11
11
  "@rspack/cli": "workspace:*",
12
12
  "@rspack/core": "workspace:*",
13
- "@rspack/dev-server": "2.0.0-beta.7",
13
+ "@rspack/dev-server": "2.0.0-rc.2",
14
14
  "typescript": "^6.0.2"
15
15
  }
16
16
  }
@@ -8,12 +8,12 @@
8
8
  "preview": "rspack preview"
9
9
  },
10
10
  "dependencies": {
11
- "vue": "^3.5.30"
11
+ "vue": "^3.5.32"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rspack/cli": "workspace:*",
15
15
  "@rspack/core": "workspace:*",
16
- "@rspack/dev-server": "2.0.0-beta.7",
16
+ "@rspack/dev-server": "2.0.0-rc.2",
17
17
  "rspack-vue-loader": "^17.5.0"
18
18
  }
19
19
  }
@@ -8,12 +8,12 @@
8
8
  "preview": "rspack preview"
9
9
  },
10
10
  "dependencies": {
11
- "vue": "^3.5.30"
11
+ "vue": "^3.5.32"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rspack/cli": "workspace:*",
15
15
  "@rspack/core": "workspace:*",
16
- "@rspack/dev-server": "2.0.0-beta.7",
16
+ "@rspack/dev-server": "2.0.0-rc.2",
17
17
  "typescript": "^6.0.2",
18
18
  "rspack-vue-loader": "^17.5.0"
19
19
  }