@wistia/vhs 2.49.0-beta.184868f3.aa273d4 → 2.49.0-beta.2fffd391.b8ee6f1
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 +246 -246
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +244 -244
- package/dist/index.mjs.map +4 -4
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.49.0-beta.
|
|
3
|
+
"version": "2.49.0-beta.2fffd391.b8ee6f1",
|
|
4
4
|
"packageManager": "yarn@4.1.1",
|
|
5
5
|
"description": "Visual Hype System",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
"@wistia/type-guards": "^0.0.8",
|
|
74
74
|
"@wistia/vhs-design-tokens": "^2.1.0",
|
|
75
75
|
"date-fns": "^3.6.0",
|
|
76
|
-
"formik": "^2.4.
|
|
76
|
+
"formik": "^2.4.6",
|
|
77
77
|
"is-hotkey": "^0.2.0",
|
|
78
78
|
"polished": "^4.3.1",
|
|
79
79
|
"react-aria-live": "^2.0.5",
|
|
80
80
|
"react-fast-compare": "^3.2.2",
|
|
81
|
-
"react-is": "^18.
|
|
81
|
+
"react-is": "^18.3.1",
|
|
82
82
|
"react-slider": "^2.0.6",
|
|
83
83
|
"react-transition-group": "^4.4.5",
|
|
84
84
|
"slate": "0.94.1",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"slate-hyperscript": "^0.100.0",
|
|
87
87
|
"slate-react": "^0.99.0",
|
|
88
88
|
"throttle-debounce": "^5.0.0",
|
|
89
|
-
"type-fest": "^4.
|
|
89
|
+
"type-fest": "^4.18.1",
|
|
90
90
|
"uuid": "^9.0.1"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
@@ -100,22 +100,22 @@
|
|
|
100
100
|
"@storybook/react": "^8.0.9",
|
|
101
101
|
"@storybook/react-vite": "^8.0.9",
|
|
102
102
|
"@storybook/theming": "^8.0.9",
|
|
103
|
-
"@testing-library/dom": "
|
|
104
|
-
"@testing-library/jest-dom": "
|
|
105
|
-
"@testing-library/react": "
|
|
103
|
+
"@testing-library/dom": "10.1.0",
|
|
104
|
+
"@testing-library/jest-dom": "6.4.5",
|
|
105
|
+
"@testing-library/react": "15.0.6",
|
|
106
106
|
"@testing-library/user-event": "^14.5.2",
|
|
107
|
-
"@types/node": "^20.12.
|
|
107
|
+
"@types/node": "^20.12.8",
|
|
108
108
|
"@types/react": "18.2.21",
|
|
109
109
|
"@types/react-aria-live": "^2.0.6",
|
|
110
|
-
"@types/react-dom": "^18.
|
|
110
|
+
"@types/react-dom": "^18.3.0",
|
|
111
111
|
"@types/react-slider": "^1.3.6",
|
|
112
112
|
"@types/react-transition-group": "^4.4.10",
|
|
113
113
|
"@types/styled-components": "^5.1.34",
|
|
114
114
|
"@types/throttle-debounce": "^5.0.2",
|
|
115
115
|
"@types/uuid": "^9.0.8",
|
|
116
116
|
"@vitejs/plugin-react": "^4.2.1",
|
|
117
|
-
"@vitest/coverage-istanbul": "^1.
|
|
118
|
-
"@wistia/eslint-config": "^0.32.
|
|
117
|
+
"@vitest/coverage-istanbul": "^1.6.0",
|
|
118
|
+
"@wistia/eslint-config": "^0.32.3",
|
|
119
119
|
"browserslist": "^4.23.0",
|
|
120
120
|
"bundlewatch": "^0.3.3",
|
|
121
121
|
"chromatic": "^11.3.0",
|
|
@@ -132,16 +132,16 @@
|
|
|
132
132
|
"minimist": "^1.2.8",
|
|
133
133
|
"pascalcase": "^2.0.0",
|
|
134
134
|
"publint": "^0.2.7",
|
|
135
|
-
"react": "^18.
|
|
136
|
-
"react-dom": "^18.
|
|
135
|
+
"react": "^18.3.1",
|
|
136
|
+
"react-dom": "^18.3.1",
|
|
137
137
|
"shx": "^0.3.4",
|
|
138
138
|
"storybook": "^8.0.9",
|
|
139
139
|
"styled-components": "^5.3.11",
|
|
140
|
-
"stylelint": "^16.
|
|
141
|
-
"tsx": "^4.
|
|
140
|
+
"stylelint": "^16.5.0",
|
|
141
|
+
"tsx": "^4.9.0",
|
|
142
142
|
"typescript": "5.3.3",
|
|
143
|
-
"vite": "^5.2.
|
|
144
|
-
"vitest": "^1.
|
|
143
|
+
"vite": "^5.2.11",
|
|
144
|
+
"vitest": "^1.6.0",
|
|
145
145
|
"vitest-axe": "^1.0.0-pre.3",
|
|
146
146
|
"vitest-canvas-mock": "^0.3.3",
|
|
147
147
|
"vitest-console": "^0.1.1",
|