@apitree.cz/testing-library 0.2.0 → 0.2.1-next.2f25e1ca85b896f9b8b89577817e38e59bde1699
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apitree.cz/testing-library",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1-next.2f25e1ca85b896f9b8b89577817e38e59bde1699",
|
|
4
4
|
"description": "React Testing Library setup for Vitest in ApiTree projects.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"@testing-library/react": "^14.1.2",
|
|
38
38
|
"@types/react": "^18.2.42",
|
|
39
39
|
"@types/react-dom": "^18.2.17",
|
|
40
|
-
"@vitest/coverage-istanbul": "^1.
|
|
40
|
+
"@vitest/coverage-istanbul": "^1.2.1",
|
|
41
41
|
"react": "^18.2.0",
|
|
42
42
|
"react-dom": "^18.2.0",
|
|
43
|
-
"vitest": "^1.
|
|
44
|
-
"@apitree.cz/vitest-config": "0.2.
|
|
43
|
+
"vitest": "^1.2.1",
|
|
44
|
+
"@apitree.cz/vitest-config": "0.2.1-next.2f25e1ca85b896f9b8b89577817e38e59bde1699"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@testing-library/react": "^14.0.0",
|