@apitree.cz/testing-library 0.8.4 → 0.8.5-next.da56c033a41bbd65026e9e2b6bc4cda3059f1e78
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apitree.cz/testing-library",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5-next.da56c033a41bbd65026e9e2b6bc4cda3059f1e78",
|
|
4
4
|
"description": "React Testing Library setup for Vitest in ApiTree projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apitree",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"jsdom": "^27.3.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@testing-library/react": "^16.3.
|
|
43
|
+
"@testing-library/react": "^16.3.1",
|
|
44
44
|
"@types/react": "^19.2.7",
|
|
45
45
|
"@types/react-dom": "^19.2.3",
|
|
46
46
|
"react": "^19.2.3",
|
|
47
47
|
"react-dom": "^19.2.3",
|
|
48
|
-
"vitest": "^4.0.
|
|
48
|
+
"vitest": "^4.0.16"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@testing-library/react": "^16.2.0",
|