|
63 | 63 | "@jdp-dev/eslint-config-typescript-react": "^1.2.0",
|
64 | 64 | "@jdp-dev/prettier-config": "^1.2.0",
|
65 | 65 | "@jdp-dev/tsconfig": "^1.2.0",
|
66 |
| - "@testing-library/jest-dom": "^5.16.1", |
67 |
| - "@testing-library/react": "^12.1.2", |
| 66 | + "@testing-library/jest-dom": "^6.0.0", |
| 67 | + "@testing-library/react": "^14.0.0", |
68 | 68 | "@types/jest": "^27.4.0",
|
69 |
| - "@types/node": "^17.0.9", |
| 69 | + "@types/node": "^20.0.0", |
70 | 70 | "@types/react": "^17.0.38",
|
71 | 71 | "@types/react-dom": "^17.0.11",
|
72 | 72 | "@typescript-eslint/eslint-plugin": "^5.10.0",
|
73 | 73 | "@typescript-eslint/parser": "^5.10.0",
|
74 |
| - "@vitejs/plugin-react": "^1.1.4", |
| 74 | + "@vitejs/plugin-react": "^4.0.0", |
75 | 75 | "eslint": "^8.7.0",
|
76 |
| - "eslint-config-prettier": "^8.3.0", |
| 76 | + "eslint-config-prettier": "^9.0.0", |
77 | 77 | "eslint-plugin-import": "^2.25.4",
|
78 |
| - "eslint-plugin-jest": "^25.7.0", |
| 78 | + "eslint-plugin-jest": "^27.0.0", |
79 | 79 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
80 | 80 | "eslint-plugin-react": "^7.28.0",
|
81 | 81 | "eslint-plugin-react-hooks": "^4.3.0",
|
82 |
| - "husky": "^7.0.4", |
| 82 | + "husky": "^8.0.0", |
83 | 83 | "identity-obj-proxy": "^3.0.0",
|
84 | 84 | "jest": "^27.4.7",
|
85 |
| - "lint-staged": "^12.1.7", |
| 85 | + "lint-staged": "^15.0.0", |
86 | 86 | "npm-run-all": "^4.1.5",
|
87 |
| - "prettier": "^2.5.1", |
| 87 | + "prettier": "^3.0.0", |
88 | 88 | "react-test-renderer": "^17.0.2",
|
89 |
| - "rimraf": "^3.0.2", |
| 89 | + "rimraf": "^5.0.0", |
90 | 90 | "standard-version": "^9.3.2",
|
91 | 91 | "ts-jest": "^27.1.3",
|
92 |
| - "typescript": "^4.5.4", |
93 |
| - "vite": "^2.7.12" |
| 92 | + "typescript": "^5.0.0", |
| 93 | + "vite": "^5.0.0" |
94 | 94 | }
|
95 | 95 | }
|
0 commit comments