From 8b806d55f343114e3d71a77665180e15e15ad7a4 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 20 Nov 2024 17:35:23 +0800 Subject: [PATCH] Upgrade dependencies --- package-lock.json | 33 ++++++++++++++++----------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f503f73..040f1b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index cc4c5a4b..8ec05e59 100644 --- a/package.json +++ b/package.json @@ -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",