@wistia/vhs 2.75.3-beta.48e80f6a.94bdd6f → 2.75.3-beta.4c947af4.8108bb4
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/index.cjs +395 -395
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +399 -399
- package/dist/index.mjs.map +4 -4
- package/package.json +12 -18
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.4c947af4.8108bb4",
|
|
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",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
76
|
-
"react-is": "^
|
|
76
|
+
"react-is": "^18.3.1",
|
|
77
77
|
"react-slider": "^2.0.6",
|
|
78
78
|
"slate": "0.94.1",
|
|
79
79
|
"slate-history": "^0.100.0",
|
|
@@ -85,16 +85,10 @@
|
|
|
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.0",
|
|
89
|
+
"@storybook/addon-docs": "^9.0.0",
|
|
90
|
+
"@storybook/addon-links": "^9.0.0",
|
|
91
|
+
"@storybook/react-vite": "^9.0.0",
|
|
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",
|
|
@@ -102,16 +96,16 @@
|
|
|
102
96
|
"@types/is-hotkey": "^0.1.10",
|
|
103
97
|
"@types/jest-axe": "^3.5.9",
|
|
104
98
|
"@types/node": "^22.15.21",
|
|
105
|
-
"@types/react": "^
|
|
99
|
+
"@types/react": "^18.3.22",
|
|
106
100
|
"@types/react-aria-live": "^2.0.6",
|
|
107
|
-
"@types/react-dom": "^
|
|
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
105
|
"@vitejs/plugin-react": "^4.4.1",
|
|
112
106
|
"@vitest/coverage-istanbul": "^3.1.4",
|
|
113
107
|
"browserslist": "^4.24.5",
|
|
114
|
-
"chromatic": "^
|
|
108
|
+
"chromatic": "^12.0.0",
|
|
115
109
|
"concurrently": "^9.1.2",
|
|
116
110
|
"cross-env": "^7.0.3",
|
|
117
111
|
"depcheck": "^1.4.7",
|
|
@@ -124,13 +118,13 @@
|
|
|
124
118
|
"minimist": "^1.2.8",
|
|
125
119
|
"pascalcase": "^2.0.0",
|
|
126
120
|
"prettier": "^3.5.3",
|
|
127
|
-
"react": "^
|
|
121
|
+
"react": "^18.3.1",
|
|
128
122
|
"react-docgen-typescript": "^2.2.2",
|
|
129
|
-
"react-dom": "^
|
|
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.0",
|
|
134
128
|
"styled-components": "^5.3.11",
|
|
135
129
|
"tsx": "^4.19.4",
|
|
136
130
|
"typescript": "^5.8.3",
|