chore: popper js integration for color picker input (#2460)

This commit is contained in:
Anmol Singh Bhatia 2023-10-17 15:28:09 +05:30 committed by GitHub
parent 399af30b9a
commit a49fedf69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 40 deletions

View file

@ -34,6 +34,8 @@
"@blueprintjs/core": "^4.16.3",
"@blueprintjs/popover2": "^1.13.3",
"@headlessui/react": "^1.7.17",
"react-color": "^2.19.3"
"@popperjs/core": "^2.11.8",
"react-color": "^2.19.3",
"react-popper": "^2.3.0"
}
}