mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-28 03:53:29 +03:00
Upgrade dependencies
This commit is contained in:
parent
af6cf2715c
commit
e8cc93bde6
2 changed files with 283 additions and 275 deletions
532
package-lock.json
generated
532
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
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.4",
|
"@formatjs/intl-localematcher": "~0.5.5",
|
||||||
"@formatjs/intl-segmenter": "~11.5.7",
|
"@formatjs/intl-segmenter": "~11.5.9",
|
||||||
"@formkit/auto-animate": "~0.8.2",
|
"@formkit/auto-animate": "~0.8.2",
|
||||||
"@github/text-expander-element": "~2.7.2",
|
"@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.11.4",
|
"@lingui/detect-locale": "~4.13.0",
|
||||||
"@lingui/macro": "~4.11.4",
|
"@lingui/macro": "~4.13.0",
|
||||||
"@lingui/react": "~4.11.4",
|
"@lingui/react": "~4.13.0",
|
||||||
"@szhsin/react-menu": "~4.2.2",
|
"@szhsin/react-menu": "~4.2.2",
|
||||||
"compare-versions": "~6.1.1",
|
"compare-versions": "~6.1.1",
|
||||||
"fast-blurhash": "~1.1.4",
|
"fast-blurhash": "~1.1.4",
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
"js-cookie": "~3.0.5",
|
"js-cookie": "~3.0.5",
|
||||||
"just-debounce-it": "~3.2.0",
|
"just-debounce-it": "~3.2.0",
|
||||||
"lz-string": "~1.5.0",
|
"lz-string": "~1.5.0",
|
||||||
"masto": "~6.8.0",
|
"masto": "~6.9.0",
|
||||||
"moize": "~6.1.6",
|
"moize": "~6.1.6",
|
||||||
"p-retry": "~6.2.0",
|
"p-retry": "~6.2.0",
|
||||||
"p-throttle": "~6.2.0",
|
"p-throttle": "~6.2.0",
|
||||||
"preact": "~10.24.2",
|
"preact": "~10.24.3",
|
||||||
"punycode": "~2.3.1",
|
"punycode": "~2.3.1",
|
||||||
"react-hotkeys-hook": "~4.5.1",
|
"react-hotkeys-hook": "~4.5.1",
|
||||||
"react-intersection-observer": "~9.13.1",
|
"react-intersection-observer": "~9.13.1",
|
||||||
|
@ -51,22 +51,22 @@
|
||||||
"tinyld": "~1.3.4",
|
"tinyld": "~1.3.4",
|
||||||
"toastify-js": "~1.12.0",
|
"toastify-js": "~1.12.0",
|
||||||
"uid": "~2.0.2",
|
"uid": "~2.0.2",
|
||||||
"use-debounce": "~10.0.3",
|
"use-debounce": "~10.0.4",
|
||||||
"use-long-press": "~3.2.0",
|
"use-long-press": "~3.2.0",
|
||||||
"use-resize-observer": "~9.1.0",
|
"use-resize-observer": "~9.1.0",
|
||||||
"valtio": "2.0.0"
|
"valtio": "2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
|
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
|
||||||
"@lingui/cli": "~4.11.4",
|
"@lingui/cli": "~4.13.0",
|
||||||
"@lingui/vite-plugin": "~4.11.4",
|
"@lingui/vite-plugin": "~4.13.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.47",
|
||||||
"postcss-dark-theme-class": "~1.3.0",
|
"postcss-dark-theme-class": "~1.3.0",
|
||||||
"postcss-preset-env": "~10.0.6",
|
"postcss-preset-env": "~10.0.7",
|
||||||
"twitter-text": "~3.1.0",
|
"twitter-text": "~3.1.0",
|
||||||
"vite": "~5.4.8",
|
"vite": "~5.4.9",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue