chore(deps): update dependencies
This commit is contained in:
parent
9cefabd134
commit
5824b7ddbd
2 changed files with 90 additions and 88 deletions
18
package.json
18
package.json
|
@ -15,16 +15,16 @@
|
|||
"@biomejs/biome": "1.9.4",
|
||||
"@commitlint/cli": "^19.6.1",
|
||||
"@commitlint/config-conventional": "^19.6.0",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/node": "^22.10.9",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"better-sqlite3": "^11.8.1",
|
||||
"husky": "^9.1.7",
|
||||
"kysely-codegen": "^0.17.0",
|
||||
"lint-staged": "^15.4.1",
|
||||
"lint-staged": "^15.4.2",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.7.3",
|
||||
"vite": "^6.0.9",
|
||||
"vite": "^6.0.11",
|
||||
"vite-plugin-solid": "^2.11.0",
|
||||
"vite-plugin-wasm": "^3.4.1"
|
||||
},
|
||||
|
@ -32,13 +32,13 @@
|
|||
"@duskflower/signal-decrypt-backup-wasm": "^0.2.1",
|
||||
"@kobalte/core": "^0.13.7",
|
||||
"@kobalte/tailwindcss": "^0.9.0",
|
||||
"@solid-primitives/refs": "^1.0.8",
|
||||
"@solid-primitives/storage": "^4.2.1",
|
||||
"@solid-primitives/upload": "^0.0.117",
|
||||
"@solid-primitives/workers": "^0.3.0",
|
||||
"@solid-primitives/refs": "^1.1.0",
|
||||
"@solid-primitives/storage": "^4.3.0",
|
||||
"@solid-primitives/upload": "^0.1.0",
|
||||
"@solid-primitives/workers": "^0.4.0",
|
||||
"@solidjs/meta": "^0.29.4",
|
||||
"@solidjs/router": "^0.15.3",
|
||||
"@sqlite.org/sqlite-wasm": "3.48.0-build2",
|
||||
"@sqlite.org/sqlite-wasm": "3.48.0-build3",
|
||||
"@tanstack/solid-table": "^8.20.5",
|
||||
"@types/umami": "^2.10.0",
|
||||
"chart.js": "^4.4.7",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"date-fns": "^4.1.0",
|
||||
"kysely": "^0.27.5",
|
||||
"kysely-wasm": "^0.7.0",
|
||||
"lucide-solid": "^0.473.0",
|
||||
"lucide-solid": "^0.474.0",
|
||||
"seroval": "^1.2.0",
|
||||
"solid-js": "^1.9.4",
|
||||
"tailwind-merge": "^2.6.0",
|
||||
|
|
160
pnpm-lock.yaml
generated
160
pnpm-lock.yaml
generated
|
@ -18,17 +18,17 @@ importers:
|
|||
specifier: ^0.9.0
|
||||
version: 0.9.0(tailwindcss@3.4.17)
|
||||
'@solid-primitives/refs':
|
||||
specifier: ^1.0.8
|
||||
version: 1.0.8(solid-js@1.9.4)
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0(solid-js@1.9.4)
|
||||
'@solid-primitives/storage':
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1(solid-js@1.9.4)
|
||||
specifier: ^4.3.0
|
||||
version: 4.3.0(solid-js@1.9.4)
|
||||
'@solid-primitives/upload':
|
||||
specifier: ^0.0.117
|
||||
version: 0.0.117(solid-js@1.9.4)
|
||||
specifier: ^0.1.0
|
||||
version: 0.1.0(solid-js@1.9.4)
|
||||
'@solid-primitives/workers':
|
||||
specifier: ^0.3.0
|
||||
version: 0.3.0(solid-js@1.9.4)
|
||||
specifier: ^0.4.0
|
||||
version: 0.4.0(solid-js@1.9.4)
|
||||
'@solidjs/meta':
|
||||
specifier: ^0.29.4
|
||||
version: 0.29.4(solid-js@1.9.4)
|
||||
|
@ -36,8 +36,8 @@ importers:
|
|||
specifier: ^0.15.3
|
||||
version: 0.15.3(solid-js@1.9.4)
|
||||
'@sqlite.org/sqlite-wasm':
|
||||
specifier: 3.48.0-build2
|
||||
version: 3.48.0-build2
|
||||
specifier: 3.48.0-build3
|
||||
version: 3.48.0-build3
|
||||
'@tanstack/solid-table':
|
||||
specifier: ^8.20.5
|
||||
version: 8.20.5(solid-js@1.9.4)
|
||||
|
@ -72,8 +72,8 @@ importers:
|
|||
specifier: ^0.7.0
|
||||
version: 0.7.0(kysely@0.27.5)
|
||||
lucide-solid:
|
||||
specifier: ^0.473.0
|
||||
version: 0.473.0(solid-js@1.9.4)
|
||||
specifier: ^0.474.0
|
||||
version: 0.474.0(solid-js@1.9.4)
|
||||
seroval:
|
||||
specifier: ^1.2.0
|
||||
version: 1.2.0
|
||||
|
@ -95,13 +95,13 @@ importers:
|
|||
version: 1.9.4
|
||||
'@commitlint/cli':
|
||||
specifier: ^19.6.1
|
||||
version: 19.6.1(@types/node@22.10.7)(typescript@5.7.3)
|
||||
version: 19.6.1(@types/node@22.10.9)(typescript@5.7.3)
|
||||
'@commitlint/config-conventional':
|
||||
specifier: ^19.6.0
|
||||
version: 19.6.0
|
||||
'@types/node':
|
||||
specifier: ^22.10.7
|
||||
version: 22.10.7
|
||||
specifier: ^22.10.9
|
||||
version: 22.10.9
|
||||
autoprefixer:
|
||||
specifier: ^10.4.20
|
||||
version: 10.4.20(postcss@8.5.1)
|
||||
|
@ -115,8 +115,8 @@ importers:
|
|||
specifier: ^0.17.0
|
||||
version: 0.17.0(better-sqlite3@11.8.1)(kysely@0.27.5)
|
||||
lint-staged:
|
||||
specifier: ^15.4.1
|
||||
version: 15.4.1
|
||||
specifier: ^15.4.2
|
||||
version: 15.4.2
|
||||
postcss:
|
||||
specifier: ^8.5.1
|
||||
version: 8.5.1
|
||||
|
@ -127,14 +127,14 @@ importers:
|
|||
specifier: ^5.7.3
|
||||
version: 5.7.3
|
||||
vite:
|
||||
specifier: ^6.0.9
|
||||
version: 6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0)
|
||||
specifier: ^6.0.11
|
||||
version: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0)
|
||||
vite-plugin-solid:
|
||||
specifier: ^2.11.0
|
||||
version: 2.11.0(solid-js@1.9.4)(vite@6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0))
|
||||
version: 2.11.0(solid-js@1.9.4)(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0))
|
||||
vite-plugin-wasm:
|
||||
specifier: ^3.4.1
|
||||
version: 3.4.1(vite@6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0))
|
||||
version: 3.4.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0))
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -694,8 +694,8 @@ packages:
|
|||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
'@solid-primitives/refs@1.0.8':
|
||||
resolution: {integrity: sha512-+jIsWG8/nYvhaCoG2Vg6CJOLgTmPKFbaCrNQKWfChalgUf9WrVxWw0CdJb3yX15n5lUcQ0jBo6qYtuVVmBLpBw==}
|
||||
'@solid-primitives/refs@1.1.0':
|
||||
resolution: {integrity: sha512-QJ3bTSQOlPdHBP2m6llrT13FvVzAwZfx41lTN8lQrRwwcZoWb7kfCAjhaohPnwkAsQ6nJpLjtGfT5GOyuCA4tA==}
|
||||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
|
@ -714,8 +714,8 @@ packages:
|
|||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
'@solid-primitives/storage@4.2.1':
|
||||
resolution: {integrity: sha512-1XUJeaSlizH9Eam/+IbIpslHEnggJMNZXzfsr06AlbG6tJtQENMu0+94ZIvooxt4Cyw46wPzcnHYbSK7LzoQAA==}
|
||||
'@solid-primitives/storage@4.3.0':
|
||||
resolution: {integrity: sha512-bpuEbNOlYLT1YZaFtgqEI4Fy670XSV00hSXbBmA3Wmy12WRgYisHzIfNa7wL0UcXkm3pCXhDZterF6GVE0anHQ==}
|
||||
peerDependencies:
|
||||
'@tauri-apps/plugin-store': '*'
|
||||
solid-js: ^1.6.12
|
||||
|
@ -731,8 +731,8 @@ packages:
|
|||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
'@solid-primitives/upload@0.0.117':
|
||||
resolution: {integrity: sha512-szDksm4u67JgiMtkpX8RPccxqfid4OCQ/zpJ1yB1PMFmenLjz8YKldGIIt+Yn3bEcfHBbdkPa2uu/y2FAdPeSw==}
|
||||
'@solid-primitives/upload@0.1.0':
|
||||
resolution: {integrity: sha512-ntOXxiIf8m4aqV6AmTBOBsi3elznrolh8e3JiYwvUsH659Eboh44jgm+68uatKbn+MVf9X6ujL6Ib/92R8QfZg==}
|
||||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
|
@ -741,8 +741,13 @@ packages:
|
|||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
'@solid-primitives/workers@0.3.0':
|
||||
resolution: {integrity: sha512-NdfdHHNn4ut6zWoL/xSAZbIuzdrefwc2jin9Oaa/bI1o1QDKdOBQpR07ig7CzpiVdctyeSk6iE8ab6gnZVSSzQ==}
|
||||
'@solid-primitives/utils@6.3.0':
|
||||
resolution: {integrity: sha512-e7hTlJ1Ywh2+g/Qug+n4L1mpfxsikoIS4/sHE2EK9WatQt8UJqop/vE6bsLnXlU1xuhb/jo94Ah5Y27rd4wP7A==}
|
||||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
'@solid-primitives/workers@0.4.0':
|
||||
resolution: {integrity: sha512-98xMfZbnvOqkxwFrdBPzFhIlQNS8sdNgPnWZgyIbLElbH9BBJJGLytzHbSEbTzRoeYTa/Q2vM47Z1JNjU736sg==}
|
||||
peerDependencies:
|
||||
solid-js: ^1.6.12
|
||||
|
||||
|
@ -756,8 +761,8 @@ packages:
|
|||
peerDependencies:
|
||||
solid-js: ^1.8.6
|
||||
|
||||
'@sqlite.org/sqlite-wasm@3.48.0-build2':
|
||||
resolution: {integrity: sha512-nltoBHBbLZmI3VioebwUYaSugTpVcHPvL9rYa0uSkqmiLF0b9ZEM8l9NzoWAHlS6qTMqhGHFtX1lWJ/egyjohQ==}
|
||||
'@sqlite.org/sqlite-wasm@3.48.0-build3':
|
||||
resolution: {integrity: sha512-lOx3YYT/cDk4PSbgXHai7XHa9gGzFUh/rmL5vCJB3e+9dQnZi3GYrKsVMJHTkznhTurQ6ud9Hjv9Rhf1dNmJ/Q==}
|
||||
hasBin: true
|
||||
|
||||
'@swc/helpers@0.5.15':
|
||||
|
@ -800,8 +805,8 @@ packages:
|
|||
'@types/hammerjs@2.0.46':
|
||||
resolution: {integrity: sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw==}
|
||||
|
||||
'@types/node@22.10.7':
|
||||
resolution: {integrity: sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==}
|
||||
'@types/node@22.10.9':
|
||||
resolution: {integrity: sha512-Ir6hwgsKyNESl/gLOcEz3krR4CBGgliDqBQ2ma4wIhEx0w+xnoeTq3tdrNw15kU3SxogDjOgv9sqdtLW8mIHaw==}
|
||||
|
||||
'@types/umami@2.10.0':
|
||||
resolution: {integrity: sha512-iWcs1KkcO3ooIi2rR9M5drmpQzlsT+sFiyWElIGmVwjdGlp+vQmy/VYIChYnF5ETqx7KrL80JfSkroS6dm37Hg==}
|
||||
|
@ -991,8 +996,8 @@ packages:
|
|||
colorette@2.0.20:
|
||||
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
|
||||
|
||||
commander@12.1.0:
|
||||
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
|
||||
commander@13.1.0:
|
||||
resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
commander@4.1.1:
|
||||
|
@ -1458,8 +1463,8 @@ packages:
|
|||
lines-and-columns@1.2.4:
|
||||
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
||||
|
||||
lint-staged@15.4.1:
|
||||
resolution: {integrity: sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==}
|
||||
lint-staged@15.4.2:
|
||||
resolution: {integrity: sha512-gCqzB/Li281uZJgReNci+oXXqUEdrFAQAzTE/LwoxxiEuP41vozNe4BATS+4ehdqkWn+Z6bGc3EDcBja3npBVw==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -1512,8 +1517,8 @@ packages:
|
|||
lru-cache@5.1.1:
|
||||
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
||||
|
||||
lucide-solid@0.473.0:
|
||||
resolution: {integrity: sha512-AcmBZle73Z9HOtKI3uXBJ6aRem1kVE4XHuiVrhrIToi8jLlycBewUel6ToBUe2s/5mBtRfMe7ZeVYy6PMqyuOA==}
|
||||
lucide-solid@0.474.0:
|
||||
resolution: {integrity: sha512-sSEzUW2TVHpbYRehLfPuWtL+mGeBUQRZWPE0020aealCIxaNSuZOWts3NdS+R+itWr5JenTcwi1+Q3OcLTIZXg==}
|
||||
peerDependencies:
|
||||
solid-js: ^1.4.7
|
||||
|
||||
|
@ -2021,8 +2026,8 @@ packages:
|
|||
peerDependencies:
|
||||
vite: ^2 || ^3 || ^4 || ^5 || ^6
|
||||
|
||||
vite@6.0.9:
|
||||
resolution: {integrity: sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==}
|
||||
vite@6.0.11:
|
||||
resolution: {integrity: sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==}
|
||||
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -2096,11 +2101,6 @@ packages:
|
|||
yallist@3.1.1:
|
||||
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
||||
|
||||
yaml@2.6.1:
|
||||
resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
|
||||
engines: {node: '>= 14'}
|
||||
hasBin: true
|
||||
|
||||
yaml@2.7.0:
|
||||
resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==}
|
||||
engines: {node: '>= 14'}
|
||||
|
@ -2274,11 +2274,11 @@ snapshots:
|
|||
'@biomejs/cli-win32-x64@1.9.4':
|
||||
optional: true
|
||||
|
||||
'@commitlint/cli@19.6.1(@types/node@22.10.7)(typescript@5.7.3)':
|
||||
'@commitlint/cli@19.6.1(@types/node@22.10.9)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@commitlint/format': 19.5.0
|
||||
'@commitlint/lint': 19.6.0
|
||||
'@commitlint/load': 19.6.1(@types/node@22.10.7)(typescript@5.7.3)
|
||||
'@commitlint/load': 19.6.1(@types/node@22.10.9)(typescript@5.7.3)
|
||||
'@commitlint/read': 19.5.0
|
||||
'@commitlint/types': 19.5.0
|
||||
tinyexec: 0.3.2
|
||||
|
@ -2325,7 +2325,7 @@ snapshots:
|
|||
'@commitlint/rules': 19.6.0
|
||||
'@commitlint/types': 19.5.0
|
||||
|
||||
'@commitlint/load@19.6.1(@types/node@22.10.7)(typescript@5.7.3)':
|
||||
'@commitlint/load@19.6.1(@types/node@22.10.9)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@commitlint/config-validator': 19.5.0
|
||||
'@commitlint/execute-rule': 19.5.0
|
||||
|
@ -2333,7 +2333,7 @@ snapshots:
|
|||
'@commitlint/types': 19.5.0
|
||||
chalk: 5.4.1
|
||||
cosmiconfig: 9.0.0(typescript@5.7.3)
|
||||
cosmiconfig-typescript-loader: 6.1.0(@types/node@22.10.7)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3)
|
||||
cosmiconfig-typescript-loader: 6.1.0(@types/node@22.10.9)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3)
|
||||
lodash.isplainobject: 4.0.6
|
||||
lodash.merge: 4.6.2
|
||||
lodash.uniq: 4.5.0
|
||||
|
@ -2534,7 +2534,7 @@ snapshots:
|
|||
'@solid-primitives/map': 0.4.13(solid-js@1.9.4)
|
||||
'@solid-primitives/media': 2.2.10(solid-js@1.9.4)
|
||||
'@solid-primitives/props': 3.1.11(solid-js@1.9.4)
|
||||
'@solid-primitives/refs': 1.0.8(solid-js@1.9.4)
|
||||
'@solid-primitives/refs': 1.1.0(solid-js@1.9.4)
|
||||
'@solid-primitives/utils': 6.2.3(solid-js@1.9.4)
|
||||
solid-js: 1.9.4
|
||||
|
||||
|
@ -2639,9 +2639,9 @@ snapshots:
|
|||
'@solid-primitives/utils': 6.2.3(solid-js@1.9.4)
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/refs@1.0.8(solid-js@1.9.4)':
|
||||
'@solid-primitives/refs@1.1.0(solid-js@1.9.4)':
|
||||
dependencies:
|
||||
'@solid-primitives/utils': 6.2.3(solid-js@1.9.4)
|
||||
'@solid-primitives/utils': 6.3.0(solid-js@1.9.4)
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/resize-observer@2.0.27(solid-js@1.9.4)':
|
||||
|
@ -2662,9 +2662,9 @@ snapshots:
|
|||
'@solid-primitives/utils': 6.2.3(solid-js@1.9.4)
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/storage@4.2.1(solid-js@1.9.4)':
|
||||
'@solid-primitives/storage@4.3.0(solid-js@1.9.4)':
|
||||
dependencies:
|
||||
'@solid-primitives/utils': 6.2.3(solid-js@1.9.4)
|
||||
'@solid-primitives/utils': 6.3.0(solid-js@1.9.4)
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/trigger@1.1.0(solid-js@1.9.4)':
|
||||
|
@ -2672,16 +2672,20 @@ snapshots:
|
|||
'@solid-primitives/utils': 6.2.3(solid-js@1.9.4)
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/upload@0.0.117(solid-js@1.9.4)':
|
||||
'@solid-primitives/upload@0.1.0(solid-js@1.9.4)':
|
||||
dependencies:
|
||||
'@solid-primitives/utils': 6.2.3(solid-js@1.9.4)
|
||||
'@solid-primitives/utils': 6.3.0(solid-js@1.9.4)
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/utils@6.2.3(solid-js@1.9.4)':
|
||||
dependencies:
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/workers@0.3.0(solid-js@1.9.4)':
|
||||
'@solid-primitives/utils@6.3.0(solid-js@1.9.4)':
|
||||
dependencies:
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@solid-primitives/workers@0.4.0(solid-js@1.9.4)':
|
||||
dependencies:
|
||||
solid-js: 1.9.4
|
||||
|
||||
|
@ -2693,7 +2697,7 @@ snapshots:
|
|||
dependencies:
|
||||
solid-js: 1.9.4
|
||||
|
||||
'@sqlite.org/sqlite-wasm@3.48.0-build2': {}
|
||||
'@sqlite.org/sqlite-wasm@3.48.0-build3': {}
|
||||
|
||||
'@swc/helpers@0.5.15':
|
||||
dependencies:
|
||||
|
@ -2729,7 +2733,7 @@ snapshots:
|
|||
|
||||
'@types/conventional-commits-parser@5.0.1':
|
||||
dependencies:
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.10.9
|
||||
|
||||
'@types/d3-cloud@1.2.9':
|
||||
dependencies:
|
||||
|
@ -2741,7 +2745,7 @@ snapshots:
|
|||
|
||||
'@types/hammerjs@2.0.46': {}
|
||||
|
||||
'@types/node@22.10.7':
|
||||
'@types/node@22.10.9':
|
||||
dependencies:
|
||||
undici-types: 6.20.0
|
||||
|
||||
|
@ -2949,7 +2953,7 @@ snapshots:
|
|||
|
||||
colorette@2.0.20: {}
|
||||
|
||||
commander@12.1.0: {}
|
||||
commander@13.1.0: {}
|
||||
|
||||
commander@4.1.1: {}
|
||||
|
||||
|
@ -2977,9 +2981,9 @@ snapshots:
|
|||
|
||||
convert-source-map@2.0.0: {}
|
||||
|
||||
cosmiconfig-typescript-loader@6.1.0(@types/node@22.10.7)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3):
|
||||
cosmiconfig-typescript-loader@6.1.0(@types/node@22.10.9)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3):
|
||||
dependencies:
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.10.9
|
||||
cosmiconfig: 9.0.0(typescript@5.7.3)
|
||||
jiti: 2.4.2
|
||||
typescript: 5.7.3
|
||||
|
@ -3338,10 +3342,10 @@ snapshots:
|
|||
|
||||
lines-and-columns@1.2.4: {}
|
||||
|
||||
lint-staged@15.4.1:
|
||||
lint-staged@15.4.2:
|
||||
dependencies:
|
||||
chalk: 5.4.1
|
||||
commander: 12.1.0
|
||||
commander: 13.1.0
|
||||
debug: 4.4.0
|
||||
execa: 8.0.1
|
||||
lilconfig: 3.1.3
|
||||
|
@ -3349,7 +3353,7 @@ snapshots:
|
|||
micromatch: 4.0.8
|
||||
pidtree: 0.6.0
|
||||
string-argv: 0.3.2
|
||||
yaml: 2.6.1
|
||||
yaml: 2.7.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
@ -3400,7 +3404,7 @@ snapshots:
|
|||
dependencies:
|
||||
yallist: 3.1.1
|
||||
|
||||
lucide-solid@0.473.0(solid-js@1.9.4):
|
||||
lucide-solid@0.474.0(solid-js@1.9.4):
|
||||
dependencies:
|
||||
solid-js: 1.9.4
|
||||
|
||||
|
@ -3890,7 +3894,7 @@ snapshots:
|
|||
|
||||
validate-html-nesting@1.2.2: {}
|
||||
|
||||
vite-plugin-solid@2.11.0(solid-js@1.9.4)(vite@6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0)):
|
||||
vite-plugin-solid@2.11.0(solid-js@1.9.4)(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0)):
|
||||
dependencies:
|
||||
'@babel/core': 7.26.0
|
||||
'@types/babel__core': 7.20.5
|
||||
|
@ -3898,29 +3902,29 @@ snapshots:
|
|||
merge-anything: 5.1.7
|
||||
solid-js: 1.9.4
|
||||
solid-refresh: 0.6.3(solid-js@1.9.4)
|
||||
vite: 6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0)
|
||||
vitefu: 1.0.5(vite@6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0))
|
||||
vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0)
|
||||
vitefu: 1.0.5(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0))
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vite-plugin-wasm@3.4.1(vite@6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0)):
|
||||
vite-plugin-wasm@3.4.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0)):
|
||||
dependencies:
|
||||
vite: 6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0)
|
||||
vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0)
|
||||
|
||||
vite@6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0):
|
||||
vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0):
|
||||
dependencies:
|
||||
esbuild: 0.24.2
|
||||
postcss: 8.5.1
|
||||
rollup: 4.31.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.10.9
|
||||
fsevents: 2.3.3
|
||||
jiti: 2.4.2
|
||||
yaml: 2.7.0
|
||||
|
||||
vitefu@1.0.5(vite@6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0)):
|
||||
vitefu@1.0.5(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0)):
|
||||
optionalDependencies:
|
||||
vite: 6.0.9(@types/node@22.10.7)(jiti@2.4.2)(yaml@2.7.0)
|
||||
vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(yaml@2.7.0)
|
||||
|
||||
which@2.0.2:
|
||||
dependencies:
|
||||
|
@ -3950,8 +3954,6 @@ snapshots:
|
|||
|
||||
yallist@3.1.1: {}
|
||||
|
||||
yaml@2.6.1: {}
|
||||
|
||||
yaml@2.7.0: {}
|
||||
|
||||
yargs-parser@21.1.1: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue