create-rspack 2.1.10 → 2.2.0-beta.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 +3 -3
- package/template-rstest/react-js/package.json +4 -4
- package/template-rstest/react-ts/package.json +4 -4
- package/template-rstest/vanilla-js/package.json +4 -4
- package/template-rstest/vanilla-ts/package.json +4 -4
- package/template-rstest/vue-js/package.json +4 -4
- package/template-rstest/vue-ts/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rspack",
|
|
3
|
-
"version": "2.1
|
|
3
|
+
"version": "2.2.0-beta.1",
|
|
4
4
|
"homepage": "https://rspack.rs",
|
|
5
5
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
6
6
|
"repository": {
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"bin.js"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@rstackjs/create-toolkit": "2.2.
|
|
23
|
+
"@rstackjs/create-toolkit": "2.2.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"rstack": "^0.
|
|
26
|
+
"rstack": "^0.6.0",
|
|
27
27
|
"typescript": "^6.0.3"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
|
-
"@testing-library/jest-dom": "^7.0.
|
|
8
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
9
9
|
"@testing-library/react": "^16.3.2",
|
|
10
|
-
"@rstest/adapter-rspack": "^0.11.
|
|
11
|
-
"@rstest/core": "^0.11.
|
|
12
|
-
"happy-dom": "^20.11.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.11.8",
|
|
11
|
+
"@rstest/core": "^0.11.8",
|
|
12
|
+
"happy-dom": "^20.11.2"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
|
-
"@testing-library/jest-dom": "^7.0.
|
|
8
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
9
9
|
"@testing-library/react": "^16.3.2",
|
|
10
|
-
"@rstest/adapter-rspack": "^0.11.
|
|
11
|
-
"@rstest/core": "^0.11.
|
|
12
|
-
"happy-dom": "^20.11.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.11.8",
|
|
11
|
+
"@rstest/core": "^0.11.8",
|
|
12
|
+
"happy-dom": "^20.11.2"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
|
-
"@testing-library/jest-dom": "^7.0.
|
|
9
|
-
"@rstest/adapter-rspack": "^0.11.
|
|
10
|
-
"@rstest/core": "^0.11.
|
|
11
|
-
"happy-dom": "^20.11.
|
|
8
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
9
|
+
"@rstest/adapter-rspack": "^0.11.8",
|
|
10
|
+
"@rstest/core": "^0.11.8",
|
|
11
|
+
"happy-dom": "^20.11.2"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
|
-
"@testing-library/jest-dom": "^7.0.
|
|
9
|
-
"@rstest/adapter-rspack": "^0.11.
|
|
10
|
-
"@rstest/core": "^0.11.
|
|
11
|
-
"happy-dom": "^20.11.
|
|
8
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
9
|
+
"@rstest/adapter-rspack": "^0.11.8",
|
|
10
|
+
"@rstest/core": "^0.11.8",
|
|
11
|
+
"happy-dom": "^20.11.2"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
|
-
"@testing-library/jest-dom": "^7.0.
|
|
8
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
9
9
|
"@testing-library/vue": "^8.1.0",
|
|
10
|
-
"@rstest/adapter-rspack": "^0.11.
|
|
11
|
-
"@rstest/core": "^0.11.
|
|
12
|
-
"happy-dom": "^20.11.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.11.8",
|
|
11
|
+
"@rstest/core": "^0.11.8",
|
|
12
|
+
"happy-dom": "^20.11.2"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@testing-library/dom": "^10.4.1",
|
|
8
|
-
"@testing-library/jest-dom": "^7.0.
|
|
8
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
9
9
|
"@testing-library/vue": "^8.1.0",
|
|
10
|
-
"@rstest/adapter-rspack": "^0.11.
|
|
11
|
-
"@rstest/core": "^0.11.
|
|
12
|
-
"happy-dom": "^20.11.
|
|
10
|
+
"@rstest/adapter-rspack": "^0.11.8",
|
|
11
|
+
"@rstest/core": "^0.11.8",
|
|
12
|
+
"happy-dom": "^20.11.2"
|
|
13
13
|
}
|
|
14
14
|
}
|