|
66 | 66 | "lucide-react": "^0.536.0", |
67 | 67 | "marked": "^16.2.1", |
68 | 68 | "motion": "^12.7.4", |
69 | | - "next": "16.0.1", |
| 69 | + "next": "16.0.7", |
70 | 70 | "next-intl": "^4.1.0", |
71 | 71 | "next-mdx-remote": "^5.0.0", |
72 | 72 | "next-themes": "^0.4.6", |
73 | 73 | "prettier-plugin-tailwindcss": "^0.6.11", |
74 | | - "react": "19.2.0", |
| 74 | + "react": "19.2.1", |
75 | 75 | "react-day-picker": "^9.9.0", |
76 | | - "react-dom": "19.2.0", |
| 76 | + "react-dom": "19.2.1", |
77 | 77 | "react-hook-form": "^7.62.0", |
78 | 78 | "rehype-pretty-code": "^0.14.1", |
79 | 79 | "remark-gfm": "^4.0.1", |
|
94 | 94 | "@testing-library/user-event": "^14.5.2", |
95 | 95 | "@types/js-cookie": "^3.0.6", |
96 | 96 | "@types/node": "^20", |
97 | | - "@types/react": "19.2.2", |
98 | | - "@types/react-dom": "19.2.2", |
| 97 | + "@types/react": "19.2.7", |
| 98 | + "@types/react-dom": "19.2.3", |
99 | 99 | "@types/turndown": "^5.0.5", |
100 | 100 | "@typescript-eslint/eslint-plugin": "^8.0.1", |
101 | 101 | "@typescript-eslint/parser": "^8.0.1", |
102 | 102 | "@vitejs/plugin-react": "^4.3.3", |
103 | 103 | "eslint": "^9", |
104 | | - "eslint-config-next": "16.0.1", |
| 104 | + "eslint-config-next": "16.0.7", |
105 | 105 | "eslint-config-prettier": "^9.1.0", |
106 | 106 | "eslint-plugin-react": "^7.35.0", |
107 | 107 | "globals": "^16.5.0", |
|
120 | 120 | "**/*": "prettier --write --ignore-unknown" |
121 | 121 | }, |
122 | 122 | "resolutions": { |
123 | | - "@types/react": "19.2.2", |
124 | | - "@types/react-dom": "19.2.2" |
| 123 | + "@types/react": "19.2.7", |
| 124 | + "@types/react-dom": "19.2.3" |
125 | 125 | } |
126 | 126 | } |
0 commit comments