@wistia/wistia-player-react 0.6.18 → 0.6.20
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/wistia-player-react",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.20",
|
|
4
4
|
"packageManager": "yarn@4.13.0",
|
|
5
5
|
"description": "An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@wistia/type-guards": "^0.9.3",
|
|
49
|
-
"@wistia/wistia-player": "0.6.
|
|
49
|
+
"@wistia/wistia-player": "0.6.20"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=18.0.0 <20.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"babel-plugin-transform-object-hasown": "^1.1.0",
|
|
64
64
|
"esbuild": "^0.27.1",
|
|
65
65
|
"npm-run-all": "^4.1.5",
|
|
66
|
-
"react": "^19.2.
|
|
66
|
+
"react": "^19.2.5",
|
|
67
67
|
"read-package-json": "^7.0.1",
|
|
68
68
|
"typescript": "5.9.3",
|
|
69
69
|
"zx": "^8.8.5"
|