Pin preact to 10.5.10 to fix broken player layout. #661
This commit is contained in:
6
build/javascript/package-lock.json
generated
6
build/javascript/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user