diff --git a/examples/lit/dynamic/package.json b/examples/lit/dynamic/package.json index 69cbe5f5..4080f11c 100644 --- a/examples/lit/dynamic/package.json +++ b/examples/lit/dynamic/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@types/node": "^18.19.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/lit/fixed/package.json b/examples/lit/fixed/package.json index be53dcca..4ff45003 100644 --- a/examples/lit/fixed/package.json +++ b/examples/lit/fixed/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@types/node": "^18.19.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index e7dcb1d0..ff3a43d9 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -19,6 +19,6 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/fixed/package.json b/examples/react/fixed/package.json index 4a5cacd9..6599f840 100644 --- a/examples/react/fixed/package.json +++ b/examples/react/fixed/package.json @@ -18,6 +18,6 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index e631dd7a..1ae91fe5 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -12,10 +12,10 @@ "@tanstack/react-virtual": "^3.8.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "@tanstack/react-query": "^5.51.11" + "@tanstack/react-query": "^5.51.15" }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/padding/package.json b/examples/react/padding/package.json index 5ad7f813..d8c62126 100644 --- a/examples/react/padding/package.json +++ b/examples/react/padding/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/scroll-padding/package.json b/examples/react/scroll-padding/package.json index f4499e35..49e3f7f8 100644 --- a/examples/react/scroll-padding/package.json +++ b/examples/react/scroll-padding/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/smooth-scroll/package.json b/examples/react/smooth-scroll/package.json index 37eccb1b..247766be 100644 --- a/examples/react/smooth-scroll/package.json +++ b/examples/react/smooth-scroll/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index 324f4737..d16307e2 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/table/package.json b/examples/react/table/package.json index 944fa848..af7c4b61 100644 --- a/examples/react/table/package.json +++ b/examples/react/table/package.json @@ -19,6 +19,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/variable/package.json b/examples/react/variable/package.json index dc9b340e..63624ca8 100644 --- a/examples/react/variable/package.json +++ b/examples/react/variable/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/react/window/package.json b/examples/react/window/package.json index 956a4c64..be25b485 100644 --- a/examples/react/window/package.json +++ b/examples/react/window/package.json @@ -18,6 +18,6 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/svelte/dynamic/package.json b/examples/svelte/dynamic/package.json index f3679b80..f0d38cac 100644 --- a/examples/svelte/dynamic/package.json +++ b/examples/svelte/dynamic/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.8.4", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/svelte/fixed/package.json b/examples/svelte/fixed/package.json index 8294c1dd..421f8482 100644 --- a/examples/svelte/fixed/package.json +++ b/examples/svelte/fixed/package.json @@ -18,6 +18,6 @@ "svelte-check": "^3.8.4", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index df59e5ee..c40a994d 100644 --- a/examples/svelte/infinite-scroll/package.json +++ b/examples/svelte/infinite-scroll/package.json @@ -9,7 +9,7 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.51.11", + "@tanstack/svelte-query": "^5.51.15", "@tanstack/svelte-virtual": "^3.8.3" }, "devDependencies": { @@ -19,6 +19,6 @@ "svelte-check": "^3.8.4", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/svelte/smooth-scroll/package.json b/examples/svelte/smooth-scroll/package.json index 6acb1994..1253bfd3 100644 --- a/examples/svelte/smooth-scroll/package.json +++ b/examples/svelte/smooth-scroll/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.8.4", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/svelte/sticky/package.json b/examples/svelte/sticky/package.json index 2e51d33e..683f45b3 100644 --- a/examples/svelte/sticky/package.json +++ b/examples/svelte/sticky/package.json @@ -20,6 +20,6 @@ "svelte-check": "^3.8.4", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/svelte/table/package.json b/examples/svelte/table/package.json index 2078fd08..ed3ed94d 100644 --- a/examples/svelte/table/package.json +++ b/examples/svelte/table/package.json @@ -20,6 +20,6 @@ "svelte-check": "^3.8.4", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.4" + "vite": "^5.3.5" } } diff --git a/examples/vue/dynamic/package.json b/examples/vue/dynamic/package.json index 82192f0c..f3fc4ca4 100644 --- a/examples/vue/dynamic/package.json +++ b/examples/vue/dynamic/package.json @@ -10,13 +10,13 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/vue-virtual": "^3.8.3", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index 64643382..c8bfd954 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.3", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index 9708f7c0..1ea95543 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -8,15 +8,15 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.51.9", + "@tanstack/vue-query": "^5.51.15", "@tanstack/vue-virtual": "^3.8.3", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index 20304979..fe27df6e 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.3", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 5e569682..771b7a9e 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -10,13 +10,13 @@ "dependencies": { "@tanstack/vue-virtual": "^3.8.3", "@vueuse/core": "^10.11.0", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index adc2047f..7ebed7b2 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.3", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/sticky/package.json b/examples/vue/sticky/package.json index 31741d45..f8ead6c7 100644 --- a/examples/vue/sticky/package.json +++ b/examples/vue/sticky/package.json @@ -11,14 +11,14 @@ "@faker-js/faker": "^8.4.1", "@tanstack/vue-virtual": "^3.8.3", "lodash": "^4.17.21", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@types/lodash": "^4.17.7", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/table/package.json b/examples/vue/table/package.json index 536f7543..282c7c3e 100644 --- a/examples/vue/table/package.json +++ b/examples/vue/table/package.json @@ -11,13 +11,13 @@ "@faker-js/faker": "^8.4.1", "@tanstack/vue-table": "^8.19.3", "@tanstack/vue-virtual": "^3.8.3", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/variable/package.json b/examples/vue/variable/package.json index 8b91e315..7ad6831a 100644 --- a/examples/vue/variable/package.json +++ b/examples/vue/variable/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.3", - "vue": "^3.4.33" + "vue": "^3.4.34" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "typescript": "5.2.2", - "vite": "^5.3.4", - "vue-tsc": "^2.0.28" + "vite": "^5.3.5", + "vue-tsc": "^2.0.29" } } diff --git a/package.json b/package.json index f3582757..606cdea2 100644 --- a/package.json +++ b/package.json @@ -37,19 +37,19 @@ }, "devDependencies": { "@tanstack/config": "^0.9.6", - "@testing-library/jest-dom": "^6.4.7", + "@testing-library/jest-dom": "^6.4.8", "@types/node": "^18.19.3", "eslint": "^8.57.0", "jsdom": "^24.1.1", - "knip": "^5.26.0", - "nx": "^19.5.1", + "knip": "^5.27.0", + "nx": "^19.5.3", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.6", "publint": "^0.2.8", "rimraf": "^5.0.9", "sherif": "^0.10.0", "typescript": "5.2.2", - "vite": "^5.3.4", + "vite": "^5.3.5", "vitest": "^1.6.0" } } diff --git a/packages/solid-virtual/package.json b/packages/solid-virtual/package.json index 6abae93c..3355fadf 100644 --- a/packages/solid-virtual/package.json +++ b/packages/solid-virtual/package.json @@ -55,7 +55,7 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "solid-js": "^1.8.18", + "solid-js": "^1.8.19", "vite-plugin-solid": "^2.10.2" }, "peerDependencies": { diff --git a/packages/vue-virtual/package.json b/packages/vue-virtual/package.json index cd859e37..d80b44bb 100644 --- a/packages/vue-virtual/package.json +++ b/packages/vue-virtual/package.json @@ -59,8 +59,8 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.5", - "vue": "^3.4.33" + "@vitejs/plugin-vue": "^5.1.1", + "vue": "^3.4.34" }, "peerDependencies": { "vue": "^2.7.0 || ^3.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ad12464..9899ea4b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,10 +10,10 @@ importers: devDependencies: '@tanstack/config': specifier: ^0.9.6 - version: 0.9.6(@types/node@18.19.17)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.4(@types/node@18.19.17)) + version: 0.9.6(@types/node@18.19.17)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.17)) '@testing-library/jest-dom': - specifier: ^6.4.7 - version: 6.4.7(vitest@1.6.0(@types/node@18.19.17)(jsdom@24.1.1)) + specifier: ^6.4.8 + version: 6.4.8 '@types/node': specifier: ^18.19.3 version: 18.19.17 @@ -24,11 +24,11 @@ importers: specifier: ^24.1.1 version: 24.1.1 knip: - specifier: ^5.26.0 - version: 5.26.0(@types/node@18.19.17)(typescript@5.2.2) + specifier: ^5.27.0 + version: 5.27.0(@types/node@18.19.17)(typescript@5.2.2) nx: - specifier: ^19.5.1 - version: 19.5.1 + specifier: ^19.5.3 + version: 19.5.3 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -48,8 +48,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vitest: specifier: ^1.6.0 version: 1.6.0(@types/node@18.19.17)(jsdom@24.1.1) @@ -76,8 +76,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/lit/fixed: dependencies: @@ -101,8 +101,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/dynamic: dependencies: @@ -130,13 +130,13 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/fixed: dependencies: @@ -161,19 +161,19 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.51.11 - version: 5.51.11(react@18.3.1) + specifier: ^5.51.15 + version: 5.51.15(react@18.3.1) '@tanstack/react-virtual': specifier: ^3.8.3 version: link:../../../packages/react-virtual @@ -186,10 +186,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/padding: dependencies: @@ -205,10 +205,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/scroll-padding: dependencies: @@ -227,10 +227,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/smooth-scroll: dependencies: @@ -246,10 +246,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/sticky: dependencies: @@ -271,10 +271,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/table: dependencies: @@ -302,10 +302,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/variable: dependencies: @@ -321,10 +321,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/react/window: dependencies: @@ -349,13 +349,13 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/svelte/dynamic: dependencies: @@ -368,7 +368,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -385,8 +385,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/svelte/fixed: dependencies: @@ -396,7 +396,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -413,21 +413,21 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/svelte/infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.51.11 - version: 5.51.11(svelte@4.2.18) + specifier: ^5.51.15 + version: 5.51.15(svelte@4.2.18) '@tanstack/svelte-virtual': specifier: ^3.8.3 version: link:../../../packages/svelte-virtual devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -444,8 +444,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/svelte/smooth-scroll: dependencies: @@ -458,7 +458,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -475,8 +475,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/svelte/sticky: dependencies: @@ -492,7 +492,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -509,8 +509,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/svelte/table: dependencies: @@ -526,7 +526,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -543,8 +543,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) examples/vue/dynamic: dependencies: @@ -555,24 +555,24 @@ importers: specifier: ^3.8.3 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/fixed: dependencies: @@ -580,52 +580,52 @@ importers: specifier: ^3.8.3 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/infinite-scroll: dependencies: '@tanstack/vue-query': - specifier: ^5.51.9 - version: 5.51.9(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.51.15 + version: 5.51.15(vue@3.4.34(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.8.3 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/padding: dependencies: @@ -633,24 +633,24 @@ importers: specifier: ^3.8.3 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/scroll-padding: dependencies: @@ -659,26 +659,26 @@ importers: version: link:../../../packages/vue-virtual '@vueuse/core': specifier: ^10.11.0 - version: 10.11.0(vue@3.4.33(typescript@5.2.2)) + version: 10.11.0(vue@3.4.34(typescript@5.2.2)) vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/smooth-scroll: dependencies: @@ -686,24 +686,24 @@ importers: specifier: ^3.8.3 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/sticky: dependencies: @@ -717,8 +717,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 @@ -727,17 +727,17 @@ importers: specifier: ^4.17.7 version: 4.17.7 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/table: dependencies: @@ -746,29 +746,29 @@ importers: version: 8.4.1 '@tanstack/vue-table': specifier: ^8.19.3 - version: 8.19.3(vue@3.4.33(typescript@5.2.2)) + version: 8.19.3(vue@3.4.34(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.8.3 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) examples/vue/variable: dependencies: @@ -776,24 +776,24 @@ importers: specifier: ^3.8.3 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.2.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@18.19.17) + specifier: ^5.3.5 + version: 5.3.5(@types/node@18.19.17) vue-tsc: - specifier: ^2.0.28 - version: 2.0.28(typescript@5.2.2) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.2.2) packages/lit-virtual: dependencies: @@ -825,7 +825,7 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.4(@types/node@18.19.17)) + version: 4.3.1(vite@5.3.5(@types/node@18.19.17)) react: specifier: ^18.3.1 version: 18.3.1 @@ -843,11 +843,11 @@ importers: version: link:../virtual-core devDependencies: solid-js: - specifier: ^1.8.18 - version: 1.8.18 + specifier: ^1.8.19 + version: 1.8.19 vite-plugin-solid: specifier: ^2.10.2 - version: 2.10.2(@testing-library/jest-dom@6.4.7(vitest@1.6.0(@types/node@18.19.17)(jsdom@24.1.1)))(solid-js@1.8.18)(vite@5.3.4(@types/node@18.19.17)) + version: 2.10.2(@testing-library/jest-dom@6.4.8)(solid-js@1.8.19)(vite@5.3.5(@types/node@18.19.17)) packages/svelte-virtual: dependencies: @@ -860,7 +860,7 @@ importers: version: 2.3.2(svelte@4.2.18)(typescript@5.4.2) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) svelte: specifier: ^4.2.18 version: 4.2.18 @@ -877,11 +877,11 @@ importers: version: link:../virtual-core devDependencies: '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.4.2)) + specifier: ^5.1.1 + version: 5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.4.2)) vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.4.2) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.4.2) packages: @@ -1275,66 +1275,66 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nrwl/tao@19.5.1': - resolution: {integrity: sha512-gAitJkexzI36jCNIHru1PAqNcFe17KlSwb3F4VoCArcZSJmSh5cTbxaAAWup8aavxHT6nF6G1Zm1+N0RmzRMRQ==} + '@nrwl/tao@19.5.3': + resolution: {integrity: sha512-SHtPlQi7zofDdbFjqcrTb/A0Mo9tT8S88H8nJa1+GzhKpGUB9rykHtq0qoYdiRBnQfmfR5LoKfe/jft61Ktvdg==} hasBin: true - '@nx/nx-darwin-arm64@19.5.1': - resolution: {integrity: sha512-mdFSnwf+cEGZQ0HDJIzHBOWmho66VUN44qsDRPVSwpaEqlHSlcbiqKzM0+oVx9CRDLNQoYtYs1Y3hGlnag1sCQ==} + '@nx/nx-darwin-arm64@19.5.3': + resolution: {integrity: sha512-DacVfnhx7wiglDXRAdbrmaP4s3ZQXMs8Mk0fGoQYjv1uwWajDOPxMYJUZH0CGysIDADSrku4AIqogGX/CZjSuQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.5.1': - resolution: {integrity: sha512-ficF0T6vN0LkkYoPyEgdXEOfIR9ss0hXeG2s32SwqfjNZlbisO4fvrHM8f8WPujEJ+5nCIJ9o4jJiWBHkfUTBg==} + '@nx/nx-darwin-x64@19.5.3': + resolution: {integrity: sha512-AfY1g8nYJbBGiR2SDt/Q8YcQyuwtRmGxfJIrzCu+2+hFFds7RF9iaqeKedWeHN9wAsaTbDnBuDwwojT9LMOxaA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.5.1': - resolution: {integrity: sha512-UjquUf8N06DlAyhpvEm1D57WXWQnvvVq6vIxq6rTmK+alWjMyOUs90sPYrqvV3TARAsdkos763S8T5rAOB/xYQ==} + '@nx/nx-freebsd-x64@19.5.3': + resolution: {integrity: sha512-dWwxFs9bp67n/l1QhI41pSJk+mpwDNh7RY+WQBUldWbIyh8c4/wYk3VaqjALPCcGUky/RCME6rdLkqxFRAIs4A==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.5.1': - resolution: {integrity: sha512-UXBXiLEZVgHlz/iO634JQwQU/MP0Kx0tKwEzucjAryIUFTBRAZos76wTF8glBQaH4dTwWtQQObxaEVGGu+J4dA==} + '@nx/nx-linux-arm-gnueabihf@19.5.3': + resolution: {integrity: sha512-7l79OXwKVqnTr6/85mVPU+h3nnxGDAWgY6kTJNdmuaFlDgbHKbcNo9FFSu2srdqr1x84UsU49w8ZBJbdwA5YSg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.5.1': - resolution: {integrity: sha512-UlBq3ImnFHMsI6jLxQA97ntgBvMvtnVmL/eluGOcUres9q0IqzTOWmBDccpR3ZLbI3NBrmDRrS79aid3SuBKwA==} + '@nx/nx-linux-arm64-gnu@19.5.3': + resolution: {integrity: sha512-aFCuoUiEI20tGCxdUDO0JWCWli3RH0LPCXjnQ4H4pNMzT8zpvjvu+Js7FtwFG+NZWOdlmtiDlthnVAd+5ex6Wg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.5.1': - resolution: {integrity: sha512-sw0zdO9CLjDY9qiweZm5p5zrkOeRPagimHCtHw/YIuPfkBrtoazi9adD+f8OXou/jrL/f1UE2/CA3gQKDOT35Q==} + '@nx/nx-linux-arm64-musl@19.5.3': + resolution: {integrity: sha512-gcjdlGvgQ4ahSfPpMw32cr7GrCYhr/58D1R/bbyem0QQg+EdLbLlhhdS2pAHBCoENfpSnknQZhMrUN1LR8Qmpw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.5.1': - resolution: {integrity: sha512-tHPcBgsyyLNRfJLWnDQLcWZZ69xn4Ocfnquxs30Q5gk5CZTNSVm/yA4ibYn9JGvSu0dNjzM+nJwmtEaudhtgSg==} + '@nx/nx-linux-x64-gnu@19.5.3': + resolution: {integrity: sha512-Jwu6peOyaV9WTR1ihzfIIqEBYsbOSy0cH8H36ce17zpemq6l/Cz5EJ7blVXut1qksMFvC/QbkTWqTlfO5XEHIw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.5.1': - resolution: {integrity: sha512-dHP8GrqK05gHwq6kSjuZqaN0CQrID2OspuJ4vKd+WoelioFNmdRAQWkOyqXA5dlrJfWs/IqV+WvnexYlxG1quw==} + '@nx/nx-linux-x64-musl@19.5.3': + resolution: {integrity: sha512-84KnkghjbInJAoWvCJB34lHq9iGCgo5KjcxUFZJFNDYTQh/VBTp/OhH8bFyPRwQTPVSToLeBhoFvGB1bqBekrA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.5.1': - resolution: {integrity: sha512-YNhVje0gSmt7bLWDCR1Ea3vbvqF+iIeDhtpJuK7kXMbWAujZrA5sGW/xdPPShV8omlQuu1Ggms0BUCwr8Aiyig==} + '@nx/nx-win32-arm64-msvc@19.5.3': + resolution: {integrity: sha512-q19m59cm+VTZzlHh+/dSHism7hgKfGHR+nW5xtxIF00rZQpJpv0ve7GVvyXPFw7NXvceYRK1THes1MljYXyslQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.5.1': - resolution: {integrity: sha512-bxj12iAuyEwBCV6A+C8nXQ55KNji4L0VrL3y2KeH0wOeBMgTeKQxoMNk0/Ty2O6354YkAgwaKRHJMnM/LfO+og==} + '@nx/nx-win32-x64-msvc@19.5.3': + resolution: {integrity: sha512-DOdO7K6ySiwrXsnJNjJXxng427n5+nXIDt4L81ltCdr6oE8wUiUpRTt1dfl65rHknojB/b1at3V6+x450F0/2A==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1522,11 +1522,11 @@ packages: resolution: {integrity: sha512-PnVV3d2poenUM31ZbZi/yXkBu3J7kd5k2u51CGwwNojag451AjTH9N6n41yjXz2fpLeewleyLBmNS6+HcGDlXw==} engines: {node: '>=12'} - '@tanstack/query-core@5.51.9': - resolution: {integrity: sha512-HsAwaY5J19MD18ykZDS3aVVh+bAt0i7m6uQlFC2b77DLV9djo+xEN7MWQAQQTR8IM+7r/zbozTQ7P0xr0bHuew==} + '@tanstack/query-core@5.51.15': + resolution: {integrity: sha512-xyobHDJ0yhPE3+UkSQ2/4X1fLSg7ICJI5J1JyU9yf7F3deQfEwSImCDrB1WSRrauJkMtXW7YIEcC0oA6ZZWt5A==} - '@tanstack/react-query@5.51.11': - resolution: {integrity: sha512-4Kq2x0XpDlpvSnaLG+8pHNH60zEc3mBvb3B2tOMDjcPCi/o+Du3p/9qpPLwJOTliVxxPJAP27fuIhLrsRdCr7A==} + '@tanstack/react-query@5.51.15': + resolution: {integrity: sha512-UgFg23SrdIYrmfTSxAUn9g+J64VQy11pb9/EefoY/u2+zWuNMeqEOnvpJhf52XQy0yztQoyM9p6x8PFyTNaxXg==} peerDependencies: react: ^18.0.0 @@ -1537,8 +1537,8 @@ packages: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/svelte-query@5.51.11': - resolution: {integrity: sha512-p4gW0yEH/dfkU56HPm2ZjgGj4qvMw4TZeSuI3wsYGnnX8ZbSL9V6HKV4GJA/LJroaXI/S02hPJfgWcpQAztj5Q==} + '@tanstack/svelte-query@5.51.15': + resolution: {integrity: sha512-aeVaAfe4/2+G9uy724yT6VF55zryGV4gL5hRLoLDxn3Egf5YA89ivaRhYpVv9GjThJvDp0k9JKpuAzdn203Lig==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -1552,8 +1552,8 @@ packages: resolution: {integrity: sha512-IqREj9ADoml9zCAouIG/5kCGoyIxPFdqdyoxis9FisXFi5vT+iYfEfLosq4xkU/iDbMcEuAj+X8dWRLvKYDNoQ==} engines: {node: '>=12'} - '@tanstack/vue-query@5.51.9': - resolution: {integrity: sha512-MomUvdND+h2MeBhNfSyaKw0o3lHl2+UjtsxN29X55/0+AmH4GVJRHlCGIzxKhZrFLf2cIw5Rzc9YWYtlA4WmgA==} + '@tanstack/vue-query@5.51.15': + resolution: {integrity: sha512-pgGXACiaRqw93S9X0b8s1MBtXt9be3XJmULXFzkhnEZK1qKXDOp+pttjhv7SO0Lb0LbN6txoQxWE8Faj7AwdEw==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -1571,26 +1571,9 @@ packages: resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} engines: {node: '>=14'} - '@testing-library/jest-dom@6.4.7': - resolution: {integrity: sha512-GaKJ0nijoNf30dWSOOzQEBkWBRk4rG3C/efw8zKrimNuZpnS/6/AEwo0WvZHgJxG84cNCgxt+mtbe1fsvfLp2A==} + '@testing-library/jest-dom@6.4.8': + resolution: {integrity: sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - peerDependencies: - '@jest/globals': '>= 28' - '@types/bun': latest - '@types/jest': '>= 28' - jest: '>= 28' - vitest: '>= 0.32' - peerDependenciesMeta: - '@jest/globals': - optional: true - '@types/bun': - optional: true - '@types/jest': - optional: true - jest: - optional: true - vitest: - optional: true '@testing-library/react@16.0.0': resolution: {integrity: sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==} @@ -1821,8 +1804,8 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@vitejs/plugin-vue@5.0.5': - resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==} + '@vitejs/plugin-vue@5.1.1': + resolution: {integrity: sha512-sDckXxlHpMsjRQbAH9WanangrfrblsOd3pNifePs+FOHjJg1jfWq5L/P0PsBRndEt3nmdUnmvieP8ULDeX5AvA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -1861,17 +1844,20 @@ packages: '@volar/typescript@2.4.0-alpha.18': resolution: {integrity: sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==} - '@vue/compiler-core@3.4.33': - resolution: {integrity: sha512-MoIREbkdPQlnGfSKDMgzTqzqx5nmEjIc0ydLVYlTACGBsfvOJ4tHSbZXKVF536n6fB+0eZaGEOqsGThPpdvF5A==} + '@vue/compiler-core@3.4.34': + resolution: {integrity: sha512-Z0izUf32+wAnQewjHu+pQf1yw00EGOmevl1kE+ljjjMe7oEfpQ+BI3/JNK7yMB4IrUsqLDmPecUrpj3mCP+yJQ==} - '@vue/compiler-dom@3.4.33': - resolution: {integrity: sha512-GzB8fxEHKw0gGet5BKlpfXEqoBnzSVWwMnT+dc25wE7pFEfrU/QsvjZMP9rD4iVXHBBoemTct8mN0GJEI6ZX5A==} + '@vue/compiler-dom@3.4.34': + resolution: {integrity: sha512-3PUOTS1h5cskdOJMExCu2TInXuM0j60DRPpSCJDqOCupCfUZCJoyQmKtRmA8EgDNZ5kcEE7vketamRZfrEuVDw==} - '@vue/compiler-sfc@3.4.33': - resolution: {integrity: sha512-7rk7Vbkn21xMwIUpHQR4hCVejwE6nvhBOiDgoBcR03qvGqRKA7dCBSsHZhwhYUsmjlbJ7OtD5UFIyhP6BY+c8A==} + '@vue/compiler-sfc@3.4.34': + resolution: {integrity: sha512-x6lm0UrM03jjDXTPZgD9Ad8bIVD1ifWNit2EaWQIZB5CULr46+FbLQ5RpK7AXtDHGjx9rmvC7QRCTjsiGkAwRw==} - '@vue/compiler-ssr@3.4.33': - resolution: {integrity: sha512-0WveC9Ai+eT/1b6LCV5IfsufBZ0HP7pSSTdDjcuW302tTEgoBw8rHVHKPbGUtzGReUFCRXbv6zQDDgucnV2WzQ==} + '@vue/compiler-ssr@3.4.34': + resolution: {integrity: sha512-8TDBcLaTrFm5rnF+Qm4BlliaopJgqJ28Nsrc80qazynm5aJO+Emu7y0RWw34L8dNnTRdcVBpWzJxhGYzsoVu4g==} + + '@vue/compiler-vue2@2.7.16': + resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} '@vue/devtools-api@6.5.1': resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} @@ -1884,30 +1870,30 @@ packages: typescript: optional: true - '@vue/language-core@2.0.28': - resolution: {integrity: sha512-0z4tyCCaqqPbdyz0T4yTFQeLpCo4TOM/ZHAC3geGLHeCiFAjVbROB9PiEtrXR1AoLObqUPFHSmKZeWtEMssSqw==} + '@vue/language-core@2.0.29': + resolution: {integrity: sha512-o2qz9JPjhdoVj8D2+9bDXbaI4q2uZTHQA/dbyZT4Bj1FR9viZxDJnLcKVHfxdn6wsOzRgpqIzJEEmSSvgMvDTQ==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true - '@vue/reactivity@3.4.33': - resolution: {integrity: sha512-B24QIelahDbyHipBgbUItQblbd4w5HpG3KccL+YkGyo3maXyS253FzcTR3pSz739OTphmzlxP7JxEMWBpewilA==} + '@vue/reactivity@3.4.34': + resolution: {integrity: sha512-ua+Lo+wBRlBEX9TtgPOShE2JwIO7p6BTZ7t1KZVPoaBRfqbC7N3c8Mpzicx173fXxx5VXeU6ykiHo7WgLzJQDA==} - '@vue/runtime-core@3.4.33': - resolution: {integrity: sha512-6wavthExzT4iAxpe8q37/rDmf44nyOJGISJPxCi9YsQO+8w9v0gLCFLfH5TzD1V1AYrTAdiF4Y1cgUmP68jP6w==} + '@vue/runtime-core@3.4.34': + resolution: {integrity: sha512-PXhkiRPwcPGJ1BnyBZFI96GfInCVskd0HPNIAZn7i3YOmLbtbTZpB7/kDTwC1W7IqdGPkTVC63IS7J2nZs4Ebg==} - '@vue/runtime-dom@3.4.33': - resolution: {integrity: sha512-iHsMCUSFJ+4z432Bn9kZzHX+zOXa6+iw36DaVRmKYZpPt9jW9riF32SxNwB124i61kp9+AZtheQ/mKoJLerAaQ==} + '@vue/runtime-dom@3.4.34': + resolution: {integrity: sha512-dXqIe+RqFAK2Euak4UsvbIupalrhc67OuQKpD7HJ3W2fv8jlqvI7szfBCsAEcE8o/wyNpkloxB6J8viuF/E3gw==} - '@vue/server-renderer@3.4.33': - resolution: {integrity: sha512-jTH0d6gQcaYideFP/k0WdEu8PpRS9MF8d0b6SfZzNi+ap972pZ0TNIeTaESwdOtdY0XPVj54XEJ6K0wXxir4fw==} + '@vue/server-renderer@3.4.34': + resolution: {integrity: sha512-GeyEUfMVRZMD/mZcNONEqg7MiU10QQ1DB3O/Qr6+8uXpbwdlmVgQ5Qs1/ZUAFX1X2UUtqMoGrDRbxdWfOJFT7Q==} peerDependencies: - vue: 3.4.33 + vue: 3.4.34 - '@vue/shared@3.4.33': - resolution: {integrity: sha512-aoRY0jQk3A/cuvdkodTrM4NMfxco8n55eG4H7ML/CRy7OryHfiqvug4xrCBBMbbN+dvXAetDDwZW9DXWWjBntA==} + '@vue/shared@3.4.34': + resolution: {integrity: sha512-x5LmiRLpRsd9KTjAB8MPKf0CDPMcuItjP0gbNqFCIgL1I8iYp4zglhj9w9FPCdIbHG2M91RVeIbArFfFTz9I3A==} '@vueuse/core@10.11.0': resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==} @@ -3210,8 +3196,8 @@ packages: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} - knip@5.26.0: - resolution: {integrity: sha512-vOp+Wk86aqlPwElrUpxXyg6Q8w+j0j6wuzyu5p6k/mBWUI8iP91PCAz1Jzz9PGq5JYdptV7rFBYB9vHr7AFgqg==} + knip@5.27.0: + resolution: {integrity: sha512-W8+jhO7i5pXRUqOzhJGm2DT5/d9aQjyrYTCSojqJxFOvi7ku/nHKzpBO3WNf4eflJo0t3zitmUkM69g53qoZQw==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -3490,8 +3476,8 @@ packages: nwsapi@2.2.12: resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} - nx@19.5.1: - resolution: {integrity: sha512-aKctNLiK2hXl2536/qwnAqvSzNlIGwJdTBl2ajOnSyNrGWuLDMllTNTdp0/lU0QBJ2NSod3JbBQFV7cc9ILs4w==} + nx@19.5.3: + resolution: {integrity: sha512-ZUrnRwPdRWXeo8IuLj16Oo9IfiDjd8C6xKWC4F6wcTNZ9ZS7ZErrfqaQr04zdO89ASF9brbkqm0UkMyDPc6kPQ==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -3885,14 +3871,14 @@ packages: engines: {node: '>=10'} hasBin: true - seroval-plugins@1.0.7: - resolution: {integrity: sha512-GO7TkWvodGp6buMEX9p7tNyIkbwlyuAWbI6G9Ec5bhcm7mQdu3JOK1IXbEUwb3FVzSc363GraG/wLW23NSavIw==} + seroval-plugins@1.1.0: + resolution: {integrity: sha512-KtcJg590L3X3dd7ixs6am4UGVcV69TyjYhHtanIdQJq4dy2OceWXmmvWrYx7oFDNe+LNdxdWd0I5BQXuV5fBhA==} engines: {node: '>=10'} peerDependencies: seroval: ^1.0 - seroval@1.0.7: - resolution: {integrity: sha512-n6ZMQX5q0Vn19Zq7CIKNIo7E75gPkGCFUEqDpa8jgwpYr/vScjqnQ6H09t1uIiZ0ZSK0ypEGvrYK2bhBGWsGdw==} + seroval@1.1.0: + resolution: {integrity: sha512-74Wpe+hhPx4V8NFe00I2Fu9gTJopKoH5vE7nCqFzVgKOXV8AnN23T58K79QLYQotzGpH93UZ+UN2Y11j9huZJg==} engines: {node: '>=10'} set-function-length@1.2.2: @@ -3988,8 +3974,8 @@ packages: resolution: {integrity: sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==} engines: {node: '>= 18', pnpm: '>= 8'} - solid-js@1.8.18: - resolution: {integrity: sha512-cpkxDPvO/AuKBugVv6xKFd1C9VC0XZMu4VtF56IlHoux8HgyW44uqNSWbozMnVcpIzHIhS3vVXPAVZYM26jpWw==} + solid-js@1.8.19: + resolution: {integrity: sha512-h8z/TvTQYsf894LM9Iau/ZW2iAKrCzAWDwjPhMcXnonmW1OIIihc28wp82b1wwei1p81fH5+gnfNOe8RzLbDRQ==} solid-refresh@0.6.3: resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==} @@ -4390,8 +4376,8 @@ packages: vite: optional: true - vite@5.3.4: - resolution: {integrity: sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==} + vite@5.3.5: + resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -4474,14 +4460,14 @@ packages: peerDependencies: typescript: '*' - vue-tsc@2.0.28: - resolution: {integrity: sha512-PQ/OFDM3NtQVMThaVlQf8plyL0j7UGdak4lb1KkUOSL0uyx/F9Liu6aOclgHiMMBKNGIjJWoiFh3HjIdV6DS/Q==} + vue-tsc@2.0.29: + resolution: {integrity: sha512-MHhsfyxO3mYShZCGYNziSbc63x7cQ5g9kvijV7dRe1TTXBRLxXyL0FnXWpUF1xII2mJ86mwYpYsUmMwkmerq7Q==} hasBin: true peerDependencies: typescript: '>=5.0.0' - vue@3.4.33: - resolution: {integrity: sha512-VdMCWQOummbhctl4QFMcW6eNtXHsFyDlX60O/tsSQuCcuDOnJ1qPOhhVla65Niece7xq/P2zyZReIO5mP+LGTQ==} + vue@3.4.34: + resolution: {integrity: sha512-VZze05HWlA3ItreQ/ka7Sx7PoD0/3St8FEiSlSTVgb6l4hL+RjtP2/8g5WQBzZgyf8WG2f+g1bXzC7zggLhAJA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5039,43 +5025,43 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - '@nrwl/tao@19.5.1': + '@nrwl/tao@19.5.3': dependencies: - nx: 19.5.1 + nx: 19.5.3 tslib: 2.6.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/nx-darwin-arm64@19.5.1': + '@nx/nx-darwin-arm64@19.5.3': optional: true - '@nx/nx-darwin-x64@19.5.1': + '@nx/nx-darwin-x64@19.5.3': optional: true - '@nx/nx-freebsd-x64@19.5.1': + '@nx/nx-freebsd-x64@19.5.3': optional: true - '@nx/nx-linux-arm-gnueabihf@19.5.1': + '@nx/nx-linux-arm-gnueabihf@19.5.3': optional: true - '@nx/nx-linux-arm64-gnu@19.5.1': + '@nx/nx-linux-arm64-gnu@19.5.3': optional: true - '@nx/nx-linux-arm64-musl@19.5.1': + '@nx/nx-linux-arm64-musl@19.5.3': optional: true - '@nx/nx-linux-x64-gnu@19.5.1': + '@nx/nx-linux-x64-gnu@19.5.3': optional: true - '@nx/nx-linux-x64-musl@19.5.1': + '@nx/nx-linux-x64-musl@19.5.3': optional: true - '@nx/nx-win32-arm64-msvc@19.5.1': + '@nx/nx-win32-arm64-msvc@19.5.3': optional: true - '@nx/nx-win32-x64-msvc@19.5.1': + '@nx/nx-win32-x64-msvc@19.5.3': optional: true '@open-wc/dedupe-mixin@1.4.0': {} @@ -5231,30 +5217,30 @@ snapshots: transitivePeerDependencies: - typescript - '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)))(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17))': + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)))(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17))': dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) debug: 4.3.5 svelte: 4.2.18 - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17))': + '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)))(svelte@4.2.18)(vite@5.3.4(@types/node@18.19.17)) + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)))(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.17)) debug: 4.3.5 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.10 svelte: 4.2.18 svelte-hmr: 0.16.0(svelte@4.2.18) - vite: 5.3.4(@types/node@18.19.17) - vitefu: 0.2.5(vite@5.3.4(@types/node@18.19.17)) + vite: 5.3.5(@types/node@18.19.17) + vitefu: 0.2.5(vite@5.3.5(@types/node@18.19.17)) transitivePeerDependencies: - supports-color - '@tanstack/config@0.9.6(@types/node@18.19.17)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.4(@types/node@18.19.17))': + '@tanstack/config@0.9.6(@types/node@18.19.17)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.17))': dependencies: '@commitlint/parse': 19.0.3 '@eslint/js': 8.57.0 @@ -5273,9 +5259,9 @@ snapshots: simple-git: 3.25.0 typescript-eslint: 7.16.0(eslint@8.57.0)(typescript@5.2.2) v8flags: 4.0.1 - vite-plugin-dts: 3.9.1(@types/node@18.19.17)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.4(@types/node@18.19.17)) - vite-plugin-externalize-deps: 0.8.0(vite@5.3.4(@types/node@18.19.17)) - vite-tsconfig-paths: 4.3.2(typescript@5.2.2)(vite@5.3.4(@types/node@18.19.17)) + vite-plugin-dts: 3.9.1(@types/node@18.19.17)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.17)) + vite-plugin-externalize-deps: 0.8.0(vite@5.3.5(@types/node@18.19.17)) + vite-tsconfig-paths: 4.3.2(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.17)) transitivePeerDependencies: - '@types/node' - esbuild @@ -5289,11 +5275,11 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.51.9': {} + '@tanstack/query-core@5.51.15': {} - '@tanstack/react-query@5.51.11(react@18.3.1)': + '@tanstack/react-query@5.51.15(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.51.9 + '@tanstack/query-core': 5.51.15 react: 18.3.1 '@tanstack/react-table@8.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -5302,9 +5288,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/svelte-query@5.51.11(svelte@4.2.18)': + '@tanstack/svelte-query@5.51.15(svelte@4.2.18)': dependencies: - '@tanstack/query-core': 5.51.9 + '@tanstack/query-core': 5.51.15 svelte: 4.2.18 '@tanstack/svelte-table@8.19.3(svelte@4.2.18)': @@ -5314,18 +5300,18 @@ snapshots: '@tanstack/table-core@8.19.3': {} - '@tanstack/vue-query@5.51.9(vue@3.4.33(typescript@5.2.2))': + '@tanstack/vue-query@5.51.15(vue@3.4.34(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.15.1 - '@tanstack/query-core': 5.51.9 + '@tanstack/query-core': 5.51.15 '@vue/devtools-api': 6.5.1 - vue: 3.4.33(typescript@5.2.2) - vue-demi: 0.14.8(vue@3.4.33(typescript@5.2.2)) + vue: 3.4.34(typescript@5.2.2) + vue-demi: 0.14.8(vue@3.4.34(typescript@5.2.2)) - '@tanstack/vue-table@8.19.3(vue@3.4.33(typescript@5.2.2))': + '@tanstack/vue-table@8.19.3(vue@3.4.34(typescript@5.2.2))': dependencies: '@tanstack/table-core': 8.19.3 - vue: 3.4.33(typescript@5.2.2) + vue: 3.4.34(typescript@5.2.2) '@testing-library/dom@9.3.4': dependencies: @@ -5338,7 +5324,7 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/jest-dom@6.4.7(vitest@1.6.0(@types/node@18.19.17)(jsdom@24.1.1))': + '@testing-library/jest-dom@6.4.8': dependencies: '@adobe/css-tools': 4.4.0 '@babel/runtime': 7.23.5 @@ -5348,8 +5334,6 @@ snapshots: dom-accessibility-api: 0.6.3 lodash: 4.17.21 redent: 3.0.0 - optionalDependencies: - vitest: 1.6.0(@types/node@18.19.17)(jsdom@24.1.1) '@testing-library/react@16.0.0(@testing-library/dom@9.3.4)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -5622,26 +5606,26 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react@4.3.1(vite@5.3.4(@types/node@18.19.17))': + '@vitejs/plugin-react@4.3.1(vite@5.3.5(@types/node@18.19.17))': dependencies: '@babel/core': 7.24.7 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.2.2))': + '@vitejs/plugin-vue@5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.2.2))': dependencies: - vite: 5.3.4(@types/node@18.19.17) - vue: 3.4.33(typescript@5.2.2) + vite: 5.3.5(@types/node@18.19.17) + vue: 3.4.34(typescript@5.2.2) - '@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@18.19.17))(vue@3.4.33(typescript@5.4.2))': + '@vitejs/plugin-vue@5.1.1(vite@5.3.5(@types/node@18.19.17))(vue@3.4.34(typescript@5.4.2))': dependencies: - vite: 5.3.4(@types/node@18.19.17) - vue: 3.4.33(typescript@5.4.2) + vite: 5.3.5(@types/node@18.19.17) + vue: 3.4.34(typescript@5.4.2) '@vitest/expect@1.6.0': dependencies: @@ -5697,35 +5681,40 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue/compiler-core@3.4.33': + '@vue/compiler-core@3.4.34': dependencies: '@babel/parser': 7.24.7 - '@vue/shared': 3.4.33 + '@vue/shared': 3.4.34 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.33': + '@vue/compiler-dom@3.4.34': dependencies: - '@vue/compiler-core': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/compiler-core': 3.4.34 + '@vue/shared': 3.4.34 - '@vue/compiler-sfc@3.4.33': + '@vue/compiler-sfc@3.4.34': dependencies: '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.4.33 - '@vue/compiler-dom': 3.4.33 - '@vue/compiler-ssr': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/compiler-core': 3.4.34 + '@vue/compiler-dom': 3.4.34 + '@vue/compiler-ssr': 3.4.34 + '@vue/shared': 3.4.34 estree-walker: 2.0.2 magic-string: 0.30.10 postcss: 8.4.39 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.33': + '@vue/compiler-ssr@3.4.34': dependencies: - '@vue/compiler-dom': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/compiler-dom': 3.4.34 + '@vue/shared': 3.4.34 + + '@vue/compiler-vue2@2.7.16': + dependencies: + de-indent: 1.0.2 + he: 1.2.0 '@vue/devtools-api@6.5.1': {} @@ -5733,8 +5722,8 @@ snapshots: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/compiler-dom': 3.4.34 + '@vue/shared': 3.4.34 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.3.1 @@ -5743,64 +5732,64 @@ snapshots: optionalDependencies: typescript: 5.2.2 - '@vue/language-core@2.0.28(typescript@5.2.2)': + '@vue/language-core@2.0.29(typescript@5.2.2)': dependencies: '@volar/language-core': 2.4.0-alpha.18 - '@vue/compiler-dom': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/compiler-dom': 3.4.34 + '@vue/compiler-vue2': 2.7.16 + '@vue/shared': 3.4.34 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 path-browserify: 1.0.1 - vue-template-compiler: 2.7.15 optionalDependencies: typescript: 5.2.2 - '@vue/reactivity@3.4.33': + '@vue/reactivity@3.4.34': dependencies: - '@vue/shared': 3.4.33 + '@vue/shared': 3.4.34 - '@vue/runtime-core@3.4.33': + '@vue/runtime-core@3.4.34': dependencies: - '@vue/reactivity': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/reactivity': 3.4.34 + '@vue/shared': 3.4.34 - '@vue/runtime-dom@3.4.33': + '@vue/runtime-dom@3.4.34': dependencies: - '@vue/reactivity': 3.4.33 - '@vue/runtime-core': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/reactivity': 3.4.34 + '@vue/runtime-core': 3.4.34 + '@vue/shared': 3.4.34 csstype: 3.1.3 - '@vue/server-renderer@3.4.33(vue@3.4.33(typescript@5.2.2))': + '@vue/server-renderer@3.4.34(vue@3.4.34(typescript@5.2.2))': dependencies: - '@vue/compiler-ssr': 3.4.33 - '@vue/shared': 3.4.33 - vue: 3.4.33(typescript@5.2.2) + '@vue/compiler-ssr': 3.4.34 + '@vue/shared': 3.4.34 + vue: 3.4.34(typescript@5.2.2) - '@vue/server-renderer@3.4.33(vue@3.4.33(typescript@5.4.2))': + '@vue/server-renderer@3.4.34(vue@3.4.34(typescript@5.4.2))': dependencies: - '@vue/compiler-ssr': 3.4.33 - '@vue/shared': 3.4.33 - vue: 3.4.33(typescript@5.4.2) + '@vue/compiler-ssr': 3.4.34 + '@vue/shared': 3.4.34 + vue: 3.4.34(typescript@5.4.2) - '@vue/shared@3.4.33': {} + '@vue/shared@3.4.34': {} - '@vueuse/core@10.11.0(vue@3.4.33(typescript@5.2.2))': + '@vueuse/core@10.11.0(vue@3.4.34(typescript@5.2.2))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.0 - '@vueuse/shared': 10.11.0(vue@3.4.33(typescript@5.2.2)) - vue-demi: 0.14.8(vue@3.4.33(typescript@5.2.2)) + '@vueuse/shared': 10.11.0(vue@3.4.34(typescript@5.2.2)) + vue-demi: 0.14.8(vue@3.4.34(typescript@5.2.2)) transitivePeerDependencies: - '@vue/composition-api' - vue '@vueuse/metadata@10.11.0': {} - '@vueuse/shared@10.11.0(vue@3.4.33(typescript@5.2.2))': + '@vueuse/shared@10.11.0(vue@3.4.34(typescript@5.2.2))': dependencies: - vue-demi: 0.14.8(vue@3.4.33(typescript@5.2.2)) + vue-demi: 0.14.8(vue@3.4.34(typescript@5.2.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -7213,7 +7202,7 @@ snapshots: kleur@4.1.5: {} - knip@5.26.0(@types/node@18.19.17)(typescript@5.2.2): + knip@5.27.0(@types/node@18.19.17)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 @@ -7517,10 +7506,10 @@ snapshots: nwsapi@2.2.12: {} - nx@19.5.1: + nx@19.5.3: dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.5.1 + '@nrwl/tao': 19.5.3 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -7555,16 +7544,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.5.1 - '@nx/nx-darwin-x64': 19.5.1 - '@nx/nx-freebsd-x64': 19.5.1 - '@nx/nx-linux-arm-gnueabihf': 19.5.1 - '@nx/nx-linux-arm64-gnu': 19.5.1 - '@nx/nx-linux-arm64-musl': 19.5.1 - '@nx/nx-linux-x64-gnu': 19.5.1 - '@nx/nx-linux-x64-musl': 19.5.1 - '@nx/nx-win32-arm64-msvc': 19.5.1 - '@nx/nx-win32-x64-msvc': 19.5.1 + '@nx/nx-darwin-arm64': 19.5.3 + '@nx/nx-darwin-x64': 19.5.3 + '@nx/nx-freebsd-x64': 19.5.3 + '@nx/nx-linux-arm-gnueabihf': 19.5.3 + '@nx/nx-linux-arm64-gnu': 19.5.3 + '@nx/nx-linux-arm64-musl': 19.5.3 + '@nx/nx-linux-x64-gnu': 19.5.3 + '@nx/nx-linux-x64-musl': 19.5.3 + '@nx/nx-win32-arm64-msvc': 19.5.3 + '@nx/nx-win32-x64-msvc': 19.5.3 transitivePeerDependencies: - debug @@ -7955,11 +7944,11 @@ snapshots: semver@7.6.2: {} - seroval-plugins@1.0.7(seroval@1.0.7): + seroval-plugins@1.1.0(seroval@1.1.0): dependencies: - seroval: 1.0.7 + seroval: 1.1.0 - seroval@1.0.7: {} + seroval@1.1.0: {} set-function-length@1.2.2: dependencies: @@ -8050,18 +8039,18 @@ snapshots: smol-toml@1.1.4: {} - solid-js@1.8.18: + solid-js@1.8.19: dependencies: csstype: 3.1.3 - seroval: 1.0.7 - seroval-plugins: 1.0.7(seroval@1.0.7) + seroval: 1.1.0 + seroval-plugins: 1.1.0(seroval@1.1.0) - solid-refresh@0.6.3(solid-js@1.8.18): + solid-refresh@0.6.3(solid-js@1.8.19): dependencies: '@babel/generator': 7.24.7 '@babel/helper-module-imports': 7.24.7 '@babel/types': 7.24.7 - solid-js: 1.8.18 + solid-js: 1.8.19 transitivePeerDependencies: - supports-color @@ -8363,7 +8352,7 @@ snapshots: debug: 4.3.5 pathe: 1.1.1 picocolors: 1.0.1 - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) transitivePeerDependencies: - '@types/node' - less @@ -8374,7 +8363,7 @@ snapshots: - supports-color - terser - vite-plugin-dts@3.9.1(@types/node@18.19.17)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.4(@types/node@18.19.17)): + vite-plugin-dts@3.9.1(@types/node@18.19.17)(rollup@4.18.0)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.17)): dependencies: '@microsoft/api-extractor': 7.43.0(@types/node@18.19.17) '@rollup/pluginutils': 5.1.0(rollup@4.18.0) @@ -8385,43 +8374,43 @@ snapshots: typescript: 5.2.2 vue-tsc: 1.8.27(typescript@5.2.2) optionalDependencies: - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-externalize-deps@0.8.0(vite@5.3.4(@types/node@18.19.17)): + vite-plugin-externalize-deps@0.8.0(vite@5.3.5(@types/node@18.19.17)): dependencies: - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) - vite-plugin-solid@2.10.2(@testing-library/jest-dom@6.4.7(vitest@1.6.0(@types/node@18.19.17)(jsdom@24.1.1)))(solid-js@1.8.18)(vite@5.3.4(@types/node@18.19.17)): + vite-plugin-solid@2.10.2(@testing-library/jest-dom@6.4.8)(solid-js@1.8.19)(vite@5.3.5(@types/node@18.19.17)): dependencies: '@babel/core': 7.24.7 '@types/babel__core': 7.20.5 babel-preset-solid: 1.8.15(@babel/core@7.24.7) merge-anything: 5.1.7 - solid-js: 1.8.18 - solid-refresh: 0.6.3(solid-js@1.8.18) - vite: 5.3.4(@types/node@18.19.17) - vitefu: 0.2.5(vite@5.3.4(@types/node@18.19.17)) + solid-js: 1.8.19 + solid-refresh: 0.6.3(solid-js@1.8.19) + vite: 5.3.5(@types/node@18.19.17) + vitefu: 0.2.5(vite@5.3.5(@types/node@18.19.17)) optionalDependencies: - '@testing-library/jest-dom': 6.4.7(vitest@1.6.0(@types/node@18.19.17)(jsdom@24.1.1)) + '@testing-library/jest-dom': 6.4.8 transitivePeerDependencies: - supports-color - vite-tsconfig-paths@4.3.2(typescript@5.2.2)(vite@5.3.4(@types/node@18.19.17)): + vite-tsconfig-paths@4.3.2(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.17)): dependencies: debug: 4.3.5 globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.2.2) optionalDependencies: - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) transitivePeerDependencies: - supports-color - typescript - vite@5.3.4(@types/node@18.19.17): + vite@5.3.5(@types/node@18.19.17): dependencies: esbuild: 0.21.5 postcss: 8.4.39 @@ -8430,9 +8419,9 @@ snapshots: '@types/node': 18.19.17 fsevents: 2.3.3 - vitefu@0.2.5(vite@5.3.4(@types/node@18.19.17)): + vitefu@0.2.5(vite@5.3.5(@types/node@18.19.17)): optionalDependencies: - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) vitest@1.6.0(@types/node@18.19.17)(jsdom@24.1.1): dependencies: @@ -8453,7 +8442,7 @@ snapshots: strip-literal: 2.0.0 tinybench: 2.5.1 tinypool: 0.8.4 - vite: 5.3.4(@types/node@18.19.17) + vite: 5.3.5(@types/node@18.19.17) vite-node: 1.6.0(@types/node@18.19.17) why-is-node-running: 2.2.2 optionalDependencies: @@ -8470,9 +8459,9 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.8(vue@3.4.33(typescript@5.2.2)): + vue-demi@0.14.8(vue@3.4.34(typescript@5.2.2)): dependencies: - vue: 3.4.33(typescript@5.2.2) + vue: 3.4.34(typescript@5.2.2) vue-template-compiler@2.7.15: dependencies: @@ -8486,30 +8475,30 @@ snapshots: semver: 7.6.2 typescript: 5.2.2 - vue-tsc@2.0.28(typescript@5.2.2): + vue-tsc@2.0.29(typescript@5.2.2): dependencies: '@volar/typescript': 2.4.0-alpha.18 - '@vue/language-core': 2.0.28(typescript@5.2.2) + '@vue/language-core': 2.0.29(typescript@5.2.2) semver: 7.6.2 typescript: 5.2.2 - vue@3.4.33(typescript@5.2.2): + vue@3.4.34(typescript@5.2.2): dependencies: - '@vue/compiler-dom': 3.4.33 - '@vue/compiler-sfc': 3.4.33 - '@vue/runtime-dom': 3.4.33 - '@vue/server-renderer': 3.4.33(vue@3.4.33(typescript@5.2.2)) - '@vue/shared': 3.4.33 + '@vue/compiler-dom': 3.4.34 + '@vue/compiler-sfc': 3.4.34 + '@vue/runtime-dom': 3.4.34 + '@vue/server-renderer': 3.4.34(vue@3.4.34(typescript@5.2.2)) + '@vue/shared': 3.4.34 optionalDependencies: typescript: 5.2.2 - vue@3.4.33(typescript@5.4.2): + vue@3.4.34(typescript@5.4.2): dependencies: - '@vue/compiler-dom': 3.4.33 - '@vue/compiler-sfc': 3.4.33 - '@vue/runtime-dom': 3.4.33 - '@vue/server-renderer': 3.4.33(vue@3.4.33(typescript@5.4.2)) - '@vue/shared': 3.4.33 + '@vue/compiler-dom': 3.4.34 + '@vue/compiler-sfc': 3.4.34 + '@vue/runtime-dom': 3.4.34 + '@vue/server-renderer': 3.4.34(vue@3.4.34(typescript@5.4.2)) + '@vue/shared': 3.4.34 optionalDependencies: typescript: 5.4.2