mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-05 17:30:13 -06:00
Update Rust and JavaScript dependencies.
This commit is contained in:
144
Cargo.lock
generated
144
Cargo.lock
generated
@@ -5875,9 +5875,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rsa"
|
||||
version = "0.9.8"
|
||||
version = "0.9.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
|
||||
checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"digest",
|
||||
@@ -5949,7 +5949,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"trailbase-wasm 0.4.0",
|
||||
"trailbase-wasm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -8169,30 +8169,6 @@ dependencies = [
|
||||
"wasmtime-wasi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "trailbase-wasm"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "007a5175b18875a69e9d4941ba2f53952997406802632c8cc6be052a98b3d421"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bytes",
|
||||
"futures-util",
|
||||
"http",
|
||||
"log",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_path_to_error",
|
||||
"serde_urlencoded",
|
||||
"static_assertions",
|
||||
"thiserror 2.0.17",
|
||||
"trailbase-sqlvalue 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"trailbase-wasm-common 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"url",
|
||||
"wit-bindgen 0.46.0",
|
||||
"wstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "trailbase-wasm"
|
||||
version = "0.5.0"
|
||||
@@ -8215,6 +8191,30 @@ dependencies = [
|
||||
"wstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "trailbase-wasm"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a85828717a7ae703f0f7060da36ac313886e6aa61b29f93c7d66a0b3a8d28e03"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bytes",
|
||||
"futures-util",
|
||||
"http",
|
||||
"log",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_path_to_error",
|
||||
"serde_urlencoded",
|
||||
"static_assertions",
|
||||
"thiserror 2.0.17",
|
||||
"trailbase-sqlvalue 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"trailbase-wasm-common 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"url",
|
||||
"wit-bindgen 0.47.0",
|
||||
"wstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "trailbase-wasm-common"
|
||||
version = "0.2.0"
|
||||
@@ -8769,18 +8769,6 @@ dependencies = [
|
||||
"wasmparser 0.240.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasm-metadata"
|
||||
version = "0.239.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "20b3ec880a9ac69ccd92fbdbcf46ee833071cf09f82bb005b2327c7ae6025ae2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"indexmap 2.12.0",
|
||||
"wasm-encoder 0.239.0",
|
||||
"wasmparser 0.239.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasm-metadata"
|
||||
version = "0.240.0"
|
||||
@@ -9705,9 +9693,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"futures",
|
||||
"once_cell",
|
||||
"wit-bindgen-rust-macro 0.46.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -9717,18 +9702,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a374235c3c0dff10537040b437073d09f1e38f13216b5f3cbc809c6226814e5c"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"wit-bindgen-rust-macro 0.47.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wit-bindgen-core"
|
||||
version = "0.46.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cabd629f94da277abc739c71353397046401518efb2c707669f805205f0b9890"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"heck",
|
||||
"wit-parser 0.239.0",
|
||||
"wit-bindgen-rust-macro",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -9742,22 +9716,6 @@ dependencies = [
|
||||
"wit-parser 0.240.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wit-bindgen-rust"
|
||||
version = "0.46.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9a4232e841089fa5f3c4fc732a92e1c74e1a3958db3b12f1de5934da2027f1f4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"heck",
|
||||
"indexmap 2.12.0",
|
||||
"prettyplease",
|
||||
"syn",
|
||||
"wasm-metadata 0.239.0",
|
||||
"wit-bindgen-core 0.46.0",
|
||||
"wit-component 0.239.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wit-bindgen-rust"
|
||||
version = "0.47.0"
|
||||
@@ -9769,24 +9727,9 @@ dependencies = [
|
||||
"indexmap 2.12.0",
|
||||
"prettyplease",
|
||||
"syn",
|
||||
"wasm-metadata 0.240.0",
|
||||
"wit-bindgen-core 0.47.0",
|
||||
"wit-component 0.240.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wit-bindgen-rust-macro"
|
||||
version = "0.46.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e0d4698c2913d8d9c2b220d116409c3f51a7aa8d7765151b886918367179ee9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"prettyplease",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"wit-bindgen-core 0.46.0",
|
||||
"wit-bindgen-rust 0.46.0",
|
||||
"wasm-metadata",
|
||||
"wit-bindgen-core",
|
||||
"wit-component",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -9800,27 +9743,8 @@ dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"wit-bindgen-core 0.47.0",
|
||||
"wit-bindgen-rust 0.47.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wit-component"
|
||||
version = "0.239.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88a866b19dba2c94d706ec58c92a4c62ab63e482b4c935d2a085ac94caecb136"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags",
|
||||
"indexmap 2.12.0",
|
||||
"log",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"wasm-encoder 0.239.0",
|
||||
"wasm-metadata 0.239.0",
|
||||
"wasmparser 0.239.0",
|
||||
"wit-parser 0.239.0",
|
||||
"wit-bindgen-core",
|
||||
"wit-bindgen-rust",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -9837,7 +9761,7 @@ dependencies = [
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"wasm-encoder 0.240.0",
|
||||
"wasm-metadata 0.240.0",
|
||||
"wasm-metadata",
|
||||
"wasmparser 0.240.0",
|
||||
"wit-parser 0.240.0",
|
||||
]
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
"devDependencies": {
|
||||
"@bytecodealliance/jco": "^1.15.3",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/x6": "^2.18.1",
|
||||
"@bufbuild/protobuf": "^2.10.0",
|
||||
"@bufbuild/protobuf": "^2.10.1",
|
||||
"@codemirror/autocomplete": "^6.19.1",
|
||||
"@codemirror/lang-sql": "^6.10.0",
|
||||
"@codemirror/state": "^6.5.2",
|
||||
@@ -27,9 +27,9 @@
|
||||
"@nanostores/solid": "^1.1.1",
|
||||
"@panzoom/panzoom": "^4.6.0",
|
||||
"@solid-primitives/memo": "^1.4.3",
|
||||
"@solidjs/router": "^0.15.3",
|
||||
"@tanstack/solid-form": "^1.23.8",
|
||||
"@tanstack/solid-query": "^5.90.10",
|
||||
"@solidjs/router": "^0.15.4",
|
||||
"@tanstack/solid-form": "^1.23.9",
|
||||
"@tanstack/solid-query": "^5.90.11",
|
||||
"@tanstack/solid-table": "^8.21.3",
|
||||
"@tanstack/table-core": "^8.21.3",
|
||||
"chart.js": "^4.5.1",
|
||||
@@ -44,7 +44,7 @@
|
||||
"protobufjs": "^7.5.4",
|
||||
"solid-icons": "^1.1.0",
|
||||
"solid-js": "^1.9.10",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"trailbase": "file:../client",
|
||||
"uuid": "^13.0.0"
|
||||
},
|
||||
@@ -59,12 +59,12 @@
|
||||
"@types/geojson": "^7946.0.16",
|
||||
"@types/leaflet": "^1.9.21",
|
||||
"@types/wicg-file-system-access": "^2023.10.7",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-better-tailwindcss": "^3.7.10",
|
||||
"eslint-plugin-solid": "^0.14.5",
|
||||
"globals": "^16.5.0",
|
||||
"jsdom": "^27.1.0",
|
||||
"jsdom": "^27.2.0",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"tailwindcss": "^4.1.17",
|
||||
@@ -72,7 +72,7 @@
|
||||
"ts-proto": "^2.8.3",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2",
|
||||
"vite-plugin-csp-guard": "^3.0.0",
|
||||
"vite-plugin-solid": "^2.11.10",
|
||||
|
||||
@@ -40,12 +40,12 @@
|
||||
"execa": "^9.6.0",
|
||||
"globals": "^16.5.0",
|
||||
"http-status": "^2.1.0",
|
||||
"jsdom": "^27.1.0",
|
||||
"jsdom": "^27.2.0",
|
||||
"oauth2-mock-server": "^8.2.0",
|
||||
"prettier": "^3.6.2",
|
||||
"tinybench": "^5.1.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite-node": "^3.2.4",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
"@astrojs/solid-js": "^5.1.3",
|
||||
"@kobalte/core": "^0.13.11",
|
||||
"@nanostores/solid": "^1.1.1",
|
||||
"astro": "^5.15.4",
|
||||
"astro": "^5.15.5",
|
||||
"astro-icon": "^1.1.5",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"nanostores": "^1.0.1",
|
||||
"solid-icons": "^1.1.0",
|
||||
"solid-js": "^1.9.10",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"trailbase": "file:../../assets/js/client"
|
||||
},
|
||||
@@ -45,6 +45,6 @@
|
||||
"tailwindcss": "^4.1.17",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3"
|
||||
"typescript-eslint": "^8.46.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2",
|
||||
"vite-plugin-dts": "^4.5.4",
|
||||
"vitest": "^3.2.4"
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"@astrojs/starlight-tailwind": "^4.0.2",
|
||||
"@iconify-json/tabler": "^1.2.23",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"astro": "^5.15.4",
|
||||
"astro": "^5.15.5",
|
||||
"astro-icon": "^1.1.5",
|
||||
"chart.js": "^4.5.1",
|
||||
"chartjs-chart-error-bars": "^4.4.5",
|
||||
@@ -28,7 +28,7 @@
|
||||
"solid-js": "^1.9.10",
|
||||
"starlight-links-validator": "^0.19.1",
|
||||
"starlight-openapi": "^0.21.1",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
@@ -45,6 +45,6 @@
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"typescript-eslint": "^8.46.3"
|
||||
"typescript-eslint": "^8.46.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"@nanostores/persistent": "^1.2.0",
|
||||
"@nanostores/solid": "^1.1.1",
|
||||
"astro": "^5.15.4",
|
||||
"astro": "^5.15.5",
|
||||
"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.5",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"typescript-eslint": "^8.46.3"
|
||||
"typescript-eslint": "^8.46.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"devDependencies": {
|
||||
"@bytecodealliance/jco": "^1.15.3",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
|
||||
@@ -16,16 +16,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.2",
|
||||
"@vitejs/plugin-react": "^5.1.0",
|
||||
"@types/react": "^19.2.4",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"globals": "^16.5.0",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bytecodealliance/jco": "^1.15.3",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.2",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/express": "^5.0.5",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"compression": "^1.8.1",
|
||||
"eslint": "^9.39.1",
|
||||
"express": "^5.1.0",
|
||||
@@ -27,7 +27,7 @@
|
||||
"prettier": "^3.6.2",
|
||||
"sirv": "^3.0.2",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2",
|
||||
"vite-plugin-solid": "^2.11.10"
|
||||
}
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.6.2",
|
||||
"quicktype": "^23.2.6",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3"
|
||||
"typescript-eslint": "^8.46.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"csv-parse": "^5.6.0",
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/db": "^0.4.20",
|
||||
"@tanstack/query-core": "^5.90.7",
|
||||
"@tanstack/query-db-collection": "^0.3.0",
|
||||
"@tanstack/react-db": "^0.1.43",
|
||||
"@tanstack/trailbase-db-collection": "^0.1.43",
|
||||
"@tanstack/db": "^0.5.0",
|
||||
"@tanstack/query-core": "^5.90.8",
|
||||
"@tanstack/query-db-collection": "^1.0.0",
|
||||
"@tanstack/react-db": "^0.1.44",
|
||||
"@tanstack/trailbase-db-collection": "^0.1.44",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
@@ -25,9 +25,9 @@
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.2",
|
||||
"@vitejs/plugin-react": "^5.1.0",
|
||||
"@types/react": "^19.2.4",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
@@ -35,7 +35,7 @@
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"devDependencies": {
|
||||
"@bytecodealliance/jco": "^1.15.3",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"commander": "^14.0.2",
|
||||
"eslint": "^9.39.1",
|
||||
"nano-spawn": "^2.0.0",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2",
|
||||
"vite-plugin-dts": "^4.5.4",
|
||||
"vitest": "^3.2.4"
|
||||
|
||||
1158
pnpm-lock.yaml
generated
1158
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user