virtua 0.33.2 → 0.33.3

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.3",
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,64 @@
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.11.4",
66
+ "@emotion/styled": "^11.11.5",
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.0",
70
+ "@playwright/test": "^1.45.1",
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.1.11",
80
+ "@storybook/react": "^8.1.11",
81
+ "@storybook/react-vite": "^8.1.11",
82
+ "@storybook/source-loader": "^8.1.11",
83
+ "@storybook/svelte": "^8.1.11",
84
+ "@storybook/svelte-vite": "^8.1.11",
85
+ "@storybook/test-runner": "^0.19.0",
86
+ "@storybook/vue3": "^8.1.11",
87
+ "@storybook/vue3-vite": "^8.1.11",
88
88
  "@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",
89
+ "@tanstack/react-virtual": "^3.8.1",
90
+ "@testing-library/dom": "^10.3.1",
91
+ "@testing-library/react": "^16.0.0",
92
+ "@testing-library/vue": "^8.1.0",
92
93
  "@types/jsdom": "^21.1.7",
93
94
  "@types/react": "^18.3.3",
94
95
  "@types/react-beautiful-dnd": "^13.1.8",
96
+ "@types/react-dom": "^18.3.0",
95
97
  "@types/react-virtualized": "^9.21.30",
96
98
  "@types/react-window": "^1.8.8",
97
- "@typescript-eslint/parser": "^6.20.0",
98
- "@vitejs/plugin-react": "^4.2.1",
99
+ "@typescript-eslint/parser": "^6.21.0",
100
+ "@vitejs/plugin-react": "^4.3.1",
99
101
  "@vitejs/plugin-vue": "^5.0.5",
100
- "@vitejs/plugin-vue-jsx": "^3.1.0",
102
+ "@vitejs/plugin-vue-jsx": "^4.0.0",
101
103
  "@vue/babel-plugin-jsx": "^1.2.2",
102
- "babel-preset-solid": "^1.8.17",
104
+ "babel-preset-solid": "^1.8.18",
103
105
  "cmdk": "^1.0.0",
104
106
  "concurrently": "^8.2.2",
105
- "eslint": "^8.56.0",
107
+ "eslint": "^8.57.0",
106
108
  "eslint-import-resolver-typescript": "^3.6.1",
107
109
  "eslint-plugin-import": "^2.29.1",
108
- "eslint-plugin-react-compiler": "^0.0.0-experimental-51a85ea-20240601",
110
+ "eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625",
109
111
  "eslint-plugin-react-hooks": "^4.6.2",
110
112
  "eslint-plugin-solid": "^0.14.1",
111
- "eslint-plugin-vue": "^9.25.0",
112
- "glob": "^10.3.16",
113
- "jsdom": "^24.0.0",
113
+ "eslint-plugin-vue": "^9.27.0",
114
+ "glob": "^10.4.3",
115
+ "jsdom": "^24.1.0",
114
116
  "npm-check-updates": "^16.14.20",
115
117
  "re-resizable": "^6.9.17",
116
118
  "react": "^18.3.1",
@@ -119,29 +121,30 @@
119
121
  "react-dom": "^18.3.1",
120
122
  "react-is": "^18.3.1",
121
123
  "react-merge-refs": "^2.1.1",
124
+ "react-new-window": "^1.0.1",
122
125
  "react-virtualized": "^9.22.5",
123
126
  "react-virtuoso": "^4.7.11",
124
127
  "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",
128
+ "rimraf": "^5.0.8",
129
+ "rollup": "^4.18.0",
130
+ "rollup-plugin-banner2": "^1.3.0",
131
+ "size-limit": "^11.1.4",
132
+ "solid-js": "^1.8.18",
133
+ "storybook": "^8.1.11",
131
134
  "storybook-solidjs": "^1.0.0-beta.2",
132
135
  "storybook-solidjs-vite": "^1.0.0-beta.2",
133
136
  "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",
137
+ "svelte-check": "^3.8.4",
138
+ "svelte2tsx": "^0.7.13",
139
+ "typedoc": "^0.26.3",
140
+ "typedoc-plugin-markdown": "^4.1.2",
141
+ "typedoc-plugin-vue": "^1.2.0",
142
+ "typescript": "^5.5.3",
143
+ "virtua": "^0.33.2",
141
144
  "vite": "5.1.7",
142
145
  "vite-plugin-solid": "^2.10.2",
143
146
  "vitest": "^1.5.3",
144
- "vue": "^3.4.30",
147
+ "vue": "^3.4.31",
145
148
  "vue-eslint-parser": "^9.4.3",
146
149
  "wait-on": "^7.2.0"
147
150
  },