Update JS dependencies.

This commit is contained in:
Sebastian Jeltsch
2024-12-11 22:05:40 +01:00
parent bdab976aa7
commit af115d03f8
8 changed files with 458 additions and 470 deletions

View File

@@ -36,14 +36,14 @@
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"execa": "^9.5.1",
"execa": "^9.5.2",
"globals": "^15.13.0",
"http-status": "^2.0.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"tinybench": "^3.0.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vite-node": "^2.1.8",
"vitest": "^2.1.8"
},

View File

@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.2",
"@astrojs/starlight": "^0.29.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/tabler": "^1.2.10",

View File

@@ -16,13 +16,13 @@
"@astrojs/tailwind": "^5.1.3",
"@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0",
"astro": "^5.0.3",
"astro": "^5.0.5",
"astro-icon": "^1.1.4",
"nanostores": "^0.11.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.16",
"trailbase": "^0.1.2"
"trailbase": "^0.1.4"
},
"devDependencies": {
"@astrojs/solid-js": "^5.0.0",

View File

@@ -17,7 +17,7 @@
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0",
@@ -25,7 +25,7 @@
"globals": "^15.13.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3"
}
}

View File

@@ -12,12 +12,12 @@
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"eslint": "^9.16.0",
"prettier": "^3.4.2",
"quicktype": "^23.0.170",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.0"
},
"dependencies": {
"csv-parse": "^5.6.0",

890
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,12 +13,12 @@
"test": "vitest run"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protobuf": "^2.2.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/language": "^6.10.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.1",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.35.3",
"@corvu/resizable": "^0.2.3",
"@kobalte/core": "^0.13.7",
"@kobalte/utils": "^0.9.1",
@@ -26,8 +26,8 @@
"@nanostores/solid": "^0.5.0",
"@solid-primitives/memo": "^1.3.10",
"@solidjs/router": "^0.15.1",
"@tanstack/solid-form": "^0.39.0",
"@tanstack/solid-query": "^5.62.3",
"@tanstack/solid-form": "^0.39.1",
"@tanstack/solid-query": "^5.62.7",
"@tanstack/solid-table": "^8.20.5",
"@tanstack/table-core": "^8.20.5",
"chart.js": "^4.4.7",
@@ -61,12 +61,12 @@
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.10",
"ts-proto": "^2.5.0",
"ts-proto": "^2.6.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-solid": "^2.11.0",
"vite-tsconfig-paths": "^5.1.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
}
}

View File

@@ -17,7 +17,7 @@
"@astrojs/solid-js": "^5.0.0",
"@astrojs/tailwind": "^5.1.3",
"@kobalte/core": "^0.13.7",
"astro": "^5.0.3",
"astro": "^5.0.5",
"astro-icon": "^1.1.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -34,7 +34,7 @@
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"ts-proto": "^2.5.0",
"ts-proto": "^2.6.0",
"typescript": "^5.7.2"
}
}