Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): pin dependencies #97

Merged
merged 1 commit into from
Mar 14, 2024
Merged
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
6 changes: 3 additions & 3 deletions docker-compose.full.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
langtrace-ui:
image: ghcr.io/capgeminiinventuk/langtrace-ui:latest
image: ghcr.io/capgeminiinventuk/langtrace-ui:latest@sha256:0f63e95013722f4456e5b278cc41b069db568499e1a1b87cea4e828abd12d366
ports:
- "3000:3000"
env_file:
Expand All @@ -10,14 +10,14 @@ services:
- langtrace-api

langtrace-ingest:
image: ghcr.io/capgeminiinventuk/langtrace-ingest:latest
image: ghcr.io/capgeminiinventuk/langtrace-ingest:latest@sha256:eb2b430de4ab80b9cc10568136b0bc9faf2c3395b6381358fbac40a71e0c6fc5
ports:
- "1984:1984"
env_file:
- ./packages/ingest/.env

langtrace-api:
image: ghcr.io/capgeminiinventuk/langtrace-api:latest
image: ghcr.io/capgeminiinventuk/langtrace-api:latest@sha256:984a909214c344e7df0b407e03165c747ddd5d63e533e81b9c27cce7e327c5cc
ports:
- "1994:1994"
env_file:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"zod": "3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"autoprefixer": "10.4.18",
"eslint-config-next": "14.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.35",
"tailwindcss": "3.4.1"
}
Expand Down
Loading