Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
s-h-a-d-o-w committed Nov 25, 2024
1 parent 7da58d2 commit 19e8577
Show file tree
Hide file tree
Showing 2 changed files with 1,155 additions and 1,260 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,41 @@
},
"dependencies": {
"@ai-sdk/openai": "^0.0.54",
"ai": "^3.3.19",
"ai": "^3.4.33",
"concurrently": "^8.2.2",
"date-fns": "^3.6.0",
"lodash": "^4.17.21",
"next": "14.2.10",
"next-auth": "5.0.0-beta.21",
"prism-react-renderer": "^2.3.1",
"react": "^18",
"react-dom": "^18",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-syntax-highlighter": "^15.6.1",
"superjson": "^2.2.1",
"use-local-storage-state": "^19.4.0"
"use-local-storage-state": "^19.5.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.13",
"@pandacss/dev": "^0.46",
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@next/bundle-analyzer": "^14.2.18",
"@pandacss/dev": "^0.46.1",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"husky": "^9.1.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.1",
"typescript": "^5",
"vitest": "^2.1.2"
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit 19e8577

Please sign in to comment.