|
37 | 37 | "ci": "pnpm run lint && pnpm run format:check && CI=true pnpm run test:coverage && pnpm run build" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@testing-library/dom": "^9.3.3", |
41 | | - "@testing-library/react": "^14.0.0", |
42 | | - "@testing-library/user-event": "^14.5.1", |
43 | | - "@types/jest": "^29.5.5", |
44 | | - "@types/node": "^20.8.3", |
45 | | - "@types/react": "^18.2.25", |
46 | | - "@types/react-dom": "^18.2.11", |
47 | | - "@typescript-eslint/eslint-plugin": "^6.7.4", |
48 | | - "@typescript-eslint/parser": "^6.7.4", |
49 | | - "@vitejs/plugin-react": "^4.1.0", |
50 | | - "@vitest/coverage-v8": "^0.34.6", |
51 | | - "eslint": "^8.51.0", |
52 | | - "eslint-plugin-jest": "^27.4.2", |
53 | | - "eslint-plugin-react": "^7.33.2", |
54 | | - "eslint-plugin-react-hooks": "^4.6.0", |
55 | | - "jsdom": "^22.1.0", |
56 | | - "prettier": "^3.0.3", |
57 | | - "react": "^18.2.0", |
58 | | - "react-dom": "^18.2.0", |
59 | | - "typescript": "^5.2.2", |
60 | | - "vite": "^4.4.11", |
61 | | - "vite-plugin-dts": "^3.6.0", |
62 | | - "vitest": "^0.34.6" |
| 40 | + "@eslint/js": "^9.22.0", |
| 41 | + "@testing-library/dom": "^10.4.0", |
| 42 | + "@testing-library/react": "^16.2.0", |
| 43 | + "@testing-library/user-event": "^14.6.1", |
| 44 | + "@types/jest": "^29.5.14", |
| 45 | + "@types/node": "^22.13.10", |
| 46 | + "@types/react": "^19.0.10", |
| 47 | + "@types/react-dom": "^19.0.4", |
| 48 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 49 | + "@typescript-eslint/parser": "^8.26.0", |
| 50 | + "@vitejs/plugin-react": "^4.3.4", |
| 51 | + "@vitest/coverage-v8": "^3.0.8", |
| 52 | + "eslint": "^9.22.0", |
| 53 | + "eslint-plugin-jest": "^28.11.0", |
| 54 | + "eslint-plugin-react": "^7.37.4", |
| 55 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 56 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 57 | + "globals": "^16.0.0", |
| 58 | + "jsdom": "^26.0.0", |
| 59 | + "prettier": "^3.5.3", |
| 60 | + "react": "^19.0.0", |
| 61 | + "react-dom": "^19.0.0", |
| 62 | + "typescript": "^5.8.2", |
| 63 | + "typescript-eslint": "^8.26.0", |
| 64 | + "vite": "^6.2.1", |
| 65 | + "vite-plugin-dts": "^4.5.3", |
| 66 | + "vitest": "^3.0.8" |
63 | 67 | }, |
64 | 68 | "peerDependencies": { |
65 | | - "react": "^17.x.x || ^18.x.x", |
66 | | - "react-dom": "^17.x.x || ^18.x.x" |
| 69 | + "react": ">=16.8.0", |
| 70 | + "react-dom": ">=16.8.0" |
| 71 | + }, |
| 72 | + "pnpm": { |
| 73 | + "onlyBuiltDependencies": [ |
| 74 | + "esbuild" |
| 75 | + ] |
67 | 76 | } |
68 | 77 | } |
0 commit comments