Upgrade dependencies

Dangerous move, but oh well.
This commit is contained in:
Lim Chee Aun 2024-08-14 15:03:45 +08:00
parent e5815686a9
commit 6d15dfbf8f
2 changed files with 25 additions and 21 deletions

38
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@lingui/detect-locale": "~4.11.3",
"@lingui/macro": "~4.11.3",
"@lingui/react": "~4.11.3",
"@szhsin/react-menu": "~4.2.1",
"@szhsin/react-menu": "~4.2.2",
"compare-versions": "~6.1.1",
"dayjs": "~1.11.12",
"fast-blurhash": "~1.1.4",
@ -32,7 +32,7 @@
"moize": "~6.1.6",
"p-retry": "~6.2.0",
"p-throttle": "~6.1.0",
"preact": "~10.23.1",
"preact": "~10.23.2",
"punycode": "~2.3.1",
"react-hotkeys-hook": "~4.5.0",
"react-intersection-observer": "~9.13.0",
@ -55,11 +55,11 @@
"@preact/preset-vite": "~2.9.0",
"babel-plugin-macros": "~3.1.0",
"npm-run-all2": "~6.2.2",
"postcss": "~8.4.40",
"postcss": "~8.4.41",
"postcss-dark-theme-class": "~1.3.0",
"postcss-preset-env": "~10.0.0",
"twitter-text": "~3.1.0",
"vite": "~5.3.5",
"vite": "~5.4.0",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.20.1",
@ -4615,9 +4615,9 @@
}
},
"node_modules/@szhsin/react-menu": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@szhsin/react-menu/-/react-menu-4.2.1.tgz",
"integrity": "sha512-rxTZ6hh1P+C5orCyWSzefoXXsC70quFxp3X1HJjIOsQUc4ESDXl8/Qv7AzUk1k7c1xd44AD6Mx6Ce79ajNHihw==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@szhsin/react-menu/-/react-menu-4.2.2.tgz",
"integrity": "sha512-xI1LlPlOAmyjcnBxEwhathJs3YV0U+4hbEKMbR2CXK2O9X+r7g02l5EqB9Slsjj1poVMpgQvf81vOZuCw1HUjg==",
"dependencies": {
"prop-types": "^15.7.2",
"react-transition-state": "^2.1.0"
@ -8390,9 +8390,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.40",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz",
"integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==",
"version": "8.4.41",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
"integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
"dev": true,
"funding": [
{
@ -9139,9 +9139,9 @@
"license": "MIT"
},
"node_modules/preact": {
"version": "10.23.1",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.23.1.tgz",
"integrity": "sha512-O5UdRsNh4vdZaTieWe3XOgSpdMAmkIYBCT3VhQDlKrzyCm8lUYsk0fmVEvoQQifoOjFRTaHZO69ylrzTW2BH+A==",
"version": "10.23.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.23.2.tgz",
"integrity": "sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
@ -10598,13 +10598,13 @@
}
},
"node_modules/vite": {
"version": "5.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz",
"integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz",
"integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
"dev": true,
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"rollup": "^4.13.0"
},
"bin": {
@ -10624,6 +10624,7 @@
"less": "*",
"lightningcss": "^1.21.0",
"sass": "*",
"sass-embedded": "*",
"stylus": "*",
"sugarss": "*",
"terser": "^5.4.0"
@ -10641,6 +10642,9 @@
"sass": {
"optional": true
},
"sass-embedded": {
"optional": true
},
"stylus": {
"optional": true
},

View file

@ -25,7 +25,7 @@
"@lingui/detect-locale": "~4.11.3",
"@lingui/macro": "~4.11.3",
"@lingui/react": "~4.11.3",
"@szhsin/react-menu": "~4.2.1",
"@szhsin/react-menu": "~4.2.2",
"compare-versions": "~6.1.1",
"dayjs": "~1.11.12",
"fast-blurhash": "~1.1.4",
@ -40,7 +40,7 @@
"moize": "~6.1.6",
"p-retry": "~6.2.0",
"p-throttle": "~6.1.0",
"preact": "~10.23.1",
"preact": "~10.23.2",
"punycode": "~2.3.1",
"react-hotkeys-hook": "~4.5.0",
"react-intersection-observer": "~9.13.0",
@ -63,11 +63,11 @@
"@preact/preset-vite": "~2.9.0",
"babel-plugin-macros": "~3.1.0",
"npm-run-all2": "~6.2.2",
"postcss": "~8.4.40",
"postcss": "~8.4.41",
"postcss-dark-theme-class": "~1.3.0",
"postcss-preset-env": "~10.0.0",
"twitter-text": "~3.1.0",
"vite": "~5.3.5",
"vite": "~5.4.0",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.20.1",