Skip to content

Commit 438ebcd

Browse files
committed
sync
1 parent 11c3895 commit 438ebcd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-input-color",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"description": "React input color component with hsv color picker",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -44,7 +44,7 @@
4444
"@swiftcarrot/color-fns": "^3.0.4",
4545
"@xkit/popover": "^0.1.16",
4646
"react-input-number": "^5.0.18",
47-
"react-input-slider": "^5.1.0"
47+
"react-input-slider": "^5.1.1"
4848
},
4949
"peerDependencies": {
5050
"react": "^16.8.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3891,10 +3891,10 @@ react-input-number@^5.0.18:
38913891
"@emotion/core" "^10.0.14"
38923892
lodash "^4.17.15"
38933893

3894-
react-input-slider@^5.1.0:
3895-
version "5.1.0"
3896-
resolved "https://registry.yarnpkg.com/react-input-slider/-/react-input-slider-5.1.0.tgz#f8cbf6d329e3bb80f2f3430558c99bd545623e85"
3897-
integrity sha512-LAXYMJdp7WBPQVxyLxtPSFGE66IinZKRH/nZTRHYDfL4VAHFM6cMQrtw7YZlp6DRiNI9/3C1RUsRm5B/mOS3YQ==
3894+
react-input-slider@^5.1.1:
3895+
version "5.1.1"
3896+
resolved "https://registry.yarnpkg.com/react-input-slider/-/react-input-slider-5.1.1.tgz#1d9c8aca099edb82c2a603975a78744309e038c7"
3897+
integrity sha512-TalvvZGPXj3qeX8ZQm0myCiE+AWWq0oA2n8MMki7sHIFlkGlgVmEGyeZ+kM7tq2woYfq+6YtOTWQI4OHDUROhg==
38983898
dependencies:
38993899
"@babel/runtime" "^7.5.5"
39003900
"@emotion/core" "^10.0.14"

0 commit comments

Comments
 (0)