@apitree.cz/testing-library 0.7.0 → 0.7.1-next.06693e7113a15b393eafb786c19c2cf1b6f8d61a

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/testing-library",
3
- "version": "0.7.0",
3
+ "version": "0.7.1-next.06693e7113a15b393eafb786c19c2cf1b6f8d61a",
4
4
  "description": "React Testing Library setup for Vitest in ApiTree projects.",
5
5
  "keywords": [
6
6
  "apitree",
@@ -41,12 +41,12 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@testing-library/react": "^16.3.0",
44
- "@types/react": "^19.1.2",
45
- "@types/react-dom": "^19.1.2",
44
+ "@types/react": "^19.1.5",
45
+ "@types/react-dom": "^19.1.5",
46
46
  "react": "^19.1.0",
47
47
  "react-dom": "^19.1.0",
48
- "vitest": "^3.1.1",
49
- "@apitree.cz/vitest-config": "0.7.4"
48
+ "vitest": "^3.1.4",
49
+ "@apitree.cz/vitest-config": "0.7.5-next.06693e7113a15b393eafb786c19c2cf1b6f8d61a"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@testing-library/react": "^16.2.0",