Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Arhell <[email protected]>
  • Loading branch information
Arhell committed Aug 19, 2023
1 parent 184ae67 commit 8e48dd9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-slick": "^0.29.0",
"sass": "^1.66.0",
"sass": "^1.66.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"antd": "^5.8.3"
"antd": "^5.8.4"
},
"browserslist": {
"production": [
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2602,10 +2602,10 @@ ansi-styles@^6.1.0:
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==

antd@^5.8.3:
version "5.8.3"
resolved "https://registry.yarnpkg.com/antd/-/antd-5.8.3.tgz#143986a0661da9d29e4739c5b47a31bb9a00750c"
integrity sha512-/DIGg/1UXyPdNLs9FYalfJO1LnnwMv2pnx9DS6ANSJwlo6fDxtb693IJWdaBuRlxgXJfARzxMNsPyFygy9N/Qw==
antd@^5.8.4:
version "5.8.4"
resolved "https://registry.yarnpkg.com/antd/-/antd-5.8.4.tgz#9225524e8325ebd4bf7a70512fce04a5088c28d4"
integrity sha512-DbQUmRWf9GAllZsc9NxL9gnrup75F7iZ0OlFY+mXh31JdSYQLLP07CAOK7z/sdQLQdYnAHWyuWvkb2mrRKxnYA==
dependencies:
"@ant-design/colors" "^7.0.0"
"@ant-design/cssinjs" "^1.16.0"
Expand Down Expand Up @@ -2635,7 +2635,7 @@ antd@^5.8.3:
rc-menu "~9.10.0"
rc-motion "^2.7.3"
rc-notification "~5.0.4"
rc-pagination "~3.5.0"
rc-pagination "~3.6.0"
rc-picker "~3.13.0"
rc-progress "~3.4.1"
rc-rate "~2.12.0"
Expand Down Expand Up @@ -6431,10 +6431,10 @@ rc-overflow@^1.3.1:
rc-resize-observer "^1.0.0"
rc-util "^5.19.2"

rc-pagination@~3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-3.5.0.tgz#8692a62f3c24d8bfe58f1b3059bc5262ddce5d87"
integrity sha512-lUBVtVVUn7gGsq4mTyVpcZQr+AMcljbMiL/HcCmSdFrcsK0iZVKwwbXDxhz2IV0JXUs9Hzepr5sQFaF+9ad/pQ==
rc-pagination@~3.6.0:
version "3.6.1"
resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-3.6.1.tgz#2db6678a57cd2f4f29d6c0416e282543af52d0df"
integrity sha512-R/sUnKKXx1Nm4kZfUKS3YKa7yEPF1ZkVB/AynQaHt+nMER7h9wPTfliDJFdYo+RM/nk2JD4Yc5QpUq8fIQHeug==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.1"
Expand Down Expand Up @@ -7097,10 +7097,10 @@ sass-loader@^10.1.1:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.66.0:
version "1.66.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.0.tgz#74728eed49b0e490cd729c233e7f1c6ce356e638"
integrity sha512-C3U+RgpAAlTXULZkWwzfysgbbBBo8IZudNAOJAVBLslFbIaZv4MBPkTqhuvpK4lqgdoFiWhnOGMoV4L1FyOBag==
sass@^1.66.1:
version "1.66.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1"
integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 8e48dd9

Please sign in to comment.