@wistia/vhs 2.60.1-beta.604f9594.478b257 → 2.60.1-beta.b79e3edb.831bc76
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +13 -16
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.60.1-beta.
|
|
3
|
+
"version": "2.60.1-beta.b79e3edb.831bc76",
|
|
4
4
|
"packageManager": "yarn@4.3.1",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -71,8 +71,6 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
74
|
-
"@storybook/addon-docs": "^8.1.11",
|
|
75
|
-
"@storybook/theming": "^8.1.11",
|
|
76
74
|
"@wistia/type-guards": "^0.0.8",
|
|
77
75
|
"@wistia/vhs-design-tokens": "^2.1.3",
|
|
78
76
|
"date-fns": "^3.6.0",
|
|
@@ -93,17 +91,17 @@
|
|
|
93
91
|
"uuid": "^10.0.0"
|
|
94
92
|
},
|
|
95
93
|
"devDependencies": {
|
|
96
|
-
"@storybook/addon-a11y": "^8.2.
|
|
97
|
-
"@storybook/addon-backgrounds": "^8.2.
|
|
98
|
-
"@storybook/addon-controls": "^8.2.
|
|
99
|
-
"@storybook/addon-docs": "^8.2.
|
|
100
|
-
"@storybook/addon-links": "^8.2.
|
|
101
|
-
"@storybook/addon-mdx-gfm": "^8.2.
|
|
102
|
-
"@storybook/blocks": "^8.2.
|
|
103
|
-
"@storybook/manager-api": "^8.2.
|
|
104
|
-
"@storybook/react": "^8.2.
|
|
105
|
-
"@storybook/react-vite": "^8.2.
|
|
106
|
-
"@storybook/theming": "^8.2.
|
|
94
|
+
"@storybook/addon-a11y": "^8.2.4",
|
|
95
|
+
"@storybook/addon-backgrounds": "^8.2.4",
|
|
96
|
+
"@storybook/addon-controls": "^8.2.4",
|
|
97
|
+
"@storybook/addon-docs": "^8.2.4",
|
|
98
|
+
"@storybook/addon-links": "^8.2.4",
|
|
99
|
+
"@storybook/addon-mdx-gfm": "^8.2.4",
|
|
100
|
+
"@storybook/blocks": "^8.2.4",
|
|
101
|
+
"@storybook/manager-api": "^8.2.4",
|
|
102
|
+
"@storybook/react": "^8.2.4",
|
|
103
|
+
"@storybook/react-vite": "^8.2.4",
|
|
104
|
+
"@storybook/theming": "^8.2.4",
|
|
107
105
|
"@testing-library/dom": "^10.3.2",
|
|
108
106
|
"@testing-library/jest-dom": "6.4.6",
|
|
109
107
|
"@testing-library/react": "^16.0.0",
|
|
@@ -133,12 +131,11 @@
|
|
|
133
131
|
"jsdom": "^24.1.0",
|
|
134
132
|
"minimist": "^1.2.8",
|
|
135
133
|
"pascalcase": "^2.0.0",
|
|
136
|
-
"prettier": "^3.3.3",
|
|
137
134
|
"publint": "^0.2.8",
|
|
138
135
|
"react": "^18.3.1",
|
|
139
136
|
"react-dom": "^18.3.1",
|
|
140
137
|
"shx": "^0.3.4",
|
|
141
|
-
"storybook": "^8.2.
|
|
138
|
+
"storybook": "^8.2.4",
|
|
142
139
|
"styled-components": "^5.3.11",
|
|
143
140
|
"stylelint": "^16.7.0",
|
|
144
141
|
"tsx": "^4.16.2",
|