Skip to content

Commit 1e3716c

Browse files
Bump @uiw/react-color-wheel from 2.9.5 to 2.9.6 in /Plan/react/dashboard (#4509)
Bumps [@uiw/react-color-wheel](https://github.com/uiwjs/react-color) from 2.9.5 to 2.9.6. - [Release notes](https://github.com/uiwjs/react-color/releases) - [Commits](uiwjs/react-color@v2.9.5...v2.9.6) --- updated-dependencies: - dependency-name: "@uiw/react-color-wheel" dependency-version: 2.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb6609a commit 1e3716c

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

Plan/react/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@fullcalendar/react": "^6.1.20",
2020
"@highcharts/map-collection": "^2.3.2",
2121
"@uiw/react-color-chrome": "^2.9.5",
22-
"@uiw/react-color-wheel": "^2.9.5",
22+
"@uiw/react-color-wheel": "^2.9.6",
2323
"axios": "^1.13.6",
2424
"bootstrap": "^5.3.8",
2525
"export-to-csv": "^1.3.0",

Plan/react/dashboard/yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,11 @@
936936
resolved "https://registry.yarnpkg.com/@uiw/color-convert/-/color-convert-2.9.5.tgz#6b6cf276074a71ef66a58c45cc2d43b1a6c418ac"
937937
integrity sha512-h0PJU/wEfuCPYwY4Lcj8soGKndXq/NIOMkOfKajW4C8JmuyMbsViXSQs3c8c7auztxhQyKMDoSQ8U8kprlLUYw==
938938

939+
"@uiw/color-convert@2.9.6":
940+
version "2.9.6"
941+
resolved "https://registry.yarnpkg.com/@uiw/color-convert/-/color-convert-2.9.6.tgz#d0ac52b061e28a1e090f200092b91b80d24558a9"
942+
integrity sha512-w8TpU3MRcquurQJxWR1daKcRygu/a0hLP/VGsLMA3ebb41sAZGxMQLHtS+zC/e3ciFNB7BbPrSPlzOcz6w6cRg==
943+
939944
"@uiw/react-color-alpha@2.9.5":
940945
version "2.9.5"
941946
resolved "https://registry.yarnpkg.com/@uiw/react-color-alpha/-/react-color-alpha-2.9.5.tgz#def1df4d7782a7f1dd2c08dd7229eff241f60c9e"
@@ -1010,19 +1015,24 @@
10101015
dependencies:
10111016
"@uiw/color-convert" "2.9.5"
10121017

1013-
"@uiw/react-color-wheel@^2.9.5":
1014-
version "2.9.5"
1015-
resolved "https://registry.yarnpkg.com/@uiw/react-color-wheel/-/react-color-wheel-2.9.5.tgz#6b7e7fb3928543642169586a44a09cb1d1fa112a"
1016-
integrity sha512-vR7zYfJeFsNd+BCd2LBvbvqUF2V84WawoQPIt1MMTt4lz+EC9YUbLTRVe5QP+jngr5FfXU1TC9n/91UtqYypsQ==
1018+
"@uiw/react-color-wheel@^2.9.6":
1019+
version "2.9.6"
1020+
resolved "https://registry.yarnpkg.com/@uiw/react-color-wheel/-/react-color-wheel-2.9.6.tgz#dd103c7f8345a5c66324db4831c0fc24a5c479d9"
1021+
integrity sha512-a2qw544xrdVBfl2TY1VlmhLM4PMAN/pl1FLdAlSSy8u1xl1f851n9C3lze/9myQwnPO500NfQ8gcXq40nPEqPw==
10171022
dependencies:
1018-
"@uiw/color-convert" "2.9.5"
1019-
"@uiw/react-drag-event-interactive" "2.9.5"
1023+
"@uiw/color-convert" "2.9.6"
1024+
"@uiw/react-drag-event-interactive" "2.9.6"
10201025

10211026
"@uiw/react-drag-event-interactive@2.9.5":
10221027
version "2.9.5"
10231028
resolved "https://registry.yarnpkg.com/@uiw/react-drag-event-interactive/-/react-drag-event-interactive-2.9.5.tgz#4e360cc42778bacecc5864353ee5338c6435770f"
10241029
integrity sha512-2LK/lsWsNLG9is1uJ/p14JVOR+YfCu8gpHFJ+2m+I/DPXVOln7VGoYPzcS6hwYOt9tPPJF4uqonnIUCBQ4Xa2w==
10251030

1031+
"@uiw/react-drag-event-interactive@2.9.6":
1032+
version "2.9.6"
1033+
resolved "https://registry.yarnpkg.com/@uiw/react-drag-event-interactive/-/react-drag-event-interactive-2.9.6.tgz#e52460b067cdd69e049e8e8aa2bf2c2fe9b23899"
1034+
integrity sha512-jXzt3Xis/BIYap2Hj2++gB3aEUD0mZoVNGfckurrwjAwxasxNiwkmTGxV5er3due0ZgaVKdOAfTRoYKlgZukSg==
1035+
10261036
"@vitejs/plugin-react@^5.1.4":
10271037
version "5.1.4"
10281038
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz#5b477e060bf612a7394c4febacc5de33a219b0e4"

0 commit comments

Comments
 (0)