@wistia/vhs 2.75.1 → 2.75.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": "@wistia/vhs",
3
- "version": "2.75.1",
3
+ "version": "2.75.2",
4
4
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -63,7 +63,7 @@
63
63
  "styled-components": "^5.0.0 || ^6.0.0"
64
64
  },
65
65
  "dependencies": {
66
- "@radix-ui/react-dropdown-menu": "^2.1.6",
66
+ "@radix-ui/react-dropdown-menu": "^2.1.7",
67
67
  "@wistia/type-guards": "^0.9.1",
68
68
  "@wistia/vhs-design-tokens": "2.1.3",
69
69
  "date-fns": "^4.1.0",
@@ -80,48 +80,48 @@
80
80
  "slate-hyperscript": "^0.100.0",
81
81
  "slate-react": "0.99.0",
82
82
  "throttle-debounce": "^5.0.2",
83
- "type-fest": "^4.37.0",
83
+ "type-fest": "^4.39.1",
84
84
  "uuid": "^11.1.0"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@repo/config": "workspace:*",
88
- "@storybook/addon-a11y": "^8.6.6",
89
- "@storybook/addon-backgrounds": "^8.6.6",
90
- "@storybook/addon-controls": "^8.6.6",
91
- "@storybook/addon-docs": "^8.6.6",
92
- "@storybook/addon-links": "^8.6.6",
93
- "@storybook/addon-mdx-gfm": "^8.6.6",
94
- "@storybook/blocks": "^8.6.6",
95
- "@storybook/manager-api": "^8.6.6",
96
- "@storybook/react": "^8.6.6",
97
- "@storybook/react-vite": "8.6.6",
98
- "@storybook/theming": "^8.6.6",
88
+ "@storybook/addon-a11y": "^8.6.12",
89
+ "@storybook/addon-backgrounds": "^8.6.12",
90
+ "@storybook/addon-controls": "^8.6.12",
91
+ "@storybook/addon-docs": "^8.6.12",
92
+ "@storybook/addon-links": "^8.6.12",
93
+ "@storybook/addon-mdx-gfm": "^8.6.12",
94
+ "@storybook/blocks": "^8.6.12",
95
+ "@storybook/manager-api": "^8.6.12",
96
+ "@storybook/react": "^8.6.12",
97
+ "@storybook/react-vite": "^8.6.12",
98
+ "@storybook/theming": "^8.6.12",
99
99
  "@testing-library/dom": "^10.4.0",
100
100
  "@testing-library/jest-dom": "^6.6.3",
101
- "@testing-library/react": "^16.2.0",
101
+ "@testing-library/react": "^16.3.0",
102
102
  "@testing-library/user-event": "^14.6.1",
103
103
  "@types/is-hotkey": "^0.1.10",
104
104
  "@types/jest-axe": "^3.5.9",
105
- "@types/node": "^22.13.10",
106
- "@types/react": "^18.3.18",
105
+ "@types/node": "^22.14.1",
106
+ "@types/react": "^18.3.20",
107
107
  "@types/react-aria-live": "^2.0.6",
108
- "@types/react-dom": "^18.3.5",
108
+ "@types/react-dom": "^18.3.6",
109
109
  "@types/react-slider": "^1.3.6",
110
110
  "@types/styled-components": "^5.1.34",
111
111
  "@types/throttle-debounce": "^5.0.2",
112
112
  "@vitejs/plugin-react": "^4.3.4",
113
- "@vitest/coverage-istanbul": "^3.0.8",
113
+ "@vitest/coverage-istanbul": "^3.1.1",
114
114
  "browserslist": "^4.24.4",
115
- "chromatic": "^11.27.0",
115
+ "chromatic": "^11.28.0",
116
116
  "concurrently": "^9.1.2",
117
117
  "cross-env": "^7.0.3",
118
118
  "depcheck": "^1.4.7",
119
- "esbuild": "^0.25.1",
120
- "esbuild-plugin-browserslist": "^0.16.0",
119
+ "esbuild": "^0.25.2",
120
+ "esbuild-plugin-browserslist": "^1.0.0",
121
121
  "esbuild-visualizer": "^0.7.0",
122
122
  "globby": "^14.1.0",
123
123
  "jsdoc-to-markdown": "^9.1.1",
124
- "jsdom": "^26.0.0",
124
+ "jsdom": "^26.1.0",
125
125
  "minimist": "^1.2.8",
126
126
  "pascalcase": "^2.0.0",
127
127
  "prettier": "^3.5.3",
@@ -130,12 +130,12 @@
130
130
  "react-dom": "^18.3.1",
131
131
  "shx": "^0.4.0",
132
132
  "signale": "^1.4.0",
133
- "storybook": "^8.6.6",
133
+ "storybook": "^8.6.12",
134
134
  "styled-components": "^5.3.11",
135
135
  "tsx": "^4.19.3",
136
- "typescript": "^5.8.2",
137
- "vite": "^6.2.2",
138
- "vitest": "^3.0.8",
136
+ "typescript": "^5.8.3",
137
+ "vite": "^6.2.6",
138
+ "vitest": "^3.1.1",
139
139
  "vitest-axe": "^1.0.0-pre.5",
140
140
  "vitest-canvas-mock": "^0.3.3",
141
141
  "vitest-console": "^0.2.0",