|
13 | 13 | "format_check": "prettier --check \"**/*.{ts,tsx,md,js,json,yml,yaml}\"" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "next": "^15.3.3", |
17 | | - "react": "^19.0.0", |
18 | | - "react-dom": "^19.0.0", |
| 16 | + "next": "^15.4.3", |
| 17 | + "react": "^19.1.0", |
| 18 | + "react-dom": "^19.1.0", |
19 | 19 | "react-use-websocket": "^4.13.0" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "@testing-library/jest-dom": "latest", |
| 22 | + "@testing-library/jest-dom": "^6.6.3", |
23 | 23 | "@testing-library/react": "^16.3.0", |
24 | | - "@types/jest": "latest", |
25 | | - "@types/react": "^19.1.3", |
26 | | - "@types/react-dom": "^19.1.3", |
| 24 | + "@types/jest": "^30.0.0", |
| 25 | + "@types/react": "^19.1.8", |
| 26 | + "@types/react-dom": "^19.1.6", |
27 | 27 | "autoprefixer": "^10.4.21", |
28 | | - "eslint": "latest", |
29 | | - "eslint-config-next": "latest", |
30 | | - "jest": "latest", |
31 | | - "jest-environment-jsdom": "latest", |
32 | | - "postcss": "^8", |
33 | | - "prettier": "latest", |
34 | | - "tailwindcss": "^3.3.0" |
| 28 | + "eslint": "^9.31.0", |
| 29 | + "eslint-config-next": "^15.4.3", |
| 30 | + "jest": "^30.0.5", |
| 31 | + "jest-environment-jsdom": "^30.0.5", |
| 32 | + "postcss": "^8.5.6", |
| 33 | + "prettier": "^3.6.2", |
| 34 | + "tailwindcss": "^3.4.17", |
| 35 | + "ts-node": "^10.9.2" |
35 | 36 | } |
36 | 37 | } |
0 commit comments