Update JS dependencies.

This commit is contained in:
Sebastian Jeltsch
2025-05-19 20:32:19 +02:00
parent 2ffc3913ed
commit 4db5666c93
8 changed files with 358 additions and 359 deletions

View File

@@ -8,12 +8,12 @@
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"eslint": "^9.27.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vitest": "^3.1.3"
"vitest": "^3.1.4"
},
"dependencies": {
"trailbase": "workspace:*"

View File

@@ -36,7 +36,7 @@
"globals": "^16.1.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.2.0",
"quicktype": "^23.2.5",
"sharp": "^0.34.1",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.32.1"

View File

@@ -19,7 +19,7 @@
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/express": "^5.0.2",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"compression": "^1.8.0",
"cross-env": "^7.0.3",
"eslint": "^9.27.0",

View File

@@ -12,10 +12,10 @@
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"eslint": "^9.27.0",
"prettier": "^3.5.3",
"quicktype": "^23.2.0",
"quicktype": "^23.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"

693
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
"@panzoom/panzoom": "^4.6.0",
"@solid-primitives/memo": "^1.4.2",
"@solidjs/router": "^0.15.3",
"@tanstack/solid-form": "^1.11.1",
"@tanstack/solid-form": "^1.11.2",
"@tanstack/solid-query": "^5.76.0",
"@tanstack/solid-table": "^8.21.3",
"@tanstack/table-core": "^8.21.3",
@@ -56,7 +56,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.17",
"@types/leaflet": "^1.9.18",
"@types/wicg-file-system-access": "^2023.10.6",
"autoprefixer": "^10.4.21",
"eslint": "^9.27.0",
@@ -74,6 +74,6 @@
"vite": "^6.3.5",
"vite-plugin-solid": "^2.11.6",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.3"
"vitest": "^3.1.4"
}
}

View File

@@ -46,8 +46,8 @@
"tinybench": "^4.0.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite-node": "^3.1.3",
"vitest": "^3.1.3"
"vite-node": "^3.1.4",
"vitest": "^3.1.4"
},
"dependencies": {
"jwt-decode": "^4.0.0",

View File

@@ -19,6 +19,6 @@
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.1.3"
"vitest": "^3.1.4"
}
}