From ccdbe41a61e2ae06e5fc845157e072f223f55f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:30:01 +0000 Subject: [PATCH] chore: bump react-reflex from 4.1.0 to 4.2.6 Bumps [react-reflex](https://github.com/leefsmp/Re-Flex) from 4.1.0 to 4.2.6. - [Commits](https://github.com/leefsmp/Re-Flex/commits) --- updated-dependencies: - dependency-name: react-reflex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87c053e..fdfbaf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dummyi", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dummyi", - "version": "0.2.2", + "version": "0.2.3", "dependencies": { "@douyinfe/semi-next": "^2.51.0", "@douyinfe/semi-ui": "^2.51.0", @@ -36,7 +36,7 @@ "react-dom": "18.2.0", "react-intl": "^6.5.5", "react-redux": "^8.1.3", - "react-reflex": "^4.1.0", + "react-reflex": "^4.2.6", "react-sparklines": "^1.7.0", "redux-persist": "^6.0.0", "sass": "^1.69.3", @@ -7495,9 +7495,9 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/react-reflex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.1.0.tgz", - "integrity": "sha512-HA+JFDBxRqGgo2oz2qv+3Rf3ZjWCCjdjNOMYFzQ37jwCLfIAfnjBVcYEMtjGRFcFphC38s424D+Fh3ZL19apow==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.2.6.tgz", + "integrity": "sha512-MLGty/ii/BTipKZ47dfs8Ue5g1xqgCxUCDM34ruEr0UVJuXGDzcSX9wPMzRcv4dUR+1tw4hm4c3a6V6hLO2XcA==", "dependencies": { "@babel/runtime": "^7.0.0", "lodash.throttle": "^4.1.1", diff --git a/package.json b/package.json index b679d7c..65fdc1c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-dom": "18.2.0", "react-intl": "^6.5.5", "react-redux": "^8.1.3", - "react-reflex": "^4.1.0", + "react-reflex": "^4.2.6", "react-sparklines": "^1.7.0", "redux-persist": "^6.0.0", "sass": "^1.69.3",