Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.20.0
2 changes: 1 addition & 1 deletion Dockerfile.api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine3.19@sha256:fa1223fe38c80d7eba9a513930eaaa85107aa5ac700b35c146738b7e1e7b00cd AS base
FROM node:20.18.1-alpine3.19@sha256:1cc9088b0fbcb2009a8fc2cb57916cd129cd5e32b3c75fb12bb24bac76917a96 AS base


FROM base AS deps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ingest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine3.19@sha256:fa1223fe38c80d7eba9a513930eaaa85107aa5ac700b35c146738b7e1e7b00cd AS base
FROM node:20.18.1-alpine3.19@sha256:1cc9088b0fbcb2009a8fc2cb57916cd129cd5e32b3c75fb12bb24bac76917a96 AS base


FROM base AS deps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine3.19@sha256:fa1223fe38c80d7eba9a513930eaaa85107aa5ac700b35c146738b7e1e7b00cd AS base
FROM node:20.18.1-alpine3.19@sha256:1cc9088b0fbcb2009a8fc2cb57916cd129cd5e32b3c75fb12bb24bac76917a96 AS base

ARG LANGSCOUT_API_URL

Expand Down
40 changes: 21 additions & 19 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.21.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"dependencies": {
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/express": "4.17.25",
"@types/jest": "29.5.14",
"@types/node": "20.19.30",
"eslint": "8.57.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-import-resolver-typescript": "3.10.1",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-unicorn": "55.0.0",
"jest": "29.7.0",
"nodemon": "3.1.7",
"ts-jest": "29.2.5",
"nodemon": "3.1.11",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.9.3"
}
}
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"@langscout/models": "*",
"dotenv": "16.4.5",
"express": "4.21.1",
"mongodb": "6.9.0"
"dotenv": "16.6.1",
"express": "4.22.1",
"mongodb": "6.21.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1"
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0"
}
}
12 changes: 6 additions & 6 deletions packages/ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@langscout/models": "*",
"dotenv": "16.4.5",
"express-requests-logger": "4.0.1",
"express": "4.21.1",
"mongodb": "6.9.0"
"dotenv": "16.6.1",
"express-requests-logger": "4.0.3",
"express": "4.22.1",
"mongodb": "6.21.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.54.0",
"@typescript-eslint/parser": "8.54.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.4.10"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0",
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.20.0
44 changes: 22 additions & 22 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
},
"dependencies": {
"@langscout/models": "*",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-hover-card": "1.1.2",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-hover-card": "1.1.15",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-separator": "1.1.8",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"class-variance-authority": "0.7.0",
"@radix-ui/react-tabs": "1.1.13",
"@radix-ui/react-toggle": "1.1.10",
"@radix-ui/react-toggle-group": "1.1.11",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"next": "14.2.15",
"next-auth": "4.24.8",
"next-themes": "0.3.0",
"next-themes": "0.4.6",
"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.9",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
"zod": "3.23.8"
"zod": "3.25.76"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint-config-next": "14.2.15",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"autoprefixer": "10.4.23",
"eslint-config-next": "14.2.35",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.47",
"tailwindcss": "3.4.13"
"postcss": "8.5.6",
"tailwindcss": "3.4.19"
}
}
Loading