fix: update @tanstack/react-virtual and @tanstack/virtual-core to version 3.13.23

This commit is contained in:
Marco Pedone 2026-04-13 11:42:30 +02:00
parent 1b89b794a4
commit d600cac8ed
2 changed files with 9 additions and 5 deletions

View file

@ -30,7 +30,7 @@
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.19", "@tanstack/react-query": "^5.90.19",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12", "@tanstack/react-virtual": "^3.13.23",
"@tiptap/core": "^3.22.3", "@tiptap/core": "^3.22.3",
"@tiptap/extension-link": "^3.22.3", "@tiptap/extension-link": "^3.22.3",
"@tiptap/extension-underline": "^3.22.3", "@tiptap/extension-underline": "^3.22.3",
@ -5656,10 +5656,12 @@
} }
}, },
"node_modules/@tanstack/react-virtual": { "node_modules/@tanstack/react-virtual": {
"version": "3.13.18", "version": "3.13.23",
"resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.23.tgz",
"integrity": "sha512-XnMRnHQ23piOVj2bzJqHrRrLg4r+F86fuBcwteKfbIjJrtGxb4z7tIvPVAe4B+4UVwo9G4Giuz5fmapcrnZ0OQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/virtual-core": "3.13.18" "@tanstack/virtual-core": "3.13.23"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
@ -5682,7 +5684,9 @@
} }
}, },
"node_modules/@tanstack/virtual-core": { "node_modules/@tanstack/virtual-core": {
"version": "3.13.18", "version": "3.13.23",
"resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.23.tgz",
"integrity": "sha512-zSz2Z2HNyLjCplANTDyl3BcdQJc2k1+yyFoKhNRmCr7V7dY8o8q5m8uFTI1/Pg1kL+Hgrz6u3Xo6eFUB7l66cg==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",

View file

@ -45,7 +45,7 @@
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.19", "@tanstack/react-query": "^5.90.19",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12", "@tanstack/react-virtual": "^3.13.23",
"@tiptap/core": "^3.22.3", "@tiptap/core": "^3.22.3",
"@tiptap/extension-link": "^3.22.3", "@tiptap/extension-link": "^3.22.3",
"@tiptap/extension-underline": "^3.22.3", "@tiptap/extension-underline": "^3.22.3",