mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Upgrade preact to v10.20.0
The upstream preact bug [1] has been fixed now! [1]: https://github.com/preactjs/preact/issues/4221
This commit is contained in:
parent
5171e0010d
commit
e843fe3ecb
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -8,7 +8,7 @@
|
|||
"dependencies": {
|
||||
"htm": "^3.0.4",
|
||||
"linkifyjs": "^4.1.3",
|
||||
"preact": "10.17.1"
|
||||
"preact": "^10.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/packager-raw-url": "^2.0.0",
|
||||
|
@ -3440,9 +3440,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/preact": {
|
||||
"version": "10.17.1",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.17.1.tgz",
|
||||
"integrity": "sha512-X9BODrvQ4Ekwv9GURm9AKAGaomqXmip7NQTZgY7gcNmr7XE83adOMJvd3N42id1tMFU7ojiynRsYnY6/BRFxLA==",
|
||||
"version": "10.20.0",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.20.0.tgz",
|
||||
"integrity": "sha512-wU7iZw2BjsaKDal3pDRDy/HpPB6cuFOnVUCcw9aIPKG98+ZrXx3F+szkos8BVME5bquyKDKvRlOJFG8kMkcAbg==",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/preact"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"dependencies": {
|
||||
"htm": "^3.0.4",
|
||||
"linkifyjs": "^4.1.3",
|
||||
"preact": "10.17.1"
|
||||
"preact": "^10.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/packager-raw-url": "^2.0.0",
|
||||
|
|
Loading…
Reference in a new issue