|
13 | 13 | "start": "next start" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@tanstack/react-query": "^4.29.1", |
17 | | - "next": "^13.3.0", |
| 16 | + "@tanstack/react-query": "^4.29.7", |
| 17 | + "next": "^13.4.2", |
18 | 18 | "react": "^18.2.0", |
19 | 19 | "react-dom": "^18.2.0", |
20 | 20 | "recoil": "^0.7.7", |
21 | | - "sass": "^1.61.0" |
| 21 | + "sass": "^1.62.1" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@tanstack/react-query-devtools": "^4.29.1", |
| 24 | + "@tanstack/react-query-devtools": "^4.29.7", |
25 | 25 | "@testing-library/react": "^14.0.0", |
26 | | - "@types/node": "^18.15.11", |
27 | | - "@types/react": "^18.0.33", |
28 | | - "@types/react-dom": "^18.0.11", |
29 | | - "@typescript-eslint/eslint-plugin": "^5.58.0", |
30 | | - "@typescript-eslint/parser": "^5.58.0", |
| 26 | + "@types/node": "^20.1.4", |
| 27 | + "@types/react": "^18.2.6", |
| 28 | + "@types/react-dom": "^18.2.4", |
| 29 | + "@typescript-eslint/eslint-plugin": "^5.59.5", |
| 30 | + "@typescript-eslint/parser": "^5.59.5", |
31 | 31 | "ejs": "^3.1.9", |
32 | | - "eslint": "^8.38.0", |
33 | | - "eslint-config-next": "13.3.0", |
| 32 | + "eslint": "^8.40.0", |
| 33 | + "eslint-config-next": "13.4.2", |
34 | 34 | "eslint-plugin-prettier": "^4.2.1", |
35 | 35 | "jest": "^29.5.0", |
36 | 36 | "jest-environment-jsdom": "^29.5.0", |
37 | | - "prettier": "^2.8.7", |
| 37 | + "prettier": "^2.8.8", |
38 | 38 | "typescript": "^5.0.4" |
39 | 39 | }, |
40 | 40 | "browserslist": { |
|
0 commit comments