virtua 0.30.4 → 0.30.5
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.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/Virtualizer.d.ts +2 -0
- package/lib/react/WindowVirtualizer.d.ts +2 -0
- package/lib/solid/index.js.map +1 -1
- package/lib/solid/index.mjs.map +1 -1
- package/lib/vue/index.js.map +1 -1
- package/lib/vue/index.mjs.map +1 -1
- package/package.json +80 -80
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "virtua",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.5",
|
|
4
4
|
"description": "A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue and Solid.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
@@ -45,86 +45,86 @@
|
|
|
45
45
|
"prepublishOnly": "npm run typedoc && rimraf lib && npm run build"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@atlaskit/pragmatic-drag-and-drop": "1.1.6",
|
|
49
|
-
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "1.0.3",
|
|
50
|
-
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3",
|
|
51
|
-
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "1.1.1",
|
|
52
|
-
"@babel/plugin-transform-react-pure-annotations": "7.23.3",
|
|
53
|
-
"@dnd-kit/core": "6.1.0",
|
|
54
|
-
"@dnd-kit/sortable": "8.0.0",
|
|
55
|
-
"@emotion/react": "11.10.8",
|
|
56
|
-
"@emotion/styled": "11.10.8",
|
|
57
|
-
"@faker-js/faker": "8.4.1",
|
|
58
|
-
"@formkit/auto-animate": "0.8.2",
|
|
59
|
-
"@mui/material": "5.15.15",
|
|
60
|
-
"@playwright/test": "1.41.1",
|
|
61
|
-
"@radix-ui/colors": "3.0.0",
|
|
62
|
-
"@radix-ui/react-icons": "1.3.0",
|
|
63
|
-
"@radix-ui/react-scroll-area": "1.0.5",
|
|
64
|
-
"@radix-ui/react-select": "2.0.0",
|
|
65
|
-
"@rollup/plugin-babel": "6.0.4",
|
|
66
|
-
"@rollup/plugin-terser": "0.4.4",
|
|
67
|
-
"@rollup/plugin-typescript": "11.1.6",
|
|
68
|
-
"@size-limit/preset-small-lib": "11.0.2",
|
|
69
|
-
"@storybook/addon-storysource": "8.0.9",
|
|
70
|
-
"@storybook/react": "8.0.9",
|
|
71
|
-
"@storybook/react-vite": "8.0.9",
|
|
72
|
-
"@storybook/source-loader": "8.0.9",
|
|
73
|
-
"@storybook/test-runner": "0.17.1--canary.445.f7d2785.0",
|
|
74
|
-
"@storybook/vue3": "8.0.9",
|
|
75
|
-
"@storybook/vue3-vite": "8.0.9",
|
|
76
|
-
"@tanstack/react-virtual": "3.0.4",
|
|
77
|
-
"@testing-library/react": "14.2.0",
|
|
78
|
-
"@testing-library/vue": "8.0.2",
|
|
79
|
-
"@types/jsdom": "21.1.6",
|
|
80
|
-
"@types/react": "18.3.1",
|
|
81
|
-
"@types/react-beautiful-dnd": "13.1.8",
|
|
82
|
-
"@types/react-virtualized": "9.21.29",
|
|
83
|
-
"@types/react-window": "1.8.8",
|
|
84
|
-
"@typescript-eslint/parser": "6.20.0",
|
|
85
|
-
"@vitejs/plugin-react": "4.2.1",
|
|
86
|
-
"@vitejs/plugin-vue": "5.0.4",
|
|
87
|
-
"@vitejs/plugin-vue-jsx": "3.1.0",
|
|
88
|
-
"@vue/babel-plugin-jsx": "1.2.2",
|
|
89
|
-
"babel-preset-solid": "1.8.12",
|
|
90
|
-
"cmdk": "1.0.0",
|
|
91
|
-
"concurrently": "8.2.2",
|
|
92
|
-
"eslint": "8.56.0",
|
|
93
|
-
"eslint-import-resolver-typescript": "3.6.1",
|
|
94
|
-
"eslint-plugin-import": "2.29.1",
|
|
95
|
-
"eslint-plugin-react-hooks": "4.6.2",
|
|
96
|
-
"eslint-plugin-solid": "0.14.0",
|
|
97
|
-
"eslint-plugin-vue": "9.25.0",
|
|
98
|
-
"jsdom": "24.0.0",
|
|
99
|
-
"re-resizable": "6.9.11",
|
|
100
|
-
"react": "18.3.1",
|
|
101
|
-
"react-beautiful-dnd": "13.1.1",
|
|
102
|
-
"react-content-loader": "7.0.0",
|
|
103
|
-
"react-dom": "18.3.1",
|
|
104
|
-
"react-is": "18.3.1",
|
|
105
|
-
"react-merge-refs": "2.1.1",
|
|
106
|
-
"react-virtualized": "9.22.5",
|
|
107
|
-
"react-virtuoso": "4.7.10",
|
|
108
|
-
"react-window": "1.8.10",
|
|
109
|
-
"rimraf": "5.0.5",
|
|
110
|
-
"rollup": "4.17.2",
|
|
111
|
-
"rollup-plugin-banner2": "1.2.3",
|
|
112
|
-
"size-limit": "11.0.2",
|
|
113
|
-
"solid-js": "1.8.17",
|
|
114
|
-
"storybook": "8.0.9",
|
|
115
|
-
"storybook-solidjs": "1.0.0-beta.2",
|
|
116
|
-
"storybook-solidjs-vite": "1.0.0-beta.2",
|
|
117
|
-
"typedoc": "0.25.13",
|
|
118
|
-
"typedoc-plugin-markdown": "3.17.1",
|
|
119
|
-
"typedoc-plugin-vue": "1.1.0",
|
|
120
|
-
"typescript": "5.4.5",
|
|
121
|
-
"virtua": "0.30.2",
|
|
48
|
+
"@atlaskit/pragmatic-drag-and-drop": "^1.1.6",
|
|
49
|
+
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.0.3",
|
|
50
|
+
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
|
51
|
+
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.1",
|
|
52
|
+
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
53
|
+
"@dnd-kit/core": "^6.1.0",
|
|
54
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
55
|
+
"@emotion/react": "^11.10.8",
|
|
56
|
+
"@emotion/styled": "^11.10.8",
|
|
57
|
+
"@faker-js/faker": "^8.4.1",
|
|
58
|
+
"@formkit/auto-animate": "^0.8.2",
|
|
59
|
+
"@mui/material": "^5.15.15",
|
|
60
|
+
"@playwright/test": "^1.41.1",
|
|
61
|
+
"@radix-ui/colors": "^3.0.0",
|
|
62
|
+
"@radix-ui/react-icons": "^1.3.0",
|
|
63
|
+
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
64
|
+
"@radix-ui/react-select": "^2.0.0",
|
|
65
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
66
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
67
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
|
68
|
+
"@size-limit/preset-small-lib": "^11.0.2",
|
|
69
|
+
"@storybook/addon-storysource": "^8.0.9",
|
|
70
|
+
"@storybook/react": "^8.0.9",
|
|
71
|
+
"@storybook/react-vite": "^8.0.9",
|
|
72
|
+
"@storybook/source-loader": "^8.0.9",
|
|
73
|
+
"@storybook/test-runner": "^0.17.1--canary.445.f7d2785.0",
|
|
74
|
+
"@storybook/vue3": "^8.0.9",
|
|
75
|
+
"@storybook/vue3-vite": "^8.0.9",
|
|
76
|
+
"@tanstack/react-virtual": "^3.0.4",
|
|
77
|
+
"@testing-library/react": "^14.2.0",
|
|
78
|
+
"@testing-library/vue": "^8.0.2",
|
|
79
|
+
"@types/jsdom": "^21.1.6",
|
|
80
|
+
"@types/react": "^18.3.1",
|
|
81
|
+
"@types/react-beautiful-dnd": "^13.1.8",
|
|
82
|
+
"@types/react-virtualized": "^9.21.29",
|
|
83
|
+
"@types/react-window": "^1.8.8",
|
|
84
|
+
"@typescript-eslint/parser": "^6.20.0",
|
|
85
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
86
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
87
|
+
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
88
|
+
"@vue/babel-plugin-jsx": "^1.2.2",
|
|
89
|
+
"babel-preset-solid": "^1.8.12",
|
|
90
|
+
"cmdk": "^1.0.0",
|
|
91
|
+
"concurrently": "^8.2.2",
|
|
92
|
+
"eslint": "^8.56.0",
|
|
93
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
94
|
+
"eslint-plugin-import": "^2.29.1",
|
|
95
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
96
|
+
"eslint-plugin-solid": "^0.14.0",
|
|
97
|
+
"eslint-plugin-vue": "^9.25.0",
|
|
98
|
+
"jsdom": "^24.0.0",
|
|
99
|
+
"re-resizable": "^6.9.11",
|
|
100
|
+
"react": "^18.3.1",
|
|
101
|
+
"react-beautiful-dnd": "^13.1.1",
|
|
102
|
+
"react-content-loader": "^7.0.0",
|
|
103
|
+
"react-dom": "^18.3.1",
|
|
104
|
+
"react-is": "^18.3.1",
|
|
105
|
+
"react-merge-refs": "^2.1.1",
|
|
106
|
+
"react-virtualized": "^9.22.5",
|
|
107
|
+
"react-virtuoso": "^4.7.10",
|
|
108
|
+
"react-window": "^1.8.10",
|
|
109
|
+
"rimraf": "^5.0.5",
|
|
110
|
+
"rollup": "^4.17.2",
|
|
111
|
+
"rollup-plugin-banner2": "^1.2.3",
|
|
112
|
+
"size-limit": "^11.0.2",
|
|
113
|
+
"solid-js": "^1.8.17",
|
|
114
|
+
"storybook": "^8.0.9",
|
|
115
|
+
"storybook-solidjs": "^1.0.0-beta.2",
|
|
116
|
+
"storybook-solidjs-vite": "^1.0.0-beta.2",
|
|
117
|
+
"typedoc": "^0.25.13",
|
|
118
|
+
"typedoc-plugin-markdown": "^3.17.1",
|
|
119
|
+
"typedoc-plugin-vue": "^1.1.0",
|
|
120
|
+
"typescript": "^5.4.5",
|
|
121
|
+
"virtua": "^0.30.2",
|
|
122
122
|
"vite": "5.1.7",
|
|
123
|
-
"vite-plugin-solid": "2.10.2",
|
|
124
|
-
"vitest": "1.5.2",
|
|
125
|
-
"vue": "3.4.25",
|
|
126
|
-
"vue-eslint-parser": "9.4.2",
|
|
127
|
-
"wait-on": "7.2.0"
|
|
123
|
+
"vite-plugin-solid": "^2.10.2",
|
|
124
|
+
"vitest": "^1.5.2",
|
|
125
|
+
"vue": "^3.4.25",
|
|
126
|
+
"vue-eslint-parser": "^9.4.2",
|
|
127
|
+
"wait-on": "^7.2.0"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": ">=16.14.0",
|