Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 37d6ae1 commit fd213bc
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 40 deletions.
16 changes: 8 additions & 8 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"axios": "1.3.6",
"js-tiktoken-mongodb": "0.0.3",
"mongodb": "6.4.0"
"mongodb": "6.5.0"
}
}
49 changes: 24 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/node": "20.11.26",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-deprecation": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@langtrace/models": "*",
"dotenv": "16.4.5",
"express": "4.18.3",
"mongodb": "6.4.0"
"mongodb": "6.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@langtrace/models": "*",
"dotenv": "16.4.5",
"express": "4.18.3",
"mongodb": "6.4.0"
"mongodb": "6.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clsx": "2.1.0",
"next": "14.1.3",
"next-auth": "4.24.7",
"next-themes": "0.2.1",
"next-themes": "0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-resizable-panels": "2.0.12",
Expand All @@ -33,8 +33,8 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22",
"autoprefixer": "10.4.18",
"eslint-config-next": "14.1.3",
"postcss": "8.4.35",
Expand Down

0 comments on commit fd213bc

Please sign in to comment.