mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Update dependency preact to v10.7.0
This commit is contained in:
parent
c50536ff81
commit
6cf34df171
2 changed files with 4 additions and 4 deletions
6
build/javascript/package-lock.json
generated
6
build/javascript/package-lock.json
generated
|
@ -1650,9 +1650,9 @@
|
||||||
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
||||||
},
|
},
|
||||||
"preact": {
|
"preact": {
|
||||||
"version": "10.6.6",
|
"version": "10.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.6.tgz",
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.7.0.tgz",
|
||||||
"integrity": "sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw=="
|
"integrity": "sha512-9MEURwzNMKpAil/t6+wabDIJI6oG6GnwypYxiJDvQnW+fHDTt51PYuLZ1QUM31hFr7sDaj9qTaShAF9VIxuxGQ=="
|
||||||
},
|
},
|
||||||
"pretty-hrtime": {
|
"pretty-hrtime": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"htm": "^3.1.0",
|
"htm": "^3.1.0",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"micromodal": "^0.4.10",
|
"micromodal": "^0.4.10",
|
||||||
"preact": "10.6.6",
|
"preact": "10.7.0",
|
||||||
"tailwindcss": "^1.9.6",
|
"tailwindcss": "^1.9.6",
|
||||||
"video.js": "7.17.0"
|
"video.js": "7.17.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue