virtua 0.43.1 → 0.43.2

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.43.1",
3
+ "version": "0.43.2",
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",
@@ -41,8 +41,8 @@
41
41
  "scripts": {
42
42
  "build": "rollup -c",
43
43
  "tsc": "tsc -p . --noEmit",
44
- "test": "vitest --run --silent",
45
- "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
44
+ "test": "vitest run --project=unit",
45
+ "lint": "eslint '{src,e2e}/**/*.{js,jsx,ts,tsx}'",
46
46
  "check:svelte": "svelte-check --tsconfig ./tsconfig.svelte.json",
47
47
  "storybook": "storybook dev -p 6006",
48
48
  "storybook:rtl": "STORYBOOK_RTL=1 npm run storybook",
@@ -51,7 +51,7 @@
51
51
  "storybook:svelte": "STORYBOOK_SVELTE=1 npm run storybook",
52
52
  "storybook:build": "storybook build",
53
53
  "storybook:deploy": "STORYBOOK_DEPLOY=1 npm run storybook:build && STORYBOOK_VUE=1 npm run storybook:build -- -o storybook-static/vue && STORYBOOK_SOLID=1 npm run storybook:build -- -o storybook-static/solid && STORYBOOK_SVELTE=1 npm run storybook:build -- -o storybook-static/svelte",
54
- "storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --no-open\" \"wait-on tcp:6006 && test-storybook\"",
54
+ "storybook:test": "vitest run --project=storybook",
55
55
  "e2e": "npx playwright test",
56
56
  "typedoc": "typedoc",
57
57
  "size": "size-limit",
@@ -68,8 +68,8 @@
68
68
  "@emotion/react": "^11.13.5",
69
69
  "@emotion/styled": "^11.13.5",
70
70
  "@faker-js/faker": "^10.0.0",
71
- "@formkit/auto-animate": "^0.8.4",
72
- "@mui/material": "^7.1.0",
71
+ "@formkit/auto-animate": "^0.9.0",
72
+ "@mui/material": "^7.3.2",
73
73
  "@playwright/test": "^1.50.1",
74
74
  "@radix-ui/colors": "^3.0.0",
75
75
  "@radix-ui/react-icons": "^1.3.2",
@@ -80,9 +80,9 @@
80
80
  "@rollup/plugin-typescript": "^11.1.6",
81
81
  "@size-limit/preset-small-lib": "^11.2.0",
82
82
  "@storybook/addon-docs": "^9.1.5",
83
+ "@storybook/addon-vitest": "^9.1.5",
83
84
  "@storybook/react-vite": "^9.1.5",
84
85
  "@storybook/svelte-vite": "^9.1.5",
85
- "@storybook/test-runner": "^0.23.0",
86
86
  "@storybook/vue3-vite": "^9.1.5",
87
87
  "@sveltejs/vite-plugin-svelte": "^4.0.4",
88
88
  "@tanstack/react-virtual": "^3.13.12",
@@ -95,11 +95,12 @@
95
95
  "@types/react-virtualized": "^9.22.2",
96
96
  "@types/react-window": "^1.8.8",
97
97
  "@vitejs/plugin-react": "^5.0.2",
98
- "@vitejs/plugin-vue": "^5.2.4",
99
- "@vitejs/plugin-vue-jsx": "^4.2.0",
98
+ "@vitejs/plugin-vue": "^6.0.1",
99
+ "@vitejs/plugin-vue-jsx": "^5.1.1",
100
+ "@vitest/browser": "3.2.4",
101
+ "@vitest/coverage-v8": "3.2.4",
100
102
  "babel-preset-solid": "^1.9.9",
101
103
  "cmdk": "^1.1.1",
102
- "concurrently": "^9.1.2",
103
104
  "eslint": "^9.35.0",
104
105
  "eslint-import-resolver-typescript": "^4.3.5",
105
106
  "eslint-plugin-import": "^2.31.0",
@@ -118,7 +119,7 @@
118
119
  "react-virtuoso": "^4.14.0",
119
120
  "react-window": "^1.8.11",
120
121
  "rimraf": "^6.0.1",
121
- "rollup": "^4.27.4",
122
+ "rollup": "^4.50.1",
122
123
  "rollup-plugin-banner2": "^1.3.1",
123
124
  "size-limit": "^11.2.0",
124
125
  "solid-js": "^1.9.9",
@@ -138,8 +139,7 @@
138
139
  "vite-plugin-solid": "^2.11.8",
139
140
  "vitest": "^3.2.4",
140
141
  "vue": "^3.4.34",
141
- "vue-eslint-parser": "^10.2.0",
142
- "wait-on": "^8.0.3"
142
+ "vue-eslint-parser": "^10.2.0"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "react": ">=16.14.0",
@@ -196,4 +196,4 @@
196
196
  "url": "https://github.com/inokawa/virtua/issues"
197
197
  },
198
198
  "homepage": "https://github.com/inokawa/virtua#readme"
199
- }
199
+ }