|
28 | 28 | "@babel/preset-env": "^7.23.7",
|
29 | 29 | "@babel/preset-react": "^7.23.3",
|
30 | 30 | "@babel/preset-typescript": "^7.23.3",
|
31 |
| - "@testing-library/jest-dom": "^6.1.4", |
32 |
| - "@testing-library/react": "^14.0.0", |
33 |
| - "@testing-library/user-event": "^14.4.3", |
34 |
| - "@types/react": "^17.0.49", |
35 |
| - "@types/react-dom": "^17.0.17", |
36 |
| - "@typescript-eslint/eslint-plugin": "^5.35.1", |
37 |
| - "@typescript-eslint/parser": "^5.35.1", |
| 31 | + "@testing-library/jest-dom": "^6.4.5", |
| 32 | + "@testing-library/react": "^15.0.6", |
| 33 | + "@testing-library/user-event": "^14.5.2", |
| 34 | + "@types/jest": "^29.5.12", |
| 35 | + "@types/react": "^18.3.1", |
| 36 | + "@types/react-dom": "^18.3.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 38 | + "@typescript-eslint/parser": "^7.8.0", |
38 | 39 | "@vitejs/plugin-react": "^4.2.1",
|
39 | 40 | "babel-dual-package": "^1.1.2",
|
40 |
| - "babel-jest": "^29.5.0", |
| 41 | + "babel-jest": "^29.7.0", |
41 | 42 | "babel-plugin-react-remove-properties": "^0.3.0",
|
42 | 43 | "codecov": "^4.0.0-0",
|
43 |
| - "eslint": "^8.23.0", |
44 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
45 |
| - "eslint-plugin-react": "^7.31.1", |
46 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 44 | + "eslint": "^8.57.0", |
| 45 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 46 | + "eslint-plugin-react": "^7.34.1", |
| 47 | + "eslint-plugin-react-hooks": "^4.6.2", |
47 | 48 | "http-server": "^14.1.1",
|
48 |
| - "jest": "^29.5.0", |
49 |
| - "jest-environment-jsdom": "^29.5.0", |
| 49 | + "jest": "^29.7.0", |
| 50 | + "jest-environment-jsdom": "^29.7.0", |
50 | 51 | "prettier": "^3.2.5",
|
51 | 52 | "ts-jest-resolver": "^2.0.1",
|
52 |
| - "typescript": "^5.0.4", |
| 53 | + "typescript": "^5.4.5", |
53 | 54 | "vite": "^5.2.8"
|
54 | 55 | }
|
55 | 56 | }
|
0 commit comments