add wx-svelte-grid dependency

This commit is contained in:
Justin Edmund 2025-09-17 05:32:53 -07:00
parent 034e8e48cd
commit 9ff7ad080f
2 changed files with 84 additions and 0 deletions

View file

@ -62,6 +62,7 @@
"bits-ui": "^2.9.6",
"fluid-dnd": "^2.6.2",
"modern-normalize": "^3.0.1",
"wx-svelte-grid": "^2.0.0",
"zod": "^4.1.5"
}
}

View file

@ -20,6 +20,9 @@ importers:
modern-normalize:
specifier: ^3.0.1
version: 3.0.1
wx-svelte-grid:
specifier: ^2.0.0
version: 2.2.0
zod:
specifier: ^4.1.5
version: 4.1.5
@ -2146,6 +2149,42 @@ packages:
utf-8-validate:
optional: true
wx-core-locales@2.2.0:
resolution: {integrity: sha512-bDquS5k6v784vOsjDnkpbrqL4Yh3CQGf3Rt3gM6mAFDUI97/Iy2r7fzQ3It7Hb3dxI9Vtym4Bwsg3X3ATAz8KA==}
wx-grid-data-provider@2.2.0:
resolution: {integrity: sha512-Qan2+yKS34uhtj5/TL8lNOA4hr6Xl1hCFbVXEspdbpy4ZcqnTOOrCddg8+XXksB8vn1+6ucwfbLTv80oIefhCw==}
wx-grid-locales@2.2.0:
resolution: {integrity: sha512-YVU9vR1uwPd4IiJ12GfQIDfIa9aqq1vR3cI43BI9A8a26nmoTluGXvIuOFoP3ZSg/yzW+JAe1QtTb7ejW5C6pg==}
wx-grid-store@2.2.0:
resolution: {integrity: sha512-H0AKzODSyEE4emA76MSpcMzPNIJlsgf3CUzaXPMuqQuaehqCNINSzmI7/5z7nHvbBJBsK8scSIi6cctj5Pyavg==}
wx-lib-data-provider@1.5.1:
resolution: {integrity: sha512-ebKYlnmXOuwgQ/812Ux06Uz7tIG3P8euUHB0/hwhL0+Buged+00uFII3bkXQ7jh5DbsTugFqPlzlKTJFQ2l0TA==}
wx-lib-dom@0.8.0:
resolution: {integrity: sha512-1jQFsoX8EiA/7D6IT8k8I52PlPFs850etY+k7jqww9CM5L3JEELprKuy422sUfXjnnpMoaVvUrmndWZVOldsAA==}
wx-lib-dom@0.9.1:
resolution: {integrity: sha512-uh0ikmNRSgF1ksCY4mu/Nuqo/zrTOKP75Ok+YeA+Jp6i5QCzD5EabWtgAGIBq54cikAbjSGOdNPa6qYLc9s0qA==}
wx-lib-state@1.9.3:
resolution: {integrity: sha512-iZVeprL3ljzTWToaN+QW9LJjWZoDyplLbkt8iryeDQaNirYFaL2ZUCp0Utjm0rSP6OfLSmaw+QYldYhmqDpyGw==}
wx-lib-svelte@0.5.1:
resolution: {integrity: sha512-zYfkAv5r0zQ3KFyCPPusC8EkMXUC3I0L1QsK+An0rNlRkY/iocPTOcaouyycg48BdmsBK8fSL0vK0B4oZuujrQ==}
wx-svelte-core@2.2.0:
resolution: {integrity: sha512-txE3Me/gfb899V3QJbH+Rt+e7rgvruzLCIKvZoDXT/c78TUWqMRHFZUpIkjlH9toozVvdL0UnyQ8BqVMRQqBVg==}
wx-svelte-grid@2.2.0:
resolution: {integrity: sha512-9OKwyANflqpBujsqm1geU5pgm72QnY7bMkReUAt6Q+2laL5Ccx/ZHxpo2ez14IkZh0jXoW4JCVjoaDiA32FYXg==}
wx-svelte-menu@2.2.0:
resolution: {integrity: sha512-uEuza5t+wc4YKqTUh6DS/ZdZBHmNcJrBLu18NuRZJMWGb+zHjBKeQNG7/eIA/zMP1yhn5Lnb6hoK6TEddaC/Wg==}
yaml@1.10.2:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
engines: {node: '>= 6'}
@ -4043,6 +4082,50 @@ snapshots:
ws@8.18.3: {}
wx-core-locales@2.2.0: {}
wx-grid-data-provider@2.2.0:
dependencies:
wx-lib-data-provider: 1.5.1
wx-grid-locales@2.2.0: {}
wx-grid-store@2.2.0:
dependencies:
wx-lib-state: 1.9.3
wx-lib-data-provider@1.5.1: {}
wx-lib-dom@0.8.0: {}
wx-lib-dom@0.9.1: {}
wx-lib-state@1.9.3: {}
wx-lib-svelte@0.5.1: {}
wx-svelte-core@2.2.0:
dependencies:
wx-core-locales: 2.2.0
wx-lib-dom: 0.8.0
wx-lib-svelte: 0.5.1
wx-svelte-grid@2.2.0:
dependencies:
wx-grid-data-provider: 2.2.0
wx-grid-locales: 2.2.0
wx-grid-store: 2.2.0
wx-lib-dom: 0.9.1
wx-lib-state: 1.9.3
wx-lib-svelte: 0.5.1
wx-svelte-core: 2.2.0
wx-svelte-menu: 2.2.0
wx-svelte-menu@2.2.0:
dependencies:
wx-lib-dom: 0.9.1
wx-svelte-core: 2.2.0
yaml@1.10.2: {}
yocto-queue@0.1.0: {}