Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2023-02-12 08:15:27 +08:00
parent e4c49ec7d7
commit 94bfce7f62
2 changed files with 24 additions and 24 deletions

42
package-lock.json generated
View file

@ -17,10 +17,10 @@
"fast-deep-equal": "~3.1.3",
"idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0",
"masto": "~5.8.0",
"masto": "~5.9.0",
"mem": "~9.0.2",
"p-retry": "~5.1.2",
"preact": "~10.12.0",
"preact": "~10.12.1",
"react-hotkeys-hook": "~4.3.5",
"react-intersection-observer": "~9.4.2",
"react-router-dom": "6.6.2",
@ -42,7 +42,7 @@
"vite": "~4.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-html-env": "~1.2.7",
"vite-plugin-pwa": "~0.14.3",
"vite-plugin-pwa": "~0.14.4",
"vite-plugin-remove-console": "~1.3.0",
"workbox-cacheable-response": "~6.5.4",
"workbox-expiration": "~6.5.4",
@ -4718,9 +4718,9 @@
}
},
"node_modules/masto": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.8.0.tgz",
"integrity": "sha512-9hxh/UmIh3pBcNVzZuqbklQlxZb/WKd9G3sNQzz18AL6NwoocmEjTykxBhHQEaoh3ATNCGb+3xbPodhIuTxgsA==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.0.tgz",
"integrity": "sha512-noKnrf1Qg6pIcOshyYsJrRc6Fe3yCiLPO++GrpHuYvJ5M2ts5p8WBDlnb2pGX2MPrUY8vGNg90INAjUWT/JDzQ==",
"dependencies": {
"@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2",
@ -5650,9 +5650,9 @@
"dev": true
},
"node_modules/preact": {
"version": "10.12.0",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.12.0.tgz",
"integrity": "sha512-+w8ix+huD8CNZemheC53IPjMUFk921i02o30u0K6h53spMX41y/QhVDnG/nU2k42/69tvqWmVsgNLIiwRAcmxg==",
"version": "10.12.1",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.12.1.tgz",
"integrity": "sha512-l8386ixSsBdbreOAkqtrwqHwdvR35ID8c3rKPa8lCWuO86dBi32QWHV4vfsZK1utLLFMvw+Z5Ad4XLkZzchscg==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
@ -6676,9 +6676,9 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.3.tgz",
"integrity": "sha512-o/CEzdHXamdSV4WJ6hp1EQNe+yVvoFf9b5q1nMhOSqKxaW7BaDqAHAwnq8jt21wakDmcaipnuF3/j78AzZJ6wg==",
"version": "0.14.4",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.4.tgz",
"integrity": "sha512-M7Ct0so8OlouMkTWgXnl8W1xU95glITSKIe7qswZf1tniAstO2idElGCnsrTJ5NPNSx1XqfTCOUj8j94S6FD7Q==",
"dev": true,
"dependencies": {
"@rollup/plugin-replace": "^5.0.1",
@ -10288,9 +10288,9 @@
}
},
"masto": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.8.0.tgz",
"integrity": "sha512-9hxh/UmIh3pBcNVzZuqbklQlxZb/WKd9G3sNQzz18AL6NwoocmEjTykxBhHQEaoh3ATNCGb+3xbPodhIuTxgsA==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.0.tgz",
"integrity": "sha512-noKnrf1Qg6pIcOshyYsJrRc6Fe3yCiLPO++GrpHuYvJ5M2ts5p8WBDlnb2pGX2MPrUY8vGNg90INAjUWT/JDzQ==",
"requires": {
"@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2",
@ -10870,9 +10870,9 @@
"dev": true
},
"preact": {
"version": "10.12.0",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.12.0.tgz",
"integrity": "sha512-+w8ix+huD8CNZemheC53IPjMUFk921i02o30u0K6h53spMX41y/QhVDnG/nU2k42/69tvqWmVsgNLIiwRAcmxg=="
"version": "10.12.1",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.12.1.tgz",
"integrity": "sha512-l8386ixSsBdbreOAkqtrwqHwdvR35ID8c3rKPa8lCWuO86dBi32QWHV4vfsZK1utLLFMvw+Z5Ad4XLkZzchscg=="
},
"prettier": {
"version": "2.8.0",
@ -11572,9 +11572,9 @@
"requires": {}
},
"vite-plugin-pwa": {
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.3.tgz",
"integrity": "sha512-o/CEzdHXamdSV4WJ6hp1EQNe+yVvoFf9b5q1nMhOSqKxaW7BaDqAHAwnq8jt21wakDmcaipnuF3/j78AzZJ6wg==",
"version": "0.14.4",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.4.tgz",
"integrity": "sha512-M7Ct0so8OlouMkTWgXnl8W1xU95glITSKIe7qswZf1tniAstO2idElGCnsrTJ5NPNSx1XqfTCOUj8j94S6FD7Q==",
"dev": true,
"requires": {
"@rollup/plugin-replace": "^5.0.1",

View file

@ -19,10 +19,10 @@
"fast-deep-equal": "~3.1.3",
"idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0",
"masto": "~5.8.0",
"masto": "~5.9.0",
"mem": "~9.0.2",
"p-retry": "~5.1.2",
"preact": "~10.12.0",
"preact": "~10.12.1",
"react-hotkeys-hook": "~4.3.5",
"react-intersection-observer": "~9.4.2",
"react-router-dom": "6.6.2",
@ -44,7 +44,7 @@
"vite": "~4.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-html-env": "~1.2.7",
"vite-plugin-pwa": "~0.14.3",
"vite-plugin-pwa": "~0.14.4",
"vite-plugin-remove-console": "~1.3.0",
"workbox-cacheable-response": "~6.5.4",
"workbox-expiration": "~6.5.4",