Pin preact to 10.5.10 to fix broken player layout. #661

This commit is contained in:
Gabe Kangas
2021-01-26 10:32:07 -08:00
parent 68b441172e
commit ca66ea6588
9 changed files with 26 additions and 88672 deletions

View File

@@ -2841,9 +2841,9 @@
"integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="
},
"preact": {
"version": "10.5.11",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.11.tgz",
"integrity": "sha512-BdtFePVilR1430kDuzh3VkkZktCmp8RTqHOjG8qesyGZXHNYJjdrjEBuc2f7O/vthhVENxJd0/aTjWtYeH46aw=="
"version": "10.5.10",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.10.tgz",
"integrity": "sha512-A6SITnHaj5CS4JPLVroQDNOEozq4Y0B4yQSGHLznxHe66Jb2DvoeTEibLjXmfeofgQE3BZ2zurltBIapzCMlwg=="
},
"pretty-hrtime": {
"version": "1.0.3",

View File

@@ -10,7 +10,7 @@
"@videojs/themes": "^1.0.1",
"htm": "^3.0.4",
"mark.js": "^8.11.1",
"preact": "^10.5.11",
"preact": "10.5.10",
"tailwindcss": "^1.9.6",
"video.js": "7.10.2"
},