virtua 0.33.2 → 0.33.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virtua",
3
- "version": "0.33.2",
3
+ "version": "0.33.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,62 +55,65 @@
55
55
  "deps:latest": "npm-check-updates --target latest -u"
56
56
  },
57
57
  "devDependencies": {
58
- "@atlaskit/pragmatic-drag-and-drop": "^1.1.12",
59
- "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.0.4",
58
+ "@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
59
+ "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.4.0",
60
60
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
61
61
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.1",
62
- "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
62
+ "@babel/plugin-transform-react-pure-annotations": "^7.24.7",
63
63
  "@dnd-kit/core": "^6.1.0",
64
64
  "@dnd-kit/sortable": "^8.0.0",
65
- "@emotion/react": "^11.10.8",
66
- "@emotion/styled": "^11.10.8",
65
+ "@emotion/react": "^11.12.0",
66
+ "@emotion/styled": "^11.12.0",
67
67
  "@faker-js/faker": "^8.4.1",
68
68
  "@formkit/auto-animate": "^0.8.2",
69
- "@mui/material": "^5.15.20",
70
- "@playwright/test": "^1.41.2",
69
+ "@mui/material": "^5.16.4",
70
+ "@playwright/test": "^1.45.2",
71
71
  "@radix-ui/colors": "^3.0.0",
72
72
  "@radix-ui/react-icons": "^1.3.0",
73
- "@radix-ui/react-scroll-area": "^1.0.5",
74
- "@radix-ui/react-select": "^2.0.0",
73
+ "@radix-ui/react-scroll-area": "^1.1.0",
74
+ "@radix-ui/react-select": "^2.1.1",
75
75
  "@rollup/plugin-babel": "^6.0.4",
76
76
  "@rollup/plugin-terser": "^0.4.4",
77
77
  "@rollup/plugin-typescript": "^11.1.6",
78
- "@size-limit/preset-small-lib": "^11.0.3",
79
- "@storybook/addon-storysource": "^8.0.10",
80
- "@storybook/react": "^8.0.10",
81
- "@storybook/react-vite": "^8.0.10",
82
- "@storybook/source-loader": "^8.0.10",
83
- "@storybook/svelte": "^8.0.10",
84
- "@storybook/svelte-vite": "^8.0.10",
85
- "@storybook/test-runner": "^0.18.2",
86
- "@storybook/vue3": "^8.0.10",
87
- "@storybook/vue3-vite": "^8.0.10",
78
+ "@size-limit/preset-small-lib": "^11.1.4",
79
+ "@storybook/addon-storysource": "^8.2.4",
80
+ "@storybook/docs-tools": "^8.2.4",
81
+ "@storybook/react": "^8.2.4",
82
+ "@storybook/react-vite": "^8.2.4",
83
+ "@storybook/source-loader": "^8.2.4",
84
+ "@storybook/svelte": "^8.2.4",
85
+ "@storybook/svelte-vite": "^8.2.4",
86
+ "@storybook/test-runner": "^0.19.1",
87
+ "@storybook/vue3": "^8.2.4",
88
+ "@storybook/vue3-vite": "^8.2.4",
88
89
  "@sveltejs/vite-plugin-svelte": "^3.1.1",
89
- "@tanstack/react-virtual": "^3.0.4",
90
- "@testing-library/react": "^14.2.2",
91
- "@testing-library/vue": "^8.0.3",
90
+ "@tanstack/react-virtual": "^3.8.3",
91
+ "@testing-library/dom": "^10.3.2",
92
+ "@testing-library/react": "^16.0.0",
93
+ "@testing-library/vue": "^8.1.0",
92
94
  "@types/jsdom": "^21.1.7",
93
95
  "@types/react": "^18.3.3",
94
96
  "@types/react-beautiful-dnd": "^13.1.8",
97
+ "@types/react-dom": "^18.3.0",
95
98
  "@types/react-virtualized": "^9.21.30",
96
99
  "@types/react-window": "^1.8.8",
97
- "@typescript-eslint/parser": "^6.20.0",
98
- "@vitejs/plugin-react": "^4.2.1",
100
+ "@typescript-eslint/parser": "^6.21.0",
101
+ "@vitejs/plugin-react": "^4.3.1",
99
102
  "@vitejs/plugin-vue": "^5.0.5",
100
- "@vitejs/plugin-vue-jsx": "^3.1.0",
103
+ "@vitejs/plugin-vue-jsx": "^4.0.0",
101
104
  "@vue/babel-plugin-jsx": "^1.2.2",
102
- "babel-preset-solid": "^1.8.17",
105
+ "babel-preset-solid": "^1.8.18",
103
106
  "cmdk": "^1.0.0",
104
107
  "concurrently": "^8.2.2",
105
- "eslint": "^8.56.0",
108
+ "eslint": "^8.57.0",
106
109
  "eslint-import-resolver-typescript": "^3.6.1",
107
110
  "eslint-plugin-import": "^2.29.1",
108
- "eslint-plugin-react-compiler": "^0.0.0-experimental-51a85ea-20240601",
111
+ "eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625",
109
112
  "eslint-plugin-react-hooks": "^4.6.2",
110
113
  "eslint-plugin-solid": "^0.14.1",
111
- "eslint-plugin-vue": "^9.25.0",
112
- "glob": "^10.3.16",
113
- "jsdom": "^24.0.0",
114
+ "eslint-plugin-vue": "^9.27.0",
115
+ "glob": "^10.4.5",
116
+ "jsdom": "^24.1.0",
114
117
  "npm-check-updates": "^16.14.20",
115
118
  "re-resizable": "^6.9.17",
116
119
  "react": "^18.3.1",
@@ -119,29 +122,30 @@
119
122
  "react-dom": "^18.3.1",
120
123
  "react-is": "^18.3.1",
121
124
  "react-merge-refs": "^2.1.1",
125
+ "react-new-window": "^1.0.1",
122
126
  "react-virtualized": "^9.22.5",
123
- "react-virtuoso": "^4.7.11",
127
+ "react-virtuoso": "^4.7.12",
124
128
  "react-window": "^1.8.10",
125
- "rimraf": "^5.0.7",
126
- "rollup": "^4.17.2",
127
- "rollup-plugin-banner2": "^1.2.3",
128
- "size-limit": "^11.0.3",
129
- "solid-js": "^1.8.17",
130
- "storybook": "^8.0.10",
129
+ "rimraf": "^6.0.1",
130
+ "rollup": "^4.18.1",
131
+ "rollup-plugin-banner2": "^1.3.0",
132
+ "size-limit": "^11.1.4",
133
+ "solid-js": "^1.8.18",
134
+ "storybook": "^8.2.4",
131
135
  "storybook-solidjs": "^1.0.0-beta.2",
132
136
  "storybook-solidjs-vite": "^1.0.0-beta.2",
133
137
  "svelte": "^4.2.18",
134
- "svelte-check": "^3.7.1",
135
- "svelte2tsx": "^0.7.11",
136
- "typedoc": "^0.25.13",
137
- "typedoc-plugin-markdown": "^3.17.1",
138
- "typedoc-plugin-vue": "^1.1.0",
139
- "typescript": "^5.4.5",
140
- "virtua": "^0.31.0",
138
+ "svelte-check": "^3.8.4",
139
+ "svelte2tsx": "^0.7.13",
140
+ "typedoc": "^0.26.4",
141
+ "typedoc-plugin-markdown": "^4.2.1",
142
+ "typedoc-plugin-vue": "^1.2.0",
143
+ "typescript": "^5.5.3",
144
+ "virtua": "^0.33.3",
141
145
  "vite": "5.1.7",
142
146
  "vite-plugin-solid": "^2.10.2",
143
- "vitest": "^1.5.3",
144
- "vue": "^3.4.30",
147
+ "vitest": "^2.0.3",
148
+ "vue": "^3.4.33",
145
149
  "vue-eslint-parser": "^9.4.3",
146
150
  "wait-on": "^7.2.0"
147
151
  },