Skip to content

Commit

Permalink
CSS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Nov 9, 2022
1 parent 886aafb commit a81b67b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions tailwind.css
@@ -1,3 +1,5 @@
@import '~antd/dist/antd.css';

@tailwind base;
@tailwind components;
@tailwind utilities;
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit a81b67b

Please sign in to comment.