@apitree.cz/testing-library 0.8.6 → 0.8.7-next.ebf7c38f47bc62587865cde8e83d43754ab4131c
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 +7 -7
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.7-next.ebf7c38f47bc62587865cde8e83d43754ab4131c",
|
|
4
4
|
"description": "React Testing Library setup for Vitest in ApiTree projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apitree",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@testing-library/dom": "^10.4.1",
|
|
39
39
|
"@testing-library/jest-dom": "^6.9.1",
|
|
40
|
-
"jsdom": "^
|
|
40
|
+
"jsdom": "^29.0.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@testing-library/react": "^16.3.
|
|
44
|
-
"@types/react": "^19.2.
|
|
43
|
+
"@testing-library/react": "^16.3.2",
|
|
44
|
+
"@types/react": "^19.2.14",
|
|
45
45
|
"@types/react-dom": "^19.2.3",
|
|
46
46
|
"react": "^19.2.4",
|
|
47
47
|
"react-dom": "^19.2.4",
|
|
48
|
-
"vitest": "^4.
|
|
48
|
+
"vitest": "^4.1.3"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@testing-library/react": "^16.2.0",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"prebuild": "del dist tsconfig.build.tsbuildinfo",
|
|
58
58
|
"build": "tsc --build tsconfig.build.json",
|
|
59
59
|
"cleanup": "del .eslintcache .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo coverage dist node_modules",
|
|
60
|
-
"fix": "turbo run ts format:fix lint:fix
|
|
60
|
+
"fix": "turbo run ts format:fix lint:fix",
|
|
61
61
|
"format": "prettier --check \"./**/*.{js,json,md,ts,tsx}\"",
|
|
62
62
|
"format:fix": "pnpm run format --write",
|
|
63
63
|
"lint": "eslint --cache .",
|
|
64
64
|
"lint:fix": "pnpm run lint --fix",
|
|
65
|
-
"qa": "turbo run ts format lint
|
|
65
|
+
"qa": "turbo run ts format lint",
|
|
66
66
|
"test": "vitest --run",
|
|
67
67
|
"test:coverage": "pnpm run test --coverage",
|
|
68
68
|
"ts": "tsc --build tsconfig.json"
|