Skip to content

Commit

Permalink
missing dependency UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf31891 committed Nov 15, 2022
1 parent 64ea1b7 commit b67777a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 57 deletions.
74 changes: 19 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-best-gradient-color-picker",
"version": "2.1.9",
"version": "2.1.10",
"description": "An easy to use color/gradient picker for React.js",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,8 @@
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.3",
Expand Down

0 comments on commit b67777a

Please sign in to comment.