@wistia/vhs 2.75.3-beta.a44d9f3c.6f1a26a → 2.75.3-beta.a8db81ff.41c225e
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/dist/components/RangeSelector/RangeSelector.d.ts +13 -4
- package/dist/components/RangeSelector/RangeSelector.d.ts.map +1 -1
- package/dist/index.cjs +462 -461
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +478 -477
- package/dist/index.mjs.map +4 -4
- package/package.json +16 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.75.3-beta.
|
|
3
|
+
"version": "2.75.3-beta.a8db81ff.41c225e",
|
|
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.
|
|
66
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
67
67
|
"@wistia/type-guards": "^0.9.1",
|
|
68
68
|
"@wistia/vhs-design-tokens": "2.1.3",
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
@@ -85,37 +85,31 @@
|
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@repo/config": "workspace:*",
|
|
88
|
-
"@storybook/addon-a11y": "^
|
|
89
|
-
"@storybook/addon-
|
|
90
|
-
"@storybook/addon-
|
|
91
|
-
"@storybook/
|
|
92
|
-
"@storybook/addon-links": "^8.6.14",
|
|
93
|
-
"@storybook/blocks": "^8.6.14",
|
|
94
|
-
"@storybook/manager-api": "^8.6.14",
|
|
95
|
-
"@storybook/react": "^8.6.14",
|
|
96
|
-
"@storybook/react-vite": "^8.6.14",
|
|
97
|
-
"@storybook/theming": "^8.6.14",
|
|
88
|
+
"@storybook/addon-a11y": "^9.0.6",
|
|
89
|
+
"@storybook/addon-docs": "^9.0.6",
|
|
90
|
+
"@storybook/addon-links": "^9.0.6",
|
|
91
|
+
"@storybook/react-vite": "^9.0.6",
|
|
98
92
|
"@testing-library/dom": "^10.4.0",
|
|
99
93
|
"@testing-library/jest-dom": "^6.6.3",
|
|
100
94
|
"@testing-library/react": "^16.3.0",
|
|
101
95
|
"@testing-library/user-event": "^14.6.1",
|
|
102
96
|
"@types/is-hotkey": "^0.1.10",
|
|
103
97
|
"@types/jest-axe": "^3.5.9",
|
|
104
|
-
"@types/node": "^22.15.
|
|
105
|
-
"@types/react": "^18.3.
|
|
98
|
+
"@types/node": "^22.15.30",
|
|
99
|
+
"@types/react": "^18.3.23",
|
|
106
100
|
"@types/react-aria-live": "^2.0.6",
|
|
107
101
|
"@types/react-dom": "^18.3.7",
|
|
108
102
|
"@types/react-slider": "^1.3.6",
|
|
109
103
|
"@types/styled-components": "^5.1.34",
|
|
110
104
|
"@types/throttle-debounce": "^5.0.2",
|
|
111
|
-
"@vitejs/plugin-react": "^4.
|
|
112
|
-
"@vitest/coverage-istanbul": "^3.
|
|
113
|
-
"browserslist": "^4.
|
|
114
|
-
"chromatic": "^
|
|
105
|
+
"@vitejs/plugin-react": "^4.5.1",
|
|
106
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
107
|
+
"browserslist": "^4.25.0",
|
|
108
|
+
"chromatic": "^13.0.1",
|
|
115
109
|
"concurrently": "^9.1.2",
|
|
116
110
|
"cross-env": "^7.0.3",
|
|
117
111
|
"depcheck": "^1.4.7",
|
|
118
|
-
"esbuild": "^0.25.
|
|
112
|
+
"esbuild": "^0.25.5",
|
|
119
113
|
"esbuild-plugin-browserslist": "^1.0.1",
|
|
120
114
|
"esbuild-visualizer": "^0.7.0",
|
|
121
115
|
"globby": "^14.1.0",
|
|
@@ -125,17 +119,17 @@
|
|
|
125
119
|
"pascalcase": "^2.0.0",
|
|
126
120
|
"prettier": "^3.5.3",
|
|
127
121
|
"react": "^18.3.1",
|
|
128
|
-
"react-docgen-typescript": "^2.
|
|
122
|
+
"react-docgen-typescript": "^2.3.0",
|
|
129
123
|
"react-dom": "^18.3.1",
|
|
130
124
|
"remark-gfm": "^4.0.1",
|
|
131
125
|
"shx": "^0.4.0",
|
|
132
126
|
"signale": "^1.4.0",
|
|
133
|
-
"storybook": "^
|
|
127
|
+
"storybook": "^9.0.6",
|
|
134
128
|
"styled-components": "^5.3.11",
|
|
135
129
|
"tsx": "^4.19.4",
|
|
136
130
|
"typescript": "^5.8.3",
|
|
137
131
|
"vite": "^6.3.5",
|
|
138
|
-
"vitest": "^3.
|
|
132
|
+
"vitest": "^3.2.3",
|
|
139
133
|
"vitest-axe": "^1.0.0-pre.5",
|
|
140
134
|
"vitest-canvas-mock": "^0.3.3",
|
|
141
135
|
"yup": "^1.6.1"
|