create-rspack-debug 2.0.0-beta.7 → 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 +3 -3
- package/template-react-js/package.json +1 -1
- package/template-react-ts/package.json +2 -2
- package/template-react-ts/tsconfig.json +0 -2
- package/template-rstest/react-js/package.json +3 -3
- package/template-rstest/react-ts/package.json +3 -3
- package/template-rstest/vanilla-js/package.json +2 -2
- package/template-rstest/vanilla-ts/package.json +2 -2
- package/template-rstest/vue-js/package.json +3 -3
- package/template-rstest/vue-ts/package.json +3 -3
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +2 -2
- package/template-vanilla-ts/tsconfig.json +0 -2
- package/template-vue-js/package.json +1 -1
- package/template-vue-ts/package.json +2 -2
- package/template-vue-ts/tsconfig.json +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rspack-debug",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
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.
|
|
27
|
-
"typescript": "^
|
|
26
|
+
"@rslib/core": "0.20.1",
|
|
27
|
+
"typescript": "^6.0.2"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public",
|
|
@@ -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.
|
|
17
|
+
"@rspack/dev-server": "2.0.0-beta.7",
|
|
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,11 +14,11 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@rspack/cli": "workspace:*",
|
|
16
16
|
"@rspack/core": "workspace:*",
|
|
17
|
-
"@rspack/dev-server": "2.0.0-beta.
|
|
17
|
+
"@rspack/dev-server": "2.0.0-beta.7",
|
|
18
18
|
"@rspack/plugin-react-refresh": "^1.6.1",
|
|
19
19
|
"@types/react": "^19.2.14",
|
|
20
20
|
"@types/react-dom": "^19.2.3",
|
|
21
21
|
"react-refresh": "^0.18.0",
|
|
22
|
-
"typescript": "^
|
|
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
|
},
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"test:watch": "rstest --watch"
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
7
|
+
"@rsbuild/plugin-react": "^1.4.6",
|
|
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.
|
|
12
|
-
"happy-dom": "^20.8.
|
|
11
|
+
"@rstest/core": "^0.9.4",
|
|
12
|
+
"happy-dom": "^20.8.7"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"test:watch": "rstest --watch"
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
7
|
+
"@rsbuild/plugin-react": "^1.4.6",
|
|
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.
|
|
12
|
-
"happy-dom": "^20.8.
|
|
11
|
+
"@rstest/core": "^0.9.4",
|
|
12
|
+
"happy-dom": "^20.8.7"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"test:watch": "rstest --watch"
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@rsbuild/plugin-vue": "^1.2.
|
|
7
|
+
"@rsbuild/plugin-vue": "^1.2.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.
|
|
12
|
-
"happy-dom": "^20.8.
|
|
11
|
+
"@rstest/core": "^0.9.4",
|
|
12
|
+
"happy-dom": "^20.8.7"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"test:watch": "rstest --watch"
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@rsbuild/plugin-vue": "^1.2.
|
|
7
|
+
"@rsbuild/plugin-vue": "^1.2.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.
|
|
12
|
-
"happy-dom": "^20.8.
|
|
11
|
+
"@rstest/core": "^0.9.4",
|
|
12
|
+
"happy-dom": "^20.8.7"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -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
|
},
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@rspack/cli": "workspace:*",
|
|
15
15
|
"@rspack/core": "workspace:*",
|
|
16
|
-
"@rspack/dev-server": "2.0.0-beta.
|
|
17
|
-
"typescript": "^
|
|
16
|
+
"@rspack/dev-server": "2.0.0-beta.7",
|
|
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
|
},
|