0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

🎉 Add randomcolor dependency.

This commit is contained in:
Andrey Antukh 2020-03-30 23:56:49 +02:00
parent 884cac4b3b
commit d974ed750a
2 changed files with 6 additions and 0 deletions

View file

@ -4689,6 +4689,11 @@
"safe-buffer": "^5.1.0" "safe-buffer": "^5.1.0"
} }
}, },
"randomcolor": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/randomcolor/-/randomcolor-0.5.4.tgz",
"integrity": "sha512-nYd4nmTuuwMFzHL6W+UWR5fNERGZeVauho8mrJDUSXdNDbao4rbrUwhuLgKC/j8VCS5+34Ria8CsTDuBjrIrQA=="
},
"randomfill": { "randomfill": {
"version": "1.0.4", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",

View file

@ -29,6 +29,7 @@
}, },
"dependencies": { "dependencies": {
"date-fns": "^2.11.1", "date-fns": "^2.11.1",
"randomcolor": "^0.5.4",
"react": "^16.13.1", "react": "^16.13.1",
"react-color": "^2.18.0", "react-color": "^2.18.0",
"react-dnd": "^10.0.2", "react-dnd": "^10.0.2",