From a81b67b55d8be1a0bbb25e233ef6ae8f798b494f Mon Sep 17 00:00:00 2001 From: hide-on-bush-x Date: Wed, 9 Nov 2022 02:51:37 -0300 Subject: [PATCH] CSS Fix --- package.json | 2 +- tailwind.css | 2 ++ yarn.lock | 12 ++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 62ecd0e9..963caa0a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/auth0": "^2.34.17", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", - "antd": "^4.19.5", + "antd": "^4.24.1", "autoprefixer": "^10.4.13", "axios": "^1.1.0", "eslint-plugin-prettier": "3.4.1", diff --git a/tailwind.css b/tailwind.css index 82b79bfd..62ec3d4f 100644 --- a/tailwind.css +++ b/tailwind.css @@ -1,3 +1,5 @@ +@import '~antd/dist/antd.css'; + @tailwind base; @tailwind components; @tailwind utilities; diff --git a/yarn.lock b/yarn.lock index 91fe4fdc..262968bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4259,10 +4259,10 @@ ansi-to-html@^0.6.11: dependencies: entities "^2.0.0" -antd@^4.19.5: - version "4.24.0" - resolved "https://registry.yarnpkg.com/antd/-/antd-4.24.0.tgz#a0e5d8728cd79c16d7b6b19520fa47ee47155b9e" - integrity sha512-ksk856MY359Gw7fMEPcOOKP7szvDHDNOaVd/uc5d4MK0qVX9LNjnmBGvp2BMUz20aAGalSrT5uVEhVdpxU9USA== +antd@^4.24.1: + version "4.24.1" + resolved "https://registry.yarnpkg.com/antd/-/antd-4.24.1.tgz#c002a150fc3f828146f8b0df11ccc1210a824c61" + integrity sha512-YzHOODx3kbgUKQ7FouuukkkWzLGnbAjIxN6VShOnzOiRWe8EHo7wXyM8De0cASjw/8+SmrqyyK0np+ohQ7WntQ== dependencies: "@ant-design/colors" "^6.0.0" "@ant-design/icons" "^4.7.0" @@ -4295,7 +4295,7 @@ antd@^4.19.5: rc-segmented "~2.1.0" rc-select "~14.1.13" rc-slider "~10.0.0" - rc-steps "~5.0.0-alpha.0" + rc-steps "~5.0.0-alpha.2" rc-switch "~3.2.0" rc-table "~7.26.0" rc-tabs "~12.2.0" @@ -12663,7 +12663,7 @@ rc-slider@~10.0.0: rc-util "^5.18.1" shallowequal "^1.1.0" -rc-steps@~5.0.0-alpha.0: +rc-steps@~5.0.0-alpha.2: version "5.0.0" resolved "https://registry.yarnpkg.com/rc-steps/-/rc-steps-5.0.0.tgz#2e2403f2dd69eb3966d65f461f7e3a8ee1ef69fe" integrity sha512-9TgRvnVYirdhbV0C3syJFj9EhCRqoJAsxt4i1rED5o8/ZcSv5TLIYyo4H8MCjLPvbe2R+oBAm/IYBEtC+OS1Rw==