create-rspack 2.1.6 → 2.1.8

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.1.6",
3
+ "version": "2.1.8",
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": "2.1.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@rslib/core": "1.0.0-beta.1",
26
+ "rstack": "^0.2.0",
27
27
  "typescript": "^6.0.3"
28
28
  },
29
29
  "publishConfig": {
@@ -31,7 +31,7 @@
31
31
  "provenance": true
32
32
  },
33
33
  "scripts": {
34
- "build": "rslib build",
35
- "dev": "rslib build -w"
34
+ "build": "rs lib",
35
+ "dev": "rs lib -w"
36
36
  }
37
37
  }
@@ -17,8 +17,8 @@
17
17
  "@rspack/core": "workspace:*",
18
18
  "@rspack/dev-server": "^2.1.0",
19
19
  "@rspack/plugin-react-refresh": "^2.0.2",
20
- "@types/react": "^19.2.17",
21
- "@types/react-dom": "^19.2.3",
20
+ "@types/react": "^19.2.18",
21
+ "@types/react-dom": "^19.2.4",
22
22
  "react-refresh": "^0.18.0"
23
23
  }
24
24
  }
@@ -17,8 +17,8 @@
17
17
  "@rspack/core": "workspace:*",
18
18
  "@rspack/dev-server": "^2.1.0",
19
19
  "@rspack/plugin-react-refresh": "^2.0.2",
20
- "@types/react": "^19.2.17",
21
- "@types/react-dom": "^19.2.3",
20
+ "@types/react": "^19.2.18",
21
+ "@types/react-dom": "^19.2.4",
22
22
  "react-refresh": "^0.18.0",
23
23
  "typescript": "^6.0.3"
24
24
  }
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/react": "^16.3.2",
10
- "@rstest/adapter-rspack": "^0.10.6",
11
- "@rstest/core": "^0.10.6",
10
+ "@rstest/adapter-rspack": "^0.11.5",
11
+ "@rstest/core": "^0.11.5",
12
12
  "happy-dom": "^20.10.6"
13
13
  }
14
14
  }
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/react": "^16.3.2",
10
- "@rstest/adapter-rspack": "^0.10.6",
11
- "@rstest/core": "^0.10.6",
10
+ "@rstest/adapter-rspack": "^0.11.5",
11
+ "@rstest/core": "^0.11.5",
12
12
  "happy-dom": "^20.10.6"
13
13
  }
14
14
  }
@@ -6,8 +6,8 @@
6
6
  "devDependencies": {
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
- "@rstest/adapter-rspack": "^0.10.6",
10
- "@rstest/core": "^0.10.6",
9
+ "@rstest/adapter-rspack": "^0.11.5",
10
+ "@rstest/core": "^0.11.5",
11
11
  "happy-dom": "^20.10.6"
12
12
  }
13
13
  }
@@ -6,8 +6,8 @@
6
6
  "devDependencies": {
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
- "@rstest/adapter-rspack": "^0.10.6",
10
- "@rstest/core": "^0.10.6",
9
+ "@rstest/adapter-rspack": "^0.11.5",
10
+ "@rstest/core": "^0.11.5",
11
11
  "happy-dom": "^20.10.6"
12
12
  }
13
13
  }
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/vue": "^8.1.0",
10
- "@rstest/adapter-rspack": "^0.10.6",
11
- "@rstest/core": "^0.10.6",
10
+ "@rstest/adapter-rspack": "^0.11.5",
11
+ "@rstest/core": "^0.11.5",
12
12
  "happy-dom": "^20.10.6"
13
13
  }
14
14
  }
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/vue": "^8.1.0",
10
- "@rstest/adapter-rspack": "^0.10.6",
11
- "@rstest/core": "^0.10.6",
10
+ "@rstest/adapter-rspack": "^0.11.5",
11
+ "@rstest/core": "^0.11.5",
12
12
  "happy-dom": "^20.10.6"
13
13
  }
14
14
  }