|
10 | 10 | "lint": "next lint" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@clerk/nextjs": "^6.9.6", |
14 | | - "@clerk/themes": "^2.2.3", |
| 13 | + "@clerk/nextjs": "^6.9.9", |
| 14 | + "@clerk/themes": "^2.2.5", |
15 | 15 | "@primer/octicons-react": "^19.14.0", |
16 | 16 | "@primer/primitives": "^10.3.2", |
17 | | - "@primer/react": "^37.8.0", |
| 17 | + "@primer/react": "^37.9.1", |
18 | 18 | "axios": "^1.7.9", |
19 | 19 | "next": "15.1.3", |
20 | 20 | "next-themes": "^0.4.4", |
21 | 21 | "prettier": "^3.4.2", |
22 | | - "react": "19.0.0-rc-66855b96-20241106", |
23 | | - "react-dom": "19.0.0-rc-66855b96-20241106", |
| 22 | + "react": "19.0.0", |
| 23 | + "react-dom": "19.0.0", |
24 | 24 | "sonner": "^1.7.1", |
25 | | - "styled-components": "^6.1.13", |
26 | | - "zustand": "^5.0.2" |
| 25 | + "styled-components": "^6.1.14", |
| 26 | + "zustand": "^5.0.3" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@types/node": "^22.10.3", |
30 | | - "@types/react": "^18.3.12", |
31 | | - "@types/react-dom": "^18.3.1", |
32 | | - "eslint": "^8.57.1", |
| 29 | + "@types/node": "^22.10.6", |
| 30 | + "@types/react": "^18.3.18", |
| 31 | + "@types/react-dom": "^18.3.5", |
| 32 | + "eslint": "^9.18.0", |
33 | 33 | "eslint-config-next": "15.1.3", |
34 | 34 | "eslint-plugin-primer-react": "^6.1.6", |
35 | | - "typescript": "^5.7.2" |
| 35 | + "typescript": "^5.7.3" |
36 | 36 | } |
37 | 37 | } |
0 commit comments