virtua 0.46.4 → 0.46.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/solid/index.cjs +1 -1
- package/lib/solid/index.cjs.map +1 -1
- package/lib/solid/index.js +1 -1
- package/lib/solid/index.js.map +1 -1
- package/lib/solid/index.jsx +3 -3
- package/lib/solid/index.jsx.map +1 -1
- package/lib/svelte/ListItem.svelte +2 -2
- package/lib/svelte/Virtualizer.svelte +1 -1
- package/lib/svelte/WindowVirtualizer.svelte +1 -1
- package/lib/vue/index.cjs +1 -1
- package/lib/vue/index.cjs.map +1 -1
- package/lib/vue/index.js +1 -1
- package/lib/vue/index.js.map +1 -1
- package/package.json +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "virtua",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.6",
|
|
4
4
|
"description": "A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte.",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
82
82
|
"@size-limit/preset-small-lib": "^11.2.0",
|
|
83
83
|
"@solidjs/testing-library": "^0.8.10",
|
|
84
|
-
"@storybook/addon-docs": "^
|
|
85
|
-
"@storybook/addon-vitest": "^
|
|
86
|
-
"@storybook/react-vite": "^
|
|
87
|
-
"@storybook/svelte-vite": "^
|
|
88
|
-
"@storybook/vue3-vite": "^
|
|
84
|
+
"@storybook/addon-docs": "^10.0.0",
|
|
85
|
+
"@storybook/addon-vitest": "^10.0.0",
|
|
86
|
+
"@storybook/react-vite": "^10.0.0",
|
|
87
|
+
"@storybook/svelte-vite": "^10.0.0",
|
|
88
|
+
"@storybook/vue3-vite": "^10.0.0",
|
|
89
89
|
"@sveltejs/vite-plugin-svelte": "^6.0.0",
|
|
90
90
|
"@tanstack/react-virtual": "^3.13.12",
|
|
91
91
|
"@testing-library/dom": "^10.4.0",
|
|
@@ -98,15 +98,16 @@
|
|
|
98
98
|
"@vitejs/plugin-react": "^5.0.4",
|
|
99
99
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
100
100
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
101
|
-
"@vitest/browser": "
|
|
102
|
-
"@vitest/
|
|
101
|
+
"@vitest/browser": "^4.0.0",
|
|
102
|
+
"@vitest/browser-playwright": "^4.0.4",
|
|
103
|
+
"@vitest/coverage-v8": "^4.0.0",
|
|
103
104
|
"babel-preset-solid": "^1.9.9",
|
|
104
105
|
"cmdk": "^1.1.1",
|
|
105
|
-
"eslint": "^9.
|
|
106
|
+
"eslint": "^9.38.0",
|
|
106
107
|
"eslint-import-resolver-typescript": "^4.3.5",
|
|
107
108
|
"eslint-plugin-import": "^2.31.0",
|
|
108
109
|
"eslint-plugin-react": "^7.37.5",
|
|
109
|
-
"eslint-plugin-react-hooks": "
|
|
110
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
110
111
|
"eslint-plugin-solid": "^0.14.5",
|
|
111
112
|
"eslint-plugin-vue": "^10.4.0",
|
|
112
113
|
"jsdom": "^27.0.0",
|
|
@@ -118,27 +119,27 @@
|
|
|
118
119
|
"react-merge-refs": "^3.0.2",
|
|
119
120
|
"react-virtualized": "^9.22.6",
|
|
120
121
|
"react-virtuoso": "^4.14.1",
|
|
121
|
-
"react-window": "^2.2.
|
|
122
|
+
"react-window": "^2.2.2",
|
|
122
123
|
"rimraf": "^6.0.1",
|
|
123
|
-
"rollup": "^4.
|
|
124
|
+
"rollup": "^4.52.5",
|
|
124
125
|
"rollup-plugin-banner2": "^1.3.1",
|
|
125
126
|
"rollup-plugin-copy": "^3.5.0",
|
|
126
127
|
"size-limit": "^11.2.0",
|
|
127
128
|
"solid-js": "^1.9.9",
|
|
128
|
-
"storybook": "^
|
|
129
|
-
"storybook-solidjs-vite": "^
|
|
129
|
+
"storybook": "^10.0.0",
|
|
130
|
+
"storybook-solidjs-vite": "^10.0.2",
|
|
130
131
|
"svelte": "^5.38.9",
|
|
131
132
|
"svelte-check": "^4.3.1",
|
|
132
133
|
"typedoc": "^0.28.4",
|
|
133
134
|
"typedoc-plugin-markdown": "^4.6.3",
|
|
134
135
|
"typedoc-plugin-vue": "^1.5.0",
|
|
135
136
|
"typescript": "^5.9.0",
|
|
136
|
-
"typescript-eslint": "^8.
|
|
137
|
+
"typescript-eslint": "^8.46.2",
|
|
137
138
|
"unplugin-vue-jsx": "^0.8.0",
|
|
138
|
-
"virtua": "^0.46.
|
|
139
|
+
"virtua": "^0.46.4",
|
|
139
140
|
"vite": "^7.1.9",
|
|
140
141
|
"vite-plugin-solid": "^2.11.9",
|
|
141
|
-
"vitest": "^
|
|
142
|
+
"vitest": "^4.0.0",
|
|
142
143
|
"vue": "^3.4.34",
|
|
143
144
|
"vue-eslint-parser": "^10.2.0"
|
|
144
145
|
},
|