create-rspack-debug 2.0.8 → 2.1.0-rc.0
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 +2 -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 +3 -3
- package/template-rstest/vanilla-ts/package.json +3 -3
- package/template-rstest/vue-js/package.json +3 -3
- package/template-rstest/vue-ts/package.json +3 -3
- package/template-vue-js/package.json +1 -1
- package/template-vue-ts/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rspack-debug",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.1.0-rc.0",
|
|
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": "^0.
|
|
26
|
+
"@rslib/core": "^0.23.0",
|
|
27
27
|
"typescript": "^6.0.3"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
@@ -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.
|
|
11
|
-
"@rstest/core": "^0.10.
|
|
12
|
-
"happy-dom": "^20.10.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.10.6",
|
|
11
|
+
"@rstest/core": "^0.10.6",
|
|
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.
|
|
11
|
-
"@rstest/core": "^0.10.
|
|
12
|
-
"happy-dom": "^20.10.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.10.6",
|
|
11
|
+
"@rstest/core": "^0.10.6",
|
|
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.
|
|
10
|
-
"@rstest/core": "^0.10.
|
|
11
|
-
"happy-dom": "^20.10.
|
|
9
|
+
"@rstest/adapter-rspack": "^0.10.6",
|
|
10
|
+
"@rstest/core": "^0.10.6",
|
|
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.
|
|
10
|
-
"@rstest/core": "^0.10.
|
|
11
|
-
"happy-dom": "^20.10.
|
|
9
|
+
"@rstest/adapter-rspack": "^0.10.6",
|
|
10
|
+
"@rstest/core": "^0.10.6",
|
|
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.
|
|
11
|
-
"@rstest/core": "^0.10.
|
|
12
|
-
"happy-dom": "^20.10.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.10.6",
|
|
11
|
+
"@rstest/core": "^0.10.6",
|
|
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.
|
|
11
|
-
"@rstest/core": "^0.10.
|
|
12
|
-
"happy-dom": "^20.10.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.10.6",
|
|
11
|
+
"@rstest/core": "^0.10.6",
|
|
12
|
+
"happy-dom": "^20.10.6"
|
|
13
13
|
}
|
|
14
14
|
}
|