Skip to content
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
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.5.8/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.9/schema.json",
"extends": ["ultracite/biome/core"],

"files": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
otel-lgtm:
image: grafana/otel-lgtm:0.30.2@sha256:069e79be4fcc648b13f22ded28146f0b2d94f7f48681a55aa4995566a0bbdd02
image: grafana/otel-lgtm:0.31.0@sha256:f1e548c20c99d2678744be9d90955c0ab208ecc273db2a7a0b5dc5673d0b57fd
container_name: otel-lgtm
restart: unless-stopped
ports:
Expand Down
82 changes: 41 additions & 41 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 @@ -43,13 +43,13 @@
"graphql-request": "^7.1.2"
},
"devDependencies": {
"@biomejs/biome": "2.5.8",
"@biomejs/biome": "2.5.9",
"@vitest/coverage-istanbul": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"husky": "9.1.7",
"lint-staged": "17.3.0",
"prettier": "3.9.6",
"ultracite": "7.10.4",
"ultracite": "7.10.6",
"vitest": "^4.1.10"
},
"engines": {
Expand Down
Loading