mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 18:25:41 +03:00
Upgrade preact
This commit is contained in:
parent
305b3a5f0e
commit
703e56c2c7
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -23,7 +23,7 @@
|
||||||
"mem": "~9.0.2",
|
"mem": "~9.0.2",
|
||||||
"p-retry": "~5.1.2",
|
"p-retry": "~5.1.2",
|
||||||
"p-throttle": "~5.1.0",
|
"p-throttle": "~5.1.0",
|
||||||
"preact": "~10.14.1",
|
"preact": "~10.15.0",
|
||||||
"react-hotkeys-hook": "~4.4.0",
|
"react-hotkeys-hook": "~4.4.0",
|
||||||
"react-intersection-observer": "~9.4.3",
|
"react-intersection-observer": "~9.4.3",
|
||||||
"react-quick-pinch-zoom": "~4.8.0",
|
"react-quick-pinch-zoom": "~4.8.0",
|
||||||
|
@ -5860,9 +5860,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/preact": {
|
"node_modules/preact": {
|
||||||
"version": "10.14.1",
|
"version": "10.15.0",
|
||||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.14.1.tgz",
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.15.0.tgz",
|
||||||
"integrity": "sha512-4XDSnUisk3YFBb3p9WeKeH1mKoxdFUsaXcvxs9wlpYR1wax/TWJVqhwmIWbByX0h7jMEJH6Zc5J6jqc58FKaNQ==",
|
"integrity": "sha512-nZSa8M2R2m1n7nJSBlzDpxRJaIsejrTO1vlFbdpFvyC8qM1iU+On2y0otfoUm6SRB5o0lF0CKDFxg6grEFU0iQ==",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
"url": "https://opencollective.com/preact"
|
"url": "https://opencollective.com/preact"
|
||||||
|
@ -11219,9 +11219,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"preact": {
|
"preact": {
|
||||||
"version": "10.14.1",
|
"version": "10.15.0",
|
||||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.14.1.tgz",
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.15.0.tgz",
|
||||||
"integrity": "sha512-4XDSnUisk3YFBb3p9WeKeH1mKoxdFUsaXcvxs9wlpYR1wax/TWJVqhwmIWbByX0h7jMEJH6Zc5J6jqc58FKaNQ=="
|
"integrity": "sha512-nZSa8M2R2m1n7nJSBlzDpxRJaIsejrTO1vlFbdpFvyC8qM1iU+On2y0otfoUm6SRB5o0lF0CKDFxg6grEFU0iQ=="
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"version": "2.8.0",
|
"version": "2.8.0",
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"mem": "~9.0.2",
|
"mem": "~9.0.2",
|
||||||
"p-retry": "~5.1.2",
|
"p-retry": "~5.1.2",
|
||||||
"p-throttle": "~5.1.0",
|
"p-throttle": "~5.1.0",
|
||||||
"preact": "~10.14.1",
|
"preact": "~10.15.0",
|
||||||
"react-hotkeys-hook": "~4.4.0",
|
"react-hotkeys-hook": "~4.4.0",
|
||||||
"react-intersection-observer": "~9.4.3",
|
"react-intersection-observer": "~9.4.3",
|
||||||
"react-quick-pinch-zoom": "~4.8.0",
|
"react-quick-pinch-zoom": "~4.8.0",
|
||||||
|
|
Loading…
Reference in a new issue