|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 | 24 | "@ai-sdk/openai": "^0.0.54",
|
25 |
| - "ai": "^3.3.19", |
| 25 | + "ai": "^3.4.33", |
26 | 26 | "concurrently": "^8.2.2",
|
27 | 27 | "date-fns": "^3.6.0",
|
28 | 28 | "lodash": "^4.17.21",
|
29 | 29 | "next": "14.2.10",
|
30 | 30 | "next-auth": "5.0.0-beta.21",
|
31 |
| - "prism-react-renderer": "^2.3.1", |
32 |
| - "react": "^18", |
33 |
| - "react-dom": "^18", |
| 31 | + "prism-react-renderer": "^2.4.0", |
| 32 | + "react": "^18.3.1", |
| 33 | + "react-dom": "^18.3.1", |
34 | 34 | "react-icons": "^5.3.0",
|
35 | 35 | "react-markdown": "^9.0.1",
|
36 |
| - "react-syntax-highlighter": "^15.5.0", |
| 36 | + "react-syntax-highlighter": "^15.6.1", |
37 | 37 | "superjson": "^2.2.1",
|
38 |
| - "use-local-storage-state": "^19.4.0" |
| 38 | + "use-local-storage-state": "^19.5.0" |
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@next/bundle-analyzer": "^14.2.13", |
42 |
| - "@pandacss/dev": "^0.46", |
43 |
| - "@types/lodash": "^4.17.7", |
44 |
| - "@types/node": "^20", |
45 |
| - "@types/react": "^18", |
46 |
| - "@types/react-dom": "^18", |
| 41 | + "@next/bundle-analyzer": "^14.2.18", |
| 42 | + "@pandacss/dev": "^0.46.1", |
| 43 | + "@types/lodash": "^4.17.13", |
| 44 | + "@types/node": "^20.17.7", |
| 45 | + "@types/react": "^18.3.12", |
| 46 | + "@types/react-dom": "^18.3.1", |
47 | 47 | "@types/react-syntax-highlighter": "^15.5.13",
|
48 |
| - "@typescript-eslint/eslint-plugin": "^8.1.0", |
49 |
| - "@typescript-eslint/parser": "^8.1.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^8.16.0", |
| 49 | + "@typescript-eslint/parser": "^8.16.0", |
50 | 50 | "cross-env": "^7.0.3",
|
51 |
| - "eslint": "^8", |
52 |
| - "eslint-config-next": "^14.2.5", |
| 51 | + "eslint": "^8.57.1", |
| 52 | + "eslint-config-next": "^14.2.18", |
53 | 53 | "eslint-config-prettier": "^9.1.0",
|
54 | 54 | "eslint-plugin-prettier": "^5.2.1",
|
55 |
| - "husky": "^9.1.5", |
| 55 | + "husky": "^9.1.7", |
56 | 56 | "prettier": "^3.3.3",
|
57 | 57 | "rimraf": "^6.0.1",
|
58 |
| - "tsx": "^4.19.1", |
59 |
| - "typescript": "^5", |
60 |
| - "vitest": "^2.1.2" |
| 58 | + "tsx": "^4.19.2", |
| 59 | + "typescript": "^5.7.2", |
| 60 | + "vitest": "^2.1.5" |
61 | 61 | }
|
62 | 62 | }
|
0 commit comments