From bb0c35f923076e0168a021b21c4cefddfd7051af Mon Sep 17 00:00:00 2001 From: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com> Date: Thu, 22 Sep 2022 16:55:03 +0530 Subject: [PATCH] fix: Design system package conflict with babel-plugin-styled-components (#16881) * fix: Design system package conflict with styled component babel-plugin-styled-components * version update --- app/client/package.json | 2 +- app/client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/client/package.json b/app/client/package.json index 472d517bf3..0bc641341d 100644 --- a/app/client/package.json +++ b/app/client/package.json @@ -46,7 +46,7 @@ "cypress-log-to-output": "^1.1.2", "dayjs": "^1.10.6", "deep-diff": "^1.0.2", - "design-system": "npm:@appsmithorg/design-system@1.0.21", + "design-system": "npm:@appsmithorg/design-system@1.0.24", "downloadjs": "^1.4.7", "draft-js": "^0.11.7", "emoji-mart": "^3.0.1", diff --git a/app/client/yarn.lock b/app/client/yarn.lock index c129bbbcce..8bf007758d 100644 --- a/app/client/yarn.lock +++ b/app/client/yarn.lock @@ -6211,10 +6211,10 @@ depd@~1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" -"design-system@npm:@appsmithorg/design-system@1.0.21": - version "1.0.21" - resolved "https://registry.yarnpkg.com/@appsmithorg/design-system/-/design-system-1.0.21.tgz#dfec4245d44e64e3034a78b113d17dd7be817903" - integrity sha512-07ifd/vnJjEZUM4yt3+s1qY9EG9niLW92jbRtBCR033hsEiqKu5FSTT81hFyrIXJ5KIgflnK4Koum94LMaByQA== +"design-system@npm:@appsmithorg/design-system@1.0.24": + version "1.0.24" + resolved "https://registry.yarnpkg.com/@appsmithorg/design-system/-/design-system-1.0.24.tgz#e83f33ba12917c31f130d20f7eab68e62a0fb86f" + integrity sha512-efcOCNX+h4EjDG2Tr09484PAMv7bR0olVQiTq+rwIF+TI9oajNfVGy8aRKVWeDg7kKdatULJ5avZ+IyM3aUJKg== dependencies: "@blueprintjs/datetime" "3.23.6" copy-to-clipboard "^3.3.1"