@wistia/vhs 3.0.1-beta.73611361.306133d → 3.0.1-beta.7aa0c3e0.d96b9f7
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 +34 -40
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +34 -40
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.7aa0c3e0.d96b9f7",
|
|
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",
|
|
@@ -133,6 +133,9 @@
|
|
|
133
133
|
"vitest-canvas-mock": "^0.3.3",
|
|
134
134
|
"yup": "^1.7.1"
|
|
135
135
|
},
|
|
136
|
+
"resolutions": {
|
|
137
|
+
"styled-components": "^5.3.11"
|
|
138
|
+
},
|
|
136
139
|
"author": "Wistia Engineering",
|
|
137
140
|
"license": "UNLICENSED",
|
|
138
141
|
"repository": {
|