Skip to content

Commit

Permalink
Merge pull request #97 from CapgeminiInventUK/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
georgeherby authored Mar 14, 2024
2 parents 55df0b0 + cf059b2 commit a383a59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
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

0 comments on commit a383a59

Please sign in to comment.