mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Upgrade dependencies
This commit is contained in:
parent
4a06fc5ad3
commit
618a0d70d2
2 changed files with 1879 additions and 1666 deletions
3527
package-lock.json
generated
3527
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -15,7 +15,7 @@
|
||||||
"@iconify-icons/mingcute": "~1.2.5",
|
"@iconify-icons/mingcute": "~1.2.5",
|
||||||
"@justinribeiro/lite-youtube": "~1.5.0",
|
"@justinribeiro/lite-youtube": "~1.5.0",
|
||||||
"@szhsin/react-menu": "~3.5.3",
|
"@szhsin/react-menu": "~3.5.3",
|
||||||
"dayjs": "~1.11.7",
|
"dayjs": "~1.11.8",
|
||||||
"dayjs-twitter": "~0.5.0",
|
"dayjs-twitter": "~0.5.0",
|
||||||
"fast-blurhash": "~1.1.2",
|
"fast-blurhash": "~1.1.2",
|
||||||
"fast-deep-equal": "~3.1.3",
|
"fast-deep-equal": "~3.1.3",
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"p-throttle": "~5.1.0",
|
"p-throttle": "~5.1.0",
|
||||||
"preact": "~10.15.1",
|
"preact": "~10.15.1",
|
||||||
"react-hotkeys-hook": "~4.4.0",
|
"react-hotkeys-hook": "~4.4.0",
|
||||||
"react-intersection-observer": "~9.4.3",
|
"react-intersection-observer": "~9.4.4",
|
||||||
"react-quick-pinch-zoom": "~4.9.0",
|
"react-quick-pinch-zoom": "~4.9.0",
|
||||||
"react-router-dom": "6.6.2",
|
"react-router-dom": "6.6.2",
|
||||||
"string-length": "~5.0.1",
|
"string-length": "~5.0.1",
|
||||||
|
@ -44,17 +44,17 @@
|
||||||
"@trivago/prettier-plugin-sort-imports": "~4.1.1",
|
"@trivago/prettier-plugin-sort-imports": "~4.1.1",
|
||||||
"postcss": "~8.4.24",
|
"postcss": "~8.4.24",
|
||||||
"postcss-dark-theme-class": "~0.7.3",
|
"postcss-dark-theme-class": "~0.7.3",
|
||||||
"postcss-preset-env": "~8.4.1",
|
"postcss-preset-env": "~8.4.2",
|
||||||
"twitter-text": "~3.1.0",
|
"twitter-text": "~3.1.0",
|
||||||
"vite": "~4.3.9",
|
"vite": "~4.3.9",
|
||||||
"vite-plugin-generate-file": "~0.0.4",
|
"vite-plugin-generate-file": "~0.0.4",
|
||||||
"vite-plugin-html-config": "~1.0.11",
|
"vite-plugin-html-config": "~1.0.11",
|
||||||
"vite-plugin-pwa": "~0.15.1",
|
"vite-plugin-pwa": "~0.16.3",
|
||||||
"vite-plugin-remove-console": "~2.1.1",
|
"vite-plugin-remove-console": "~2.1.1",
|
||||||
"workbox-cacheable-response": "~6.6.0",
|
"workbox-cacheable-response": "~7.0.0",
|
||||||
"workbox-expiration": "~6.6.0",
|
"workbox-expiration": "~7.0.0",
|
||||||
"workbox-routing": "~6.6.0",
|
"workbox-routing": "~7.0.0",
|
||||||
"workbox-strategies": "~6.6.0"
|
"workbox-strategies": "~7.0.0"
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|
Loading…
Reference in a new issue