@wistia/vhs 5.0.1 → 5.0.2-beta.06db6aef.db0ec08

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.1",
3
+ "version": "5.0.2-beta.06db6aef.db0ec08",
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",
@@ -23,16 +23,11 @@
23
23
  "browsers": "node ./scripts/browserSupport.mjs",
24
24
  "build": "tsup --config tsup.config.mts",
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
- "build:src": "cross-env NODE_ENV=production ./esbuild.config.mjs",
27
26
  "build:types": "tsc --project tsconfig.build.json",
28
27
  "build:types:debug": "tsc --project tsconfig.build.json --showConfig",
29
- "build:watch": "cross-env NODE_ENV=development ./esbuild.config.mjs --watch",
30
- "build:watch:src": "cross-env NODE_ENV=development ./esbuild.config.mjs --watch",
31
- "build:watch:types": "tsc --watch --project tsconfig.build.json",
32
- "build:watch_": "concurrently \"yarn build:watch:src\" \"yarn build:watch:types\"",
28
+ "build:watch": "yarn build --watch",
33
29
  "clean": "shx rm -rf ./dist && echo 'dist directory has been removed'",
34
30
  "chromatic": "cross-env STORYBOOK_IS_CHROMATIC_BUILD=true chromatic --build-script-name=storybook:build --storybook-base-dir==packages/vhs --allow-console-errors",
35
- "depcheck": "depcheck",
36
31
  "generate": "node ./scripts/generators/generateComponent.mjs",
37
32
  "generate:icon": "node ./scripts/generators/generateIcon.mjs",
38
33
  "link:test": "node ./scripts/watchAndCopyBuild.mjs",
@@ -46,7 +41,7 @@
46
41
  "test:coverage": "yarn run test:ci && open ./coverage/index.html",
47
42
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
48
43
  "ts:generate": "tsx ./scripts/generateTypes.ts",
49
- "typecheck": "tsc"
44
+ "typecheck": "tsgo"
50
45
  },
51
46
  "peerDependencies": {
52
47
  "@types/react": "^19.0.0",
@@ -57,14 +52,14 @@
57
52
  },
58
53
  "dependencies": {
59
54
  "@radix-ui/react-dropdown-menu": "^2.1.16",
60
- "@wistia/type-guards": "^0.9.1",
55
+ "@wistia/type-guards": "^0.9.3",
61
56
  "@wistia/vhs-design-tokens": "^3.0.1",
62
57
  "date-fns": "^4.1.0",
63
58
  "formik": "^2.4.9",
64
59
  "is-hotkey": "^0.2.0",
65
- "motion": "^12.23.25",
60
+ "motion": "^12.35.0",
66
61
  "polished": "^4.3.1",
67
- "prettier": "^3.7.4",
62
+ "prettier": "^3.8.1",
68
63
  "react-aria-live": "^2.0.5",
69
64
  "react-fast-compare": "^3.2.2",
70
65
  "react-slider": "^2.0.6",
@@ -74,56 +69,54 @@
74
69
  "slate-hyperscript": "^0.100.0",
75
70
  "slate-react": "0.120.0",
76
71
  "throttle-debounce": "^5.0.2",
77
- "type-fest": "^5.3.0"
72
+ "type-fest": "^5.4.4"
78
73
  },
79
74
  "devDependencies": {
80
75
  "@karibash/pixel-units": "^2.3.0",
81
76
  "@repo/config": "workspace:*",
82
- "@storybook/addon-a11y": "^10.1.4",
83
- "@storybook/addon-docs": "^10.1.4",
84
- "@storybook/addon-links": "^10.1.4",
85
- "@storybook/react-vite": "^10.1.4",
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",
86
81
  "@testing-library/dom": "^10.4.1",
87
82
  "@testing-library/jest-dom": "^6.9.1",
88
- "@testing-library/react": "^16.3.0",
83
+ "@testing-library/react": "^16.3.2",
89
84
  "@testing-library/user-event": "^14.6.1",
90
85
  "@types/is-hotkey": "^0.1.10",
91
86
  "@types/jest-axe": "^3.5.9",
92
- "@types/node": "^24.10.1",
93
- "@types/react": "^19.2.7",
87
+ "@types/node": "^25.3.3",
88
+ "@types/react": "^19.2.14",
94
89
  "@types/react-aria-live": "^2.0.6",
95
90
  "@types/react-dom": "^19.2.3",
96
91
  "@types/react-slider": "^1.3.6",
97
92
  "@types/signale": "^1.4.7",
98
93
  "@types/throttle-debounce": "^5.0.2",
99
- "@vitejs/plugin-react": "^5.1.1",
100
- "@vitest/coverage-istanbul": "^4.0.15",
94
+ "@typescript/native-preview": "^7.0.0-dev.20260209.1",
95
+ "@vitejs/plugin-react": "^5.1.4",
96
+ "@vitest/coverage-istanbul": "^4.0.18",
101
97
  "browserslist": "^4.28.1",
102
98
  "check-export-map": "^1.3.1",
103
- "chromatic": "^13.3.4",
104
- "concurrently": "^9.2.1",
99
+ "chromatic": "^15.2.0",
105
100
  "cross-env": "^10.1.0",
106
- "depcheck": "^1.4.7",
107
101
  "esbuild-visualizer": "^0.7.0",
108
- "globby": "^16.0.0",
102
+ "globby": "^16.1.1",
109
103
  "jsdoc-to-markdown": "^9.1.3",
110
- "jsdom": "^27.2.0",
104
+ "jsdom": "^28.1.0",
111
105
  "minimist": "^1.2.8",
112
106
  "pascalcase": "^2.0.0",
113
- "prettier": "^3.7.4",
114
- "react": "^19.2.1",
107
+ "prettier": "^3.8.1",
108
+ "react": "^19.2.4",
115
109
  "react-docgen-typescript": "^2.4.0",
116
- "react-dom": "^19.2.1",
110
+ "react-dom": "^19.2.4",
117
111
  "remark-gfm": "^4.0.1",
118
112
  "shx": "^0.4.0",
119
113
  "signale": "^1.4.0",
120
- "storybook": "^10.1.4",
121
- "styled-components": "^6.1.19",
114
+ "storybook": "^10.2.15",
115
+ "styled-components": "6.2.0",
122
116
  "tsup": "^8.5.1",
123
117
  "tsx": "^4.21.0",
124
- "typescript": "^5.9.3",
125
- "vite": "^7.2.6",
126
- "vitest": "^4.0.15",
118
+ "vite": "^7.3.1",
119
+ "vitest": "^4.0.18",
127
120
  "vitest-axe": "^1.0.0-pre.5",
128
121
  "vitest-canvas-mock": "^1.1.3",
129
122
  "yup": "^1.7.1"