virtua 0.41.2 → 0.41.4
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/README.md +2 -1
- package/lib/core/index.js +1 -1
- package/lib/core/index.js.map +1 -1
- package/lib/core/index.mjs +1 -1
- package/lib/core/index.mjs.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/react/VGrid.d.ts +5 -1
- package/lib/react/Virtualizer.d.ts +3 -1
- package/lib/react/useMergeRefs.d.ts +1 -0
- package/lib/solid/index.js +1 -1
- package/lib/solid/index.js.map +1 -1
- package/lib/solid/index.jsx +2 -3
- package/lib/solid/index.jsx.map +1 -1
- package/lib/solid/index.mjs +1 -1
- package/lib/solid/index.mjs.map +1 -1
- package/lib/svelte/VList.svelte.d.ts +1 -3
- package/lib/svelte/Virtualizer.svelte.d.ts +1 -3
- package/lib/svelte/WindowVirtualizer.svelte.d.ts +1 -3
- package/lib/vue/index.js +1 -1
- package/lib/vue/index.js.map +1 -1
- package/lib/vue/index.mjs +1 -1
- package/lib/vue/index.mjs.map +1 -1
- package/package.json +49 -55
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "virtua",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.4",
|
|
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.js",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
@@ -55,104 +55,98 @@
|
|
|
55
55
|
"e2e": "npx playwright test",
|
|
56
56
|
"typedoc": "typedoc",
|
|
57
57
|
"size": "size-limit",
|
|
58
|
-
"prepublishOnly": "npm run typedoc && rimraf lib && npm run build"
|
|
59
|
-
"deps:patch": "npm-check-updates --target patch -u",
|
|
60
|
-
"deps:minor": "npm-check-updates --target minor -u",
|
|
61
|
-
"deps:latest": "npm-check-updates --target latest -u"
|
|
58
|
+
"prepublishOnly": "npm run typedoc && rimraf lib && npm run build"
|
|
62
59
|
},
|
|
63
60
|
"devDependencies": {
|
|
64
|
-
"@atlaskit/pragmatic-drag-and-drop": "^1.
|
|
61
|
+
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
|
|
65
62
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.0.0",
|
|
66
|
-
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0
|
|
67
|
-
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^
|
|
68
|
-
"@babel/plugin-transform-react-pure-annotations": "^7.
|
|
63
|
+
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
64
|
+
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
65
|
+
"@babel/plugin-transform-react-pure-annotations": "^7.27.1",
|
|
69
66
|
"@dnd-kit/core": "^6.3.1",
|
|
70
67
|
"@dnd-kit/sortable": "^10.0.0",
|
|
71
68
|
"@emotion/react": "^11.13.5",
|
|
72
69
|
"@emotion/styled": "^11.13.5",
|
|
73
|
-
"@faker-js/faker": "^9.
|
|
70
|
+
"@faker-js/faker": "^9.8.0",
|
|
74
71
|
"@formkit/auto-animate": "^0.8.2",
|
|
75
|
-
"@mui/material": "^
|
|
72
|
+
"@mui/material": "^7.1.0",
|
|
76
73
|
"@playwright/test": "^1.50.1",
|
|
77
74
|
"@radix-ui/colors": "^3.0.0",
|
|
78
75
|
"@radix-ui/react-icons": "^1.3.2",
|
|
79
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
80
|
-
"@radix-ui/react-select": "^2.
|
|
76
|
+
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
77
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
81
78
|
"@rollup/plugin-babel": "^6.0.4",
|
|
82
79
|
"@rollup/plugin-terser": "^0.4.4",
|
|
83
80
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
84
|
-
"@size-limit/preset-small-lib": "^11.
|
|
85
|
-
"@storybook/addon-storysource": "^8.6.
|
|
86
|
-
"@storybook/docs-tools": "^8.6.
|
|
87
|
-
"@storybook/react": "^8.6.
|
|
88
|
-
"@storybook/react-vite": "^8.6.
|
|
89
|
-
"@storybook/source-loader": "^8.6.
|
|
90
|
-
"@storybook/svelte": "^8.6.
|
|
91
|
-
"@storybook/svelte-vite": "^8.6.
|
|
81
|
+
"@size-limit/preset-small-lib": "^11.2.0",
|
|
82
|
+
"@storybook/addon-storysource": "^8.6.14",
|
|
83
|
+
"@storybook/docs-tools": "^8.6.14",
|
|
84
|
+
"@storybook/react": "^8.6.14",
|
|
85
|
+
"@storybook/react-vite": "^8.6.14",
|
|
86
|
+
"@storybook/source-loader": "^8.6.14",
|
|
87
|
+
"@storybook/svelte": "^8.6.14",
|
|
88
|
+
"@storybook/svelte-vite": "^8.6.14",
|
|
92
89
|
"@storybook/test-runner": "^0.22.0",
|
|
93
|
-
"@storybook/vue3": "^8.6.
|
|
94
|
-
"@storybook/vue3-vite": "^8.6.
|
|
90
|
+
"@storybook/vue3": "^8.6.14",
|
|
91
|
+
"@storybook/vue3-vite": "^8.6.14",
|
|
95
92
|
"@sveltejs/vite-plugin-svelte": "^4.0.4",
|
|
96
|
-
"@tanstack/react-virtual": "^3.
|
|
93
|
+
"@tanstack/react-virtual": "^3.13.9",
|
|
97
94
|
"@testing-library/dom": "^10.4.0",
|
|
98
|
-
"@testing-library/react": "^16.
|
|
95
|
+
"@testing-library/react": "^16.3.0",
|
|
99
96
|
"@testing-library/vue": "^8.1.0",
|
|
100
97
|
"@types/jsdom": "^21.1.7",
|
|
101
98
|
"@types/react": "^18.3.18",
|
|
102
99
|
"@types/react-dom": "^18.3.5",
|
|
103
|
-
"@types/react-virtualized": "^9.22.
|
|
100
|
+
"@types/react-virtualized": "^9.22.2",
|
|
104
101
|
"@types/react-window": "^1.8.8",
|
|
105
|
-
"@vitejs/plugin-react": "^4.
|
|
106
|
-
"@vitejs/plugin-vue": "^5.
|
|
107
|
-
"@vitejs/plugin-vue-jsx": "^4.
|
|
108
|
-
"babel-preset-solid": "^1.9.
|
|
109
|
-
"cmdk": "^1.
|
|
102
|
+
"@vitejs/plugin-react": "^4.5.0",
|
|
103
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
104
|
+
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
|
105
|
+
"babel-preset-solid": "^1.9.6",
|
|
106
|
+
"cmdk": "^1.1.1",
|
|
110
107
|
"concurrently": "^9.1.2",
|
|
111
|
-
"eslint": "^9.
|
|
112
|
-
"eslint-import-resolver-typescript": "^3.
|
|
108
|
+
"eslint": "^9.27.0",
|
|
109
|
+
"eslint-import-resolver-typescript": "^4.3.5",
|
|
113
110
|
"eslint-plugin-import": "^2.31.0",
|
|
114
|
-
"eslint-plugin-react": "^7.37.
|
|
115
|
-
"eslint-plugin-react-
|
|
116
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
|
111
|
+
"eslint-plugin-react": "^7.37.5",
|
|
112
|
+
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
|
|
117
113
|
"eslint-plugin-solid": "^0.14.5",
|
|
118
|
-
"eslint-plugin-vue": "^
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"npm-check-updates": "^17.0.6",
|
|
122
|
-
"re-resizable": "^6.10.3",
|
|
114
|
+
"eslint-plugin-vue": "^10.0.0",
|
|
115
|
+
"jsdom": "^26.1.0",
|
|
116
|
+
"re-resizable": "^6.11.2",
|
|
123
117
|
"react": "^18.3.1",
|
|
124
118
|
"react-content-loader": "^7.0.2",
|
|
125
119
|
"react-dom": "^18.3.1",
|
|
126
120
|
"react-is": "^18.3.1",
|
|
127
|
-
"react-merge-refs": "^
|
|
121
|
+
"react-merge-refs": "^3.0.2",
|
|
128
122
|
"react-new-window": "^1.0.1",
|
|
129
123
|
"react-virtualized": "^9.22.6",
|
|
130
|
-
"react-virtuoso": "^4.12.
|
|
124
|
+
"react-virtuoso": "^4.12.7",
|
|
131
125
|
"react-window": "^1.8.11",
|
|
132
126
|
"rimraf": "^6.0.1",
|
|
133
127
|
"rollup": "^4.27.4",
|
|
134
128
|
"rollup-plugin-banner2": "^1.3.1",
|
|
135
|
-
"size-limit": "^11.
|
|
136
|
-
"solid-js": "^1.9.
|
|
137
|
-
"storybook": "^8.6.
|
|
129
|
+
"size-limit": "^11.2.0",
|
|
130
|
+
"solid-js": "^1.9.7",
|
|
131
|
+
"storybook": "^8.6.14",
|
|
138
132
|
"storybook-solidjs": "^1.0.0-beta.6",
|
|
139
133
|
"storybook-solidjs-vite": "^1.0.0-beta.6",
|
|
140
|
-
"svelte": "^5.
|
|
141
|
-
"svelte-check": "^4.
|
|
134
|
+
"svelte": "^5.33.1",
|
|
135
|
+
"svelte-check": "^4.2.1",
|
|
142
136
|
"svelte2tsx": "^0.7.34",
|
|
143
137
|
"typedoc": "^0.28.4",
|
|
144
138
|
"typedoc-plugin-markdown": "^4.6.3",
|
|
145
139
|
"typedoc-plugin-vue": "^1.5.0",
|
|
146
140
|
"typescript": "^5.7.3",
|
|
147
|
-
"typescript-eslint": "^8.
|
|
148
|
-
"unplugin-vue-jsx": "^0.
|
|
149
|
-
"virtua": "^0.
|
|
141
|
+
"typescript-eslint": "^8.32.1",
|
|
142
|
+
"unplugin-vue-jsx": "^0.6.1",
|
|
143
|
+
"virtua": "^0.41.2",
|
|
150
144
|
"vite": "5.1.8",
|
|
151
|
-
"vite-plugin-solid": "^2.11.
|
|
152
|
-
"vitest": "^
|
|
145
|
+
"vite-plugin-solid": "^2.11.6",
|
|
146
|
+
"vitest": "^3.0.0",
|
|
153
147
|
"vue": "^3.4.34",
|
|
154
|
-
"vue-eslint-parser": "^
|
|
155
|
-
"wait-on": "^8.0.
|
|
148
|
+
"vue-eslint-parser": "^10.0.0",
|
|
149
|
+
"wait-on": "^8.0.3"
|
|
156
150
|
},
|
|
157
151
|
"peerDependencies": {
|
|
158
152
|
"react": ">=16.14.0",
|