Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 1, 2023
1 parent f21d277 commit f8be578
Show file tree
Hide file tree
Showing 47 changed files with 11,505 additions and 35,421 deletions.
2 changes: 1 addition & 1 deletion examples/react/dynamic/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@faker-js/faker": "7.6.0",
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/react-virtual": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/package.json
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/react-virtual": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/react-virtual": "3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.39.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/padding/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-virtual": "3.0.0-beta.68"
"@tanstack/react-virtual": "3.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/scroll-padding/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@react-hookz/web": "^14.2.2",
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/react-virtual": "3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/smooth-scroll/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-virtual": "3.0.0-beta.68"
"@tanstack/react-virtual": "3.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sticky/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.1.0",
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/react-virtual": "3.0.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/table/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "7.6.0",
"@tanstack/react-table": "^8.7.9",
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/react-virtual": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/variable/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-virtual": "3.0.0-beta.68"
"@tanstack/react-virtual": "3.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/window/package.json
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/react-virtual": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/dynamic/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/svelte-virtual": "^3.0.0-beta.69"
"@tanstack/svelte-virtual": "^3.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/fixed/package.json
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-virtual": "^3.0.0-beta.69"
"@tanstack/svelte-virtual": "^3.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/infinite-scroll/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.8.2",
"@tanstack/svelte-virtual": "^3.0.0-beta.69"
"@tanstack/svelte-virtual": "^3.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/smooth-scroll/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.1.0",
"@tanstack/svelte-virtual": "^3.0.0-beta.69",
"@tanstack/svelte-virtual": "^3.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/sticky/package.json
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-virtual": "^3.0.0-beta.69"
"@tanstack/svelte-virtual": "^3.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/table/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/svelte-table": "^8.10.7",
"@tanstack/svelte-virtual": "^3.0.0-beta.69"
"@tanstack/svelte-virtual": "^3.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dynamic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/dynamic/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/fixed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/fixed/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/infinite-scroll/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/infinite-scroll/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^4.37.0",
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/padding/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/padding/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/scroll-padding/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/scroll-padding/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"@vueuse/core": "^10.5.0",
"vue": "^3.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/smooth-scroll/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/smooth-scroll/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/sticky/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/sticky/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"lodash": "^4.17.21",
"vue": "^3.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/table/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/vue-table": "^8.10.7",
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/variable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue/variable/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.0.0-beta.65",
"@tanstack/vue-virtual": "^3.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit f8be578

Please sign in to comment.