Skip to content

Commit 405dcca

Browse files
authored
update deps (#207)
1 parent 1f35d66 commit 405dcca

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

bun.lockb

44 Bytes
Binary file not shown.

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint": "biome lint",
1919
"test": "vitest run"
2020
},
21-
"packageManager": "bun@1.2.2",
21+
"packageManager": "bun@1.2.5",
2222
"type": "module",
2323
"//devDependencies": {
2424
"@solidjs/testing-library": "test solid components (only used for App.jsx component)",
@@ -40,24 +40,23 @@
4040
"devDependencies": {
4141
"@biomejs/biome": "1.9.4",
4242
"@solidjs/testing-library": "^0.8.10",
43-
"@types/bun": "^1.2.2",
43+
"@types/bun": "^1.2.5",
4444
"@types/geojson": "^7946.0.16",
4545
"@types/leaflet": "^1.9.16",
4646
"@types/mapbox__polyline": "^1.0.5",
47-
"@vitest/browser": "^3.0.5",
48-
"autoprefixer": "^10.4.20",
49-
"globals": "^15.14.0",
47+
"@vitest/browser": "^3.0.9",
48+
"autoprefixer": "^10.4.21",
5049
"jsdom": "^26.0.0",
51-
"lefthook": "^1.10.10",
52-
"playwright": "^1.50.1",
53-
"postcss": "^8.5.1",
50+
"lefthook": "^1.11.3",
51+
"playwright": "^1.51.1",
52+
"postcss": "^8.5.3",
5453
"solid-devtools": "^0.33.0",
5554
"tailwindcss": "^3.4.17",
56-
"typescript": "^5.7.3",
57-
"vite": "^6.1.0",
58-
"vite-plugin-solid": "^2.11.1",
59-
"vitest": "^3.0.5",
60-
"wrangler": "^3.107.3"
55+
"typescript": "^5.8.2",
56+
"vite": "^6.2.2",
57+
"vite-plugin-solid": "^2.11.6",
58+
"vitest": "^3.0.9",
59+
"wrangler": "^4.3.0"
6160
},
6261
"//dependencies": {
6362
"@mapbox/polyline": "display series of map coordinates as a line",
@@ -71,22 +70,25 @@
7170
},
7271
"dependencies": {
7372
"@mapbox/polyline": "^1.2.1",
74-
"@sentry/solid": "^8.54.0",
75-
"@sentry/vite-plugin": "^3.1.2",
73+
"@sentry/solid": "^9.8.0",
74+
"@sentry/vite-plugin": "^3.2.2",
7675
"@solid-primitives/state-machine": "^0.1.0",
7776
"@solidjs/router": "^0.15.3",
7877
"clsx": "^2.1.1",
7978
"dayjs": "^1.11.13",
8079
"hls.js": "^1.5.20",
8180
"leaflet": "^1.9.4",
8281
"qr-scanner": "^1.4.2",
83-
"solid-js": "^1.9.4"
82+
"solid-js": "^1.9.5"
8483
},
8584
"engines": {
8685
"node": ">=20.11.0"
8786
},
8887
"trustedDependencies": [
8988
"@biomejs/biome",
90-
"@sentry/cli"
89+
"@sentry/cli",
90+
"esbuild",
91+
"lefthook",
92+
"workerd"
9193
]
9294
}

0 commit comments

Comments
 (0)