@apitree.cz/testing-library 0.3.0 → 0.3.1-next.98ca41bc3df7198a89d0573bbeeba10138fda95c

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/testing-library",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-next.98ca41bc3df7198a89d0573bbeeba10138fda95c",
4
4
  "description": "React Testing Library setup for Vitest in ApiTree projects.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,30 +29,30 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@testing-library/dom": "^10.4.0",
32
- "@testing-library/jest-dom": "^6.4.8",
32
+ "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/user-event": "^14.5.1",
34
- "jsdom": "^24.1.1"
34
+ "jsdom": "^26.0.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@testing-library/react": "^16.0.0",
37
+ "@testing-library/react": "^16.1.0",
38
38
  "@types/react": "^18.3.3",
39
39
  "@types/react-dom": "^18.3.0",
40
- "@vitest/coverage-v8": "^2.0.4",
40
+ "@vitest/coverage-v8": "^2.1.8",
41
41
  "react": "^18.3.1",
42
42
  "react-dom": "^18.3.1",
43
- "vitest": "^2.0.4",
44
- "@apitree.cz/vitest-config": "0.4.0"
43
+ "vitest": "^2.1.8",
44
+ "@apitree.cz/vitest-config": "0.4.1-next.98ca41bc3df7198a89d0573bbeeba10138fda95c"
45
45
  },
46
46
  "peerDependencies": {
47
- "@testing-library/react": "^16.0.0",
48
- "react": "^18.3.0",
49
- "react-dom": "^18.3.0",
50
- "vitest": "^2.0.4"
47
+ "@testing-library/react": "^16.1.0",
48
+ "react": "^18.3.1",
49
+ "react-dom": "^18.3.1",
50
+ "vitest": "^2.1.8"
51
51
  },
52
52
  "scripts": {
53
- "prebuild": "rimraf dist tsconfig.build.tsbuildinfo",
53
+ "prebuild": "del dist tsconfig.build.tsbuildinfo",
54
54
  "build": "tsc --build tsconfig.build.json",
55
- "cleanup": "rimraf .eslintcache .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo dist node_modules",
55
+ "cleanup": "del .eslintcache .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo dist node_modules",
56
56
  "fix": "run-p ts format:fix lint:fix",
57
57
  "format": "prettier --check \"./**/*.{json,md}\"",
58
58
  "format:fix": "pnpm run format --write",