mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Upgrade dependencies
This commit is contained in:
parent
c1a10dfae3
commit
b7108303f9
2 changed files with 621 additions and 1006 deletions
1591
package-lock.json
generated
1591
package-lock.json
generated
File diff suppressed because it is too large
Load diff
36
package.json
36
package.json
|
@ -16,15 +16,15 @@
|
||||||
"readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js"
|
"readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@formatjs/intl-localematcher": "~0.5.5",
|
"@formatjs/intl-localematcher": "~0.5.7",
|
||||||
"@formatjs/intl-segmenter": "~11.6.0",
|
"@formatjs/intl-segmenter": "~11.7.3",
|
||||||
"@formkit/auto-animate": "~0.8.2",
|
"@formkit/auto-animate": "~0.8.2",
|
||||||
"@github/text-expander-element": "~2.8.0",
|
"@github/text-expander-element": "~2.8.0",
|
||||||
"@iconify-icons/mingcute": "~1.2.9",
|
"@iconify-icons/mingcute": "~1.2.9",
|
||||||
"@justinribeiro/lite-youtube": "~1.5.0",
|
"@justinribeiro/lite-youtube": "~1.5.0",
|
||||||
"@lingui/detect-locale": "~4.13.0",
|
"@lingui/detect-locale": "~4.14.0",
|
||||||
"@lingui/macro": "~4.13.0",
|
"@lingui/macro": "~4.14.0",
|
||||||
"@lingui/react": "~4.13.0",
|
"@lingui/react": "~4.14.0",
|
||||||
"@szhsin/react-menu": "~4.2.2",
|
"@szhsin/react-menu": "~4.2.2",
|
||||||
"chroma-js": "~3.1.2",
|
"chroma-js": "~3.1.2",
|
||||||
"compare-versions": "~6.1.1",
|
"compare-versions": "~6.1.1",
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"p-throttle": "~6.2.0",
|
"p-throttle": "~6.2.0",
|
||||||
"preact": "~10.24.3",
|
"preact": "~10.24.3",
|
||||||
"punycode": "~2.3.1",
|
"punycode": "~2.3.1",
|
||||||
"react-hotkeys-hook": "~4.5.1",
|
"react-hotkeys-hook": "~4.6.1",
|
||||||
"react-intersection-observer": "~9.13.1",
|
"react-intersection-observer": "~9.13.1",
|
||||||
"react-quick-pinch-zoom": "~5.1.0",
|
"react-quick-pinch-zoom": "~5.1.0",
|
||||||
"react-router-dom": "6.6.2",
|
"react-router-dom": "6.6.2",
|
||||||
|
@ -58,27 +58,27 @@
|
||||||
"valtio": "2.0.0"
|
"valtio": "2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
|
"@ianvs/prettier-plugin-sort-imports": "~4.4.0",
|
||||||
"@lingui/cli": "~4.13.0",
|
"@lingui/cli": "~4.14.0",
|
||||||
"@lingui/vite-plugin": "~4.13.0",
|
"@lingui/vite-plugin": "~4.14.0",
|
||||||
"@preact/preset-vite": "~2.9.1",
|
"@preact/preset-vite": "~2.9.1",
|
||||||
"babel-plugin-macros": "~3.1.0",
|
"babel-plugin-macros": "~3.1.0",
|
||||||
"postcss": "~8.4.47",
|
"postcss": "~8.4.49",
|
||||||
"postcss-dark-theme-class": "~1.3.0",
|
"postcss-dark-theme-class": "~1.3.0",
|
||||||
"postcss-preset-env": "~10.0.8",
|
"postcss-preset-env": "~10.1.0",
|
||||||
"sonda": "^0.5.0",
|
"sonda": "~0.6.0",
|
||||||
"twitter-text": "~3.1.0",
|
"twitter-text": "~3.1.0",
|
||||||
"vite": "~5.4.10",
|
"vite": "~5.4.11",
|
||||||
"vite-plugin-generate-file": "~0.2.0",
|
"vite-plugin-generate-file": "~0.2.0",
|
||||||
"vite-plugin-html-config": "~2.0.2",
|
"vite-plugin-html-config": "~2.0.2",
|
||||||
"vite-plugin-pwa": "~0.20.5",
|
"vite-plugin-pwa": "~0.20.5",
|
||||||
"vite-plugin-remove-console": "~2.2.0",
|
"vite-plugin-remove-console": "~2.2.0",
|
||||||
"vite-plugin-run": "~0.6.0",
|
"vite-plugin-run": "~0.6.0",
|
||||||
"workbox-cacheable-response": "~7.1.0",
|
"workbox-cacheable-response": "~7.3.0",
|
||||||
"workbox-expiration": "~7.1.0",
|
"workbox-expiration": "~7.3.0",
|
||||||
"workbox-navigation-preload": "~7.1.0",
|
"workbox-navigation-preload": "~7.3.0",
|
||||||
"workbox-routing": "~7.1.0",
|
"workbox-routing": "~7.3.0",
|
||||||
"workbox-strategies": "~7.1.0"
|
"workbox-strategies": "~7.3.0"
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|
Loading…
Reference in a new issue