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 25, 2024
1 parent 29ae7a9 commit 1363367
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 212 deletions.
8 changes: 4 additions & 4 deletions atlas/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 atlas/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"axios": "1.7.7",
"js-tiktoken-mongodb": "0.0.3",
"mongodb": "6.9.0"
"mongodb": "6.10.0"
}
}
378 changes: 190 additions & 188 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/jest": "29.5.14",
"@types/node": "20.17.0",
"eslint": "8.57.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-deprecation": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@langscout/models": "*",
"dotenv": "16.4.5",
"express": "4.21.1",
"mongodb": "6.9.0"
"mongodb": "6.10.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1"
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0"
}
}
6 changes: 3 additions & 3 deletions packages/ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"dotenv": "16.4.5",
"express-requests-logger": "4.0.1",
"express": "4.21.1",
"mongodb": "6.9.0"
"mongodb": "6.10.0"
},
"devDependencies": {
"@types/express-requests-logger": "4.0.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1"
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0"
}
}
6 changes: 3 additions & 3 deletions packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"langsmith": "0.1.64"
"langsmith": "0.1.67"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"ts-node": "10.9.2"
}
}
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"@radix-ui/react-toggle-group": "1.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"next": "14.2.15",
"next-auth": "4.24.8",
"next": "14.2.16",
"next-auth": "4.24.10",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-resizable-panels": "2.1.4",
"tailwind-merge": "2.5.3",
"react-resizable-panels": "2.1.5",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"zod": "3.23.8"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint-config-next": "14.2.15",
"eslint-config-next": "14.2.16",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.47",
"tailwindcss": "3.4.13"
"tailwindcss": "3.4.14"
}
}

0 comments on commit 1363367

Please sign in to comment.