diff --git a/.nvmrc b/.nvmrc index b8e593f52..1d9b7831b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.15.1 +22.12.0 diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index aa9dd8bd4..505add84b 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", - "@tanstack/angular-query-experimental": "5.61.3", + "@tanstack/angular-query-experimental": "5.62.0", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/lit/dynamic/package.json b/examples/lit/dynamic/package.json index 26f95a765..aa3222c89 100644 --- a/examples/lit/dynamic/package.json +++ b/examples/lit/dynamic/package.json @@ -14,7 +14,7 @@ "lit": "^3.2.1" }, "devDependencies": { - "@types/node": "^18.19.3", + "@types/node": "^22.10.1", "typescript": "5.2.2", "vite": "^5.4.11" } diff --git a/examples/lit/fixed/package.json b/examples/lit/fixed/package.json index 8091853b8..d6dd4fb97 100644 --- a/examples/lit/fixed/package.json +++ b/examples/lit/fixed/package.json @@ -14,7 +14,7 @@ "lit": "^3.2.1" }, "devDependencies": { - "@types/node": "^18.19.3", + "@types/node": "^22.10.1", "typescript": "5.2.2", "vite": "^5.4.11" } diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index 4a46fedf1..44677a787 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -14,10 +14,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^18.19.3", + "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "typescript": "5.2.2", "vite": "^5.4.11" } diff --git a/examples/react/fixed/package.json b/examples/react/fixed/package.json index a588011e5..b47b353e8 100644 --- a/examples/react/fixed/package.json +++ b/examples/react/fixed/package.json @@ -13,10 +13,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^18.19.3", + "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "typescript": "5.2.2", "vite": "^5.4.11" } diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 35cb7bfd7..35d36e2f0 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-virtual": "^3.11.0", - "@tanstack/react-query": "^5.61.3", + "@tanstack/react-query": "^5.62.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } } diff --git a/examples/react/padding/package.json b/examples/react/padding/package.json index 7dde5e14a..dd0700175 100644 --- a/examples/react/padding/package.json +++ b/examples/react/padding/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } } diff --git a/examples/react/scroll-padding/package.json b/examples/react/scroll-padding/package.json index f45d4aced..b703cfa7e 100644 --- a/examples/react/scroll-padding/package.json +++ b/examples/react/scroll-padding/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } } diff --git a/examples/react/smooth-scroll/package.json b/examples/react/smooth-scroll/package.json index 15ff97513..73fbe9a51 100644 --- a/examples/react/smooth-scroll/package.json +++ b/examples/react/smooth-scroll/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } } diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index 324535c70..1af51d5bf 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -19,7 +19,7 @@ "@types/lodash": "^4.17.13", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } } diff --git a/examples/react/table/package.json b/examples/react/table/package.json index 4f67eb094..a966e0aec 100644 --- a/examples/react/table/package.json +++ b/examples/react/table/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } } diff --git a/examples/react/variable/package.json b/examples/react/variable/package.json index 0d271a38a..0c05eaa36 100644 --- a/examples/react/variable/package.json +++ b/examples/react/variable/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } } diff --git a/examples/react/window/package.json b/examples/react/window/package.json index 3252da55a..d438d60b6 100644 --- a/examples/react/window/package.json +++ b/examples/react/window/package.json @@ -13,10 +13,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^18.19.3", + "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "typescript": "5.2.2", "vite": "^5.4.11" } diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index b9355a687..f1c524d4b 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.61.3", + "@tanstack/svelte-query": "^5.62.0", "@tanstack/svelte-virtual": "^3.10.9" }, "devDependencies": { diff --git a/examples/vue/dynamic/package.json b/examples/vue/dynamic/package.json index d1dd115fa..db204df56 100644 --- a/examples/vue/dynamic/package.json +++ b/examples/vue/dynamic/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.2.2", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index e423c9af1..79d899b5d 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.2.2", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index 2dbca18dc..4f49858de 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -8,13 +8,13 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.61.3", + "@tanstack/vue-query": "^5.62.0", "@tanstack/vue-virtual": "^3.11.0", "vue": "^3.5.13" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.2.2", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index 40b5b7cb0..5b3ee02a9 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.2.2", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 5115ee201..8f09d0e36 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.2.2", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index 5af7a61aa..cfbb12ada 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.2.2", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/vue/smooth-scroll/src/App.vue b/examples/vue/smooth-scroll/src/App.vue index 13aa99468..400af9d9d 100644 --- a/examples/vue/smooth-scroll/src/App.vue +++ b/examples/vue/smooth-scroll/src/App.vue @@ -12,8 +12,8 @@