diff --git a/package-lock.json b/package-lock.json index 134ded05..df91a0c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "dependencies": { "@deriv-com/quill-tokens": "^2.0.12", - "@deriv/quill-icons": "^1.22.10", + "@deriv/quill-icons": "^2.1.0", "@headlessui/react": "1.7.18", "dayjs": "^1.11.11", "react-calendar": "^5.0.0", @@ -2894,10 +2894,9 @@ } }, "node_modules/@deriv/quill-icons": { - "version": "1.23.12", - "resolved": "https://registry.npmjs.org/@deriv/quill-icons/-/quill-icons-1.23.12.tgz", - "integrity": "sha512-A0OT5PBGwR2FSGA+tq4OmxG8oME3L6uYH8VGdl52WKn7Dnsyttv3LCyM+KejJPOPTkg6k30OGYyIhJGU+7zE5g==", - "license": "ISC", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@deriv/quill-icons/-/quill-icons-2.1.0.tgz", + "integrity": "sha512-o2GYZH+UwWeuzo9G46/B8UpAFw138aUieLFae2sWTKccF1bfoH+fajnA67iwBo7pAHesasLUR9hxxJyk6xM7xA==", "peerDependencies": { "react": ">= 16", "react-dom": ">= 16" diff --git a/package.json b/package.json index 0536c861..d7929245 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ }, "dependencies": { "@deriv-com/quill-tokens": "^2.0.12", - "@deriv/quill-icons": "^1.22.10", + "@deriv/quill-icons": "^2.1.0", "@headlessui/react": "1.7.18", "dayjs": "^1.11.11", "react-calendar": "^5.0.0",