create-rspack-debug 2.0.0-beta.7 → 2.0.0-beta.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 +1 -1
- package/template-react-js/package.json +1 -1
- package/template-react-ts/package.json +1 -1
- package/template-rstest/react-js/package.json +2 -2
- package/template-rstest/react-ts/package.json +2 -2
- package/template-rstest/vanilla-js/package.json +1 -1
- package/template-rstest/vanilla-ts/package.json +1 -1
- package/template-rstest/vue-js/package.json +2 -2
- package/template-rstest/vue-ts/package.json +2 -2
- package/template-vanilla-js/package.json +1 -1
- package/template-vanilla-ts/package.json +1 -1
- package/template-vue-js/package.json +1 -1
- package/template-vue-ts/package.json +1 -1
package/package.json
CHANGED
|
@@ -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,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",
|
|
@@ -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
11
|
"@rstest/core": "^0.9.2",
|
|
12
|
-
"happy-dom": "^20.8.
|
|
12
|
+
"happy-dom": "^20.8.4"
|
|
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
11
|
"@rstest/core": "^0.9.2",
|
|
12
|
-
"happy-dom": "^20.8.
|
|
12
|
+
"happy-dom": "^20.8.4"
|
|
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
11
|
"@rstest/core": "^0.9.2",
|
|
12
|
-
"happy-dom": "^20.8.
|
|
12
|
+
"happy-dom": "^20.8.4"
|
|
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
11
|
"@rstest/core": "^0.9.2",
|
|
12
|
-
"happy-dom": "^20.8.
|
|
12
|
+
"happy-dom": "^20.8.4"
|
|
13
13
|
}
|
|
14
14
|
}
|