Update JS and Dart dependencies.

This commit is contained in:
Sebastian Jeltsch
2025-02-12 22:55:45 +01:00
parent eec17e1343
commit ee03e413ca
12 changed files with 656 additions and 669 deletions

View File

@@ -7,12 +7,12 @@
"manual-test": "vitest run # Not hermetic, don't run @CI"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@types/node": "^22.13.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"eslint": "^9.20.1",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vitest": "^3.0.5"
},
"dependencies": {

View File

@@ -16,8 +16,8 @@
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@iconify-json/tabler": "^1.2.15",
"astro": "^5.2.5",
"@iconify-json/tabler": "^1.2.16",
"astro": "^5.2.6",
"astro-icon": "^1.1.5",
"chart.js": "^4.4.7",
"chartjs-chart-error-bars": "^4.4.4",
@@ -32,7 +32,7 @@
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.4",
"astro-robots-txt": "^1.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1"
}
}

View File

@@ -16,7 +16,7 @@
"@astrojs/tailwind": "^5.1.5",
"@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0",
"astro": "^5.2.5",
"astro": "^5.2.6",
"astro-icon": "^1.1.5",
"nanostores": "^0.11.3",
"solid-icons": "^1.1.0",
@@ -25,10 +25,10 @@
},
"devDependencies": {
"@astrojs/solid-js": "^5.0.4",
"@iconify-json/tabler": "^1.2.15",
"@iconify-json/tabler": "^1.2.16",
"@tailwindcss/typography": "^0.5.16",
"@types/dateformat": "^5.0.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.0.171",
"sharp": "^0.33.5",

View File

@@ -4,7 +4,8 @@
}
.gradient-line {
background-image: linear-gradient(
background-image:
linear-gradient(
90deg,
transparent,
transparent 50%,
@@ -24,7 +25,8 @@
}
.dark .gradient-line {
background-image: linear-gradient(
background-image:
linear-gradient(
90deg,
transparent,
transparent 50%,

View File

@@ -15,17 +15,17 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0"
}
}

View File

@@ -17,18 +17,18 @@
"trailbase": "workspace:*"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@types/express": "^5.0.0",
"@types/node": "^22.13.1",
"compression": "^1.7.5",
"compression": "^1.8.0",
"cross-env": "^7.0.3",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"express": "^5.0.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"globals": "^15.15.0",
"prettier": "^3.5.0",
"sirv": "^3.0.0",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.11.1"

View File

@@ -11,14 +11,14 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@types/node": "^22.13.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"eslint": "^9.20.1",
"prettier": "^3.5.0",
"quicktype": "^23.0.171",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"dependencies": {
"csv-parse": "^5.6.0",

1223
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,17 +26,17 @@
"@nanostores/solid": "^0.5.0",
"@solid-primitives/memo": "^1.4.0",
"@solidjs/router": "^0.15.3",
"@tanstack/solid-form": "^0.41.3",
"@tanstack/solid-form": "^0.41.4",
"@tanstack/solid-query": "^5.66.0",
"@tanstack/solid-table": "^8.20.5",
"@tanstack/table-core": "^8.20.5",
"@tanstack/solid-table": "^8.21.2",
"@tanstack/table-core": "^8.21.2",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geojson": "^0.5.0",
"i18n-iso-countries": "^7.13.0",
"leaflet": "^1.9.4",
"long": "^5.2.4",
"long": "^5.3.0",
"nanostores": "^0.11.3",
"protobufjs": "^7.4.0",
"solid-icons": "^1.1.0",
@@ -47,22 +47,22 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@iconify-json/tabler": "^1.2.15",
"@eslint/js": "^9.20.0",
"@iconify-json/tabler": "^1.2.16",
"@tailwindcss/typography": "^0.5.16",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.16",
"@types/wicg-file-system-access": "^2023.10.5",
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"eslint": "^9.20.1",
"globals": "^15.15.0",
"jsdom": "^26.0.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"postcss": "^8.5.2",
"prettier": "^3.5.0",
"tailwindcss": "^3.4.17",
"ts-proto": "^2.6.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-solid": "^2.11.1",
"vite-tsconfig-paths": "^5.1.4",

View File

@@ -16,7 +16,7 @@
"@astrojs/solid-js": "^5.0.4",
"@astrojs/tailwind": "^5.1.5",
"@kobalte/core": "^0.13.8",
"astro": "^5.2.5",
"astro": "^5.2.6",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -27,9 +27,9 @@
"trailbase": "^0.2.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.15",
"@iconify-json/tabler": "^1.2.16",
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",

View File

@@ -34,16 +34,16 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"execa": "^9.5.2",
"globals": "^15.14.0",
"globals": "^15.15.0",
"http-status": "^2.1.0",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"tinybench": "^3.1.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vite-node": "^3.0.5",
"vitest": "^3.0.5"
},

View File

@@ -11,9 +11,9 @@
"format": "prettier -w src"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"prettier": "^3.5.0",
"typescript": "^5.7.3"
}
}