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 15, 2024
1 parent b245848 commit c836bbd
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 45 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"
}
}
57 changes: 28 additions & 29 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.28",
"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
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"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",
"react-resizable-panels": "2.0.13",
"tailwind-merge": "2.2.1",
"tailwindcss-animate": "1.0.7",
"zod": "3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"autoprefixer": "10.4.18",
"eslint-config-next": "14.1.3",
"jest": "29.7.0",
Expand Down

0 comments on commit c836bbd

Please sign in to comment.