@wistia/vhs 5.0.2 → 5.0.3-beta.01fd115a.0a9b8e2

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": "@wistia/vhs",
3
- "version": "5.0.2",
3
+ "version": "5.0.3-beta.01fd115a.0a9b8e2",
4
4
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "scripts": {
23
23
  "browsers": "node ./scripts/browserSupport.mjs",
24
- "build": "tsup --config tsup.config.mts",
24
+ "build": "tsdown",
25
25
  "build:analyze": "yarn build --metafile && esbuild-visualizer --metadata ./dist/metafile-esm.json --filename ./dist/esbuild-stats.html && open ./dist/esbuild-stats.html",
26
26
  "build:types": "tsc --project tsconfig.build.json",
27
27
  "build:types:debug": "tsc --project tsconfig.build.json --showConfig",
@@ -41,7 +41,7 @@
41
41
  "test:coverage": "yarn run test:ci && open ./coverage/index.html",
42
42
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
43
43
  "ts:generate": "tsx ./scripts/generateTypes.ts",
44
- "typecheck": "tsc"
44
+ "typecheck": "tsgo"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@types/react": "^19.0.0",
@@ -57,7 +57,7 @@
57
57
  "date-fns": "^4.1.0",
58
58
  "formik": "^2.4.9",
59
59
  "is-hotkey": "^0.2.0",
60
- "motion": "^12.35.0",
60
+ "motion": "^12.38.0",
61
61
  "polished": "^4.3.1",
62
62
  "prettier": "^3.8.1",
63
63
  "react-aria-live": "^2.0.5",
@@ -69,38 +69,39 @@
69
69
  "slate-hyperscript": "^0.100.0",
70
70
  "slate-react": "0.120.0",
71
71
  "throttle-debounce": "^5.0.2",
72
- "type-fest": "^5.4.4"
72
+ "type-fest": "^5.5.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@karibash/pixel-units": "^2.3.0",
76
76
  "@repo/config": "workspace:*",
77
- "@storybook/addon-a11y": "^10.2.15",
78
- "@storybook/addon-docs": "^10.2.15",
79
- "@storybook/addon-links": "^10.2.15",
80
- "@storybook/react-vite": "^10.2.15",
77
+ "@storybook/addon-a11y": "^10.3.3",
78
+ "@storybook/addon-docs": "^10.3.3",
79
+ "@storybook/addon-links": "^10.3.3",
80
+ "@storybook/react-vite": "^10.3.3",
81
81
  "@testing-library/dom": "^10.4.1",
82
82
  "@testing-library/jest-dom": "^6.9.1",
83
83
  "@testing-library/react": "^16.3.2",
84
84
  "@testing-library/user-event": "^14.6.1",
85
85
  "@types/is-hotkey": "^0.1.10",
86
86
  "@types/jest-axe": "^3.5.9",
87
- "@types/node": "^25.3.3",
87
+ "@types/node": "^25.5.0",
88
88
  "@types/react": "^19.2.14",
89
89
  "@types/react-aria-live": "^2.0.6",
90
90
  "@types/react-dom": "^19.2.3",
91
91
  "@types/react-slider": "^1.3.6",
92
92
  "@types/signale": "^1.4.7",
93
93
  "@types/throttle-debounce": "^5.0.2",
94
- "@vitejs/plugin-react": "^5.1.4",
95
- "@vitest/coverage-istanbul": "^4.0.18",
94
+ "@typescript/native-preview": "^7.0.0-dev.20260325.1",
95
+ "@vitejs/plugin-react": "^6.0.1",
96
+ "@vitest/coverage-istanbul": "^4.1.1",
96
97
  "browserslist": "^4.28.1",
97
98
  "check-export-map": "^1.3.1",
98
- "chromatic": "^15.2.0",
99
+ "chromatic": "^16.0.0",
99
100
  "cross-env": "^10.1.0",
100
101
  "esbuild-visualizer": "^0.7.0",
101
102
  "globby": "^16.1.1",
102
103
  "jsdoc-to-markdown": "^9.1.3",
103
- "jsdom": "^28.1.0",
104
+ "jsdom": "^29.0.1",
104
105
  "minimist": "^1.2.8",
105
106
  "pascalcase": "^2.0.0",
106
107
  "prettier": "^3.8.1",
@@ -108,17 +109,17 @@
108
109
  "react-docgen-typescript": "^2.4.0",
109
110
  "react-dom": "^19.2.4",
110
111
  "remark-gfm": "^4.0.1",
112
+ "rolldown": "^1.0.0-rc.11",
111
113
  "shx": "^0.4.0",
112
114
  "signale": "^1.4.0",
113
- "storybook": "^10.2.15",
114
- "styled-components": "6.2.0",
115
- "tsup": "^8.5.1",
115
+ "storybook": "^10.3.3",
116
+ "styled-components": "6.3.12",
117
+ "tsdown": "^0.21.5",
116
118
  "tsx": "^4.21.0",
117
- "typescript": "^5.9.3",
118
- "vite": "^7.3.1",
119
- "vitest": "^4.0.18",
119
+ "vite": "^8.0.2",
120
+ "vitest": "^4.1.1",
120
121
  "vitest-axe": "^1.0.0-pre.5",
121
- "vitest-canvas-mock": "^1.1.3",
122
+ "vitest-canvas-mock": "^1.1.4",
122
123
  "yup": "^1.7.1"
123
124
  },
124
125
  "author": "Wistia Engineering",