From ccef93060fc11a297cdb8b8cfd7f6ac902dfa1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:33:16 +0000 Subject: [PATCH] build(deps): bump @deriv/quill-icons from 1.23.5 to 2.1.0 Bumps [@deriv/quill-icons](https://github.com/deriv-com/quill-icons) from 1.23.5 to 2.1.0. - [Release notes](https://github.com/deriv-com/quill-icons/releases) - [Changelog](https://github.com/deriv-com/quill-icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/deriv-com/quill-icons/compare/v1.23.5...v2.1.0) --- updated-dependencies: - dependency-name: "@deriv/quill-icons" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1548ce0..53dd916f 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 eb5da64e..eac354f5 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",