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 Oct 9, 2024
1 parent b7da8e2 commit 0ec9437
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 80 deletions.
146 changes: 73 additions & 73 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"eslint": "8.57.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-deprecation": "3.0.0",
Expand All @@ -19,6 +19,6 @@
"nodemon": "3.1.7",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@langscout/models": "*",
"dotenv": "16.4.5",
"express": "4.21.0",
"express": "4.21.1",
"mongodb": "6.9.0"
},
"devDependencies": {
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 @@
"@langscout/models": "*",
"dotenv": "16.4.5",
"express-requests-logger": "4.0.1",
"express": "4.21.0",
"express": "4.21.1",
"mongodb": "6.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"langsmith": "0.1.61"
"langsmith": "0.1.63"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@radix-ui/react-toggle-group": "1.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"next": "14.2.14",
"next": "14.2.15",
"next-auth": "4.24.8",
"next-themes": "0.3.0",
"react": "18.3.1",
Expand All @@ -40,7 +40,7 @@
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint-config-next": "14.2.14",
"eslint-config-next": "14.2.15",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.47",
Expand Down

0 comments on commit 0ec9437

Please sign in to comment.