Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2024-11-20 17:35:23 +08:00
parent 2930d9c40b
commit 8b806d55f3
2 changed files with 19 additions and 20 deletions

33
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@lingui/detect-locale": "~4.14.0",
"@lingui/macro": "~4.14.0",
"@lingui/react": "~4.14.0",
"@szhsin/react-menu": "~4.2.2",
"@szhsin/react-menu": "~4.2.3",
"chroma-js": "~3.1.2",
"compare-versions": "~6.1.1",
"fast-blurhash": "~1.1.4",
@ -58,14 +58,14 @@
"postcss": "~8.4.49",
"postcss-dark-theme-class": "~1.3.0",
"postcss-preset-env": "~10.1.1",
"sonda": "~0.6.0",
"sonda": "~0.6.1",
"twitter-text": "~3.1.0",
"vite": "~5.4.11",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-html-config": "~2.0.2",
"vite-plugin-pwa": "~0.21.0",
"vite-plugin-remove-console": "~2.2.0",
"vite-plugin-run": "~0.6.0",
"vite-plugin-run": "~0.6.1",
"workbox-cacheable-response": "~7.3.0",
"workbox-expiration": "~7.3.0",
"workbox-navigation-preload": "~7.3.0",
@ -4186,12 +4186,12 @@
}
},
"node_modules/@szhsin/react-menu": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@szhsin/react-menu/-/react-menu-4.2.2.tgz",
"integrity": "sha512-xI1LlPlOAmyjcnBxEwhathJs3YV0U+4hbEKMbR2CXK2O9X+r7g02l5EqB9Slsjj1poVMpgQvf81vOZuCw1HUjg==",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/@szhsin/react-menu/-/react-menu-4.2.3.tgz",
"integrity": "sha512-pLbjaR1XNu8rnHnmkf7eCotKFheumcxVrLQUxRRJB+P8XAc7LusAv4Rd6krhkGbeI4NsLFxNCvNq+wmx3/y/Wg==",
"dependencies": {
"prop-types": "^15.7.2",
"react-transition-state": "^2.1.0"
"react-transition-state": "^2.1.2"
},
"peerDependencies": {
"react": ">=16.14.0",
@ -8640,10 +8640,9 @@
}
},
"node_modules/react-transition-state": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/react-transition-state/-/react-transition-state-2.1.0.tgz",
"integrity": "sha512-b8ldw2pbZk++XM43vcD4ETaFWlzTsjpUX33CmT8BBPPFYlQ2R50wxcY4ZeJ1TesJYziYZ9/rNPFnyA9tR0iKDw==",
"license": "MIT",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-transition-state/-/react-transition-state-2.2.0.tgz",
"integrity": "sha512-D3EyLku1Sdxrxq26Fo4Jh0q1BLEFQfDOxKKiSuyqWH84+hM6y0Guc0hcW2IXMXY5l5gQCgkOQ9y90xx6mNoj5w==",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
@ -9077,9 +9076,9 @@
}
},
"node_modules/sonda": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/sonda/-/sonda-0.6.0.tgz",
"integrity": "sha512-7mH+SNTbVsT5ntzf8vg+mpUb4lYAf662gslDEKMwTUEUcekDd9L6I5DKz7c36O7xs4CMg8p5S/XiGST2IvYZow==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/sonda/-/sonda-0.6.1.tgz",
"integrity": "sha512-0N32ZDSfN1FSYkoZOF0zshPtYZXloChfVOjGHiZmPhaBbykC8mL8/j861S5GcZXuIqDv0TJH3RHFkHJgBbMCFw==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "^2.3.0",
@ -9943,9 +9942,9 @@
"dev": true
},
"node_modules/vite-plugin-run": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/vite-plugin-run/-/vite-plugin-run-0.6.0.tgz",
"integrity": "sha512-B5iHHz6MjXodmTxZPlEQAOJQAzi47wCqVqSDYo71A7b8MzS+MklwmZ384lb4xUy71PPTEZAxjNs0bIDqL4ly8g==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/vite-plugin-run/-/vite-plugin-run-0.6.1.tgz",
"integrity": "sha512-mXEEQHWhk/OD8XuK7V517eDPnXS5OrzjGsihHihSbWNFXqEBy6WNkdLNIfPY1o86JLLRDVq3VeVus3YOTiJeGg==",
"dev": true,
"dependencies": {
"@antfu/utils": "^0.7.10",

View file

@ -25,7 +25,7 @@
"@lingui/detect-locale": "~4.14.0",
"@lingui/macro": "~4.14.0",
"@lingui/react": "~4.14.0",
"@szhsin/react-menu": "~4.2.2",
"@szhsin/react-menu": "~4.2.3",
"chroma-js": "~3.1.2",
"compare-versions": "~6.1.1",
"fast-blurhash": "~1.1.4",
@ -66,14 +66,14 @@
"postcss": "~8.4.49",
"postcss-dark-theme-class": "~1.3.0",
"postcss-preset-env": "~10.1.1",
"sonda": "~0.6.0",
"sonda": "~0.6.1",
"twitter-text": "~3.1.0",
"vite": "~5.4.11",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-html-config": "~2.0.2",
"vite-plugin-pwa": "~0.21.0",
"vite-plugin-remove-console": "~2.2.0",
"vite-plugin-run": "~0.6.0",
"vite-plugin-run": "~0.6.1",
"workbox-cacheable-response": "~7.3.0",
"workbox-expiration": "~7.3.0",
"workbox-navigation-preload": "~7.3.0",