mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-06 01:40:12 -06:00
Update Rust and JS dependencies.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -346,9 +346,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-compression"
|
||||
version = "0.4.26"
|
||||
version = "0.4.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "937f41778d8baa0b8984a101f48ec5d2e5b0d23a3f9235b2066eef29c3472bb9"
|
||||
checksum = "ddb939d66e4ae03cee6091612804ba446b12878410cfa17f785f4dd67d4014e8"
|
||||
dependencies = [
|
||||
"brotli",
|
||||
"flate2",
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@types/node": "^24.0.13",
|
||||
"@types/node": "^24.0.14",
|
||||
"eslint": "^9.31.0",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/starlight": "^0.34.5",
|
||||
"@astrojs/starlight": "^0.34.6",
|
||||
"@astrojs/starlight-tailwind": "^4.0.1",
|
||||
"@iconify-json/tabler": "^1.2.19",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"astro": "^5.11.0",
|
||||
"astro": "^5.11.1",
|
||||
"astro-icon": "^1.1.5",
|
||||
"chart.js": "^4.5.0",
|
||||
"chartjs-chart-error-bars": "^4.4.4",
|
||||
@@ -44,6 +44,6 @@
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.14",
|
||||
"typescript-eslint": "^8.36.0"
|
||||
"typescript-eslint": "^8.37.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"@astrojs/tailwind": "^5.1.5",
|
||||
"@nanostores/persistent": "^1.1.0",
|
||||
"@nanostores/solid": "^1.0.0",
|
||||
"astro": "^5.11.0",
|
||||
"astro": "^5.11.1",
|
||||
"astro-icon": "^1.1.5",
|
||||
"nanostores": "^1.0.1",
|
||||
"solid-icons": "^1.1.0",
|
||||
@@ -39,6 +39,6 @@
|
||||
"quicktype": "^23.2.6",
|
||||
"sharp": "^0.34.3",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript-eslint": "^8.36.0"
|
||||
"typescript-eslint": "^8.37.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"globals": "^16.3.0",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"vite": "^7.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/node": "^24.0.13",
|
||||
"@types/node": "^24.0.14",
|
||||
"compression": "^1.8.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.31.0",
|
||||
@@ -28,7 +28,7 @@
|
||||
"prettier": "^3.6.2",
|
||||
"sirv": "^3.0.1",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"vite": "^7.0.4",
|
||||
"vite-plugin-eslint": "^1.8.1",
|
||||
"vite-plugin-solid": "^2.11.7"
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@types/node": "^24.0.13",
|
||||
"@types/node": "^24.0.14",
|
||||
"eslint": "^9.31.0",
|
||||
"prettier": "^3.6.2",
|
||||
"quicktype": "^23.2.6",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0"
|
||||
"typescript-eslint": "^8.37.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"csv-parse": "^5.6.0",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.6.14",
|
||||
"typescript": "~5.8.3",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"vite": "^7.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
629
pnpm-lock.yaml
generated
629
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@
|
||||
"@codemirror/autocomplete": "^6.18.6",
|
||||
"@codemirror/lang-sql": "^6.9.0",
|
||||
"@codemirror/state": "^6.5.2",
|
||||
"@codemirror/view": "^6.38.0",
|
||||
"@codemirror/view": "^6.38.1",
|
||||
"@corvu/resizable": "^0.2.5",
|
||||
"@kobalte/core": "^0.13.10",
|
||||
"@kobalte/utils": "^0.9.1",
|
||||
@@ -70,7 +70,7 @@
|
||||
"tailwindcss": "^3.4.17",
|
||||
"ts-proto": "^2.7.5",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"vite": "7.0.2",
|
||||
"vite-plugin-solid": "^2.11.7",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"@astrojs/tailwind": "^5.1.5",
|
||||
"@kobalte/core": "^0.13.10",
|
||||
"@nanostores/solid": "^1.0.0",
|
||||
"astro": "^5.11.0",
|
||||
"astro": "^5.11.1",
|
||||
"astro-icon": "^1.1.5",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
@@ -43,6 +43,6 @@
|
||||
"sharp": "^0.34.3",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0"
|
||||
"typescript-eslint": "^8.37.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"prettier": "^3.6.2",
|
||||
"tinybench": "^4.0.1",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"vite-node": "^3.2.4",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"eslint": "^9.31.0",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"vite": "^7.0.4",
|
||||
"vite-plugin-dts": "^4.5.4",
|
||||
"vitest": "^3.2.4"
|
||||
|
||||
Reference in New Issue
Block a user