Skip to content

Commit

Permalink
fix: version of semi-ui & semi-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Nov 30, 2023
1 parent 1879b90 commit 5b3fb03
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 47 deletions.
4 changes: 2 additions & 2 deletions neetbox/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"prettier": "prettier -w ."
},
"dependencies": {
"@douyinfe/semi-ui": "^2.47.0",
"@douyinfe/semi-ui": "^2.47.1",
"@douyinfe/semi-icons": "^2.47.1",
"@semi-bot/semi-theme-nyx-c": "^1.0.8",
"echarts": "^5.4.3",
"jotai": "^2.5.1",
Expand All @@ -26,7 +27,6 @@
"vite-plugin-semi-theme": "^0.5.0"
},
"devDependencies": {
"@douyinfe/semi-icons": "^2.47.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
Expand Down
83 changes: 38 additions & 45 deletions neetbox/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,33 +251,33 @@
dependencies:
tslib "^2.0.0"

"@douyinfe/[email protected].0":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-animation-react/-/semi-animation-react-2.47.0.tgz#8912d4970325a574fd078f6d37f85c58831b505c"
integrity sha512-z6MCDANM3BlA5wqXN36Y9SN/G3g0azhG5xXNYp47YYEp4Xpp7QmGzdVi5HR/7+drVK1qtoBEhBbkzUXEq4fsNw==
"@douyinfe/[email protected].1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-animation-react/-/semi-animation-react-2.47.1.tgz#1148e43e2e3cef8b7f57b42f484d403a71958f8e"
integrity sha512-5BzuEHSOW06IbNotshB1RsUoq0oJdY9IpmbQQL77kmvu8DvKnIsGDeYWP6TYwoKycCCMIDyCYsD13s+qMUGvwg==
dependencies:
"@douyinfe/semi-animation" "2.47.0"
"@douyinfe/semi-animation-styled" "2.47.0"
"@douyinfe/semi-animation" "2.47.1"
"@douyinfe/semi-animation-styled" "2.47.1"
classnames "^2.2.6"

"@douyinfe/[email protected].0":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-animation-styled/-/semi-animation-styled-2.47.0.tgz#16d54035ae8e6842e4f01730c84122daa8e68fe4"
integrity sha512-n+pBCz9PNHfqL//J0aWwSgOjaFeM8jVB4ZgX7lwqUbALdtNBq+VpDkLC4KUClNcX4/PVUY3gbJy++nVLA+urig==
"@douyinfe/[email protected].1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-animation-styled/-/semi-animation-styled-2.47.1.tgz#2d8b8403ce239a14139e17fa13ee35d03a833cf1"
integrity sha512-jjEwbVMKaIh74A1svvLdSseGIiJYX0CiMisfiwWtp/f3OCJTB20CaIHrINGTti5R9bB/MD5Oe3GuHLoD6/JQMw==

"@douyinfe/[email protected].0":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-animation/-/semi-animation-2.47.0.tgz#0a5e8d81b7995408fd6ff2c4e15e7db18d48c8ab"
integrity sha512-l9g+IN2VO8O0vY4B+5Cnnr/xzInvq5mxwUCxSOjiH3nm6AvVkUjK9eV2QB2vTk6YjjQ7/149eHZo1RZ/XjJnbg==
"@douyinfe/[email protected].1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-animation/-/semi-animation-2.47.1.tgz#aca61369ea6899a8dfc77109ba06ab04013b73b5"
integrity sha512-DG4bP3N3UZSeIoP4hDGFyKzNF83cd9vVjCJnxHUGTtVtFSpO1b47iQ0kD1qcgkUZghEqeixPFFu+6ilhq0qzZg==
dependencies:
bezier-easing "^2.1.0"

"@douyinfe/[email protected].0":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-foundation/-/semi-foundation-2.47.0.tgz#6acbc14439e8db36a15be48843eadc649bc5c0af"
integrity sha512-XVh6dn0JJBLU4uU2uUpvBBWKKzRg9qo7Kx5vUHegd6AKUa01zwTjSvuxdA9mtNQt3pd8u3WrQVOUCcMDidimiw==
"@douyinfe/[email protected].1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-foundation/-/semi-foundation-2.47.1.tgz#ca45941d057a1ebc71b93e7ec4f5980faf0b5dc4"
integrity sha512-2yO2kPO9TX+7gzRikmUy34CRckTB3Qkt+K9eIA2FMnIQ7R00yus7nAeoLaOaU8qUJd+OrqIEtwHGxthd0V1Wrg==
dependencies:
"@douyinfe/semi-animation" "2.47.0"
"@douyinfe/semi-animation" "2.47.1"
async-validator "^3.5.0"
classnames "^2.2.6"
date-fns "^2.29.3"
Expand All @@ -286,46 +286,39 @@
memoize-one "^5.2.1"
scroll-into-view-if-needed "^2.2.24"

"@douyinfe/[email protected]":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-icons/-/semi-icons-2.47.0.tgz#39ada4c130df5958e8277be5168cf65fdc6f3e49"
integrity sha512-tRermMqncekKBcBUR1Wxy6WTOV6NC9fLs7RgjSOlo0wWaMvBpdMl/xUE4S4jOvUCQn0l4uGw8w/mFzrWuKUyTw==
dependencies:
classnames "^2.2.6"

"@douyinfe/semi-icons@^2.47.1":
"@douyinfe/[email protected]", "@douyinfe/semi-icons@^2.47.1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-icons/-/semi-icons-2.47.1.tgz#100883e71a7eab9ca2abb91110f48a348b9ad895"
integrity sha512-+gC22MWuOCKSRwB5Yxq55+NUgoO9b7stYvIkuCmPuD3kYgjFhhGRR+o9dscQmDa8Wjd98wY05zI01S4BV/ptLw==
dependencies:
classnames "^2.2.6"

"@douyinfe/[email protected].0":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-illustrations/-/semi-illustrations-2.47.0.tgz#8d63af6f943eaf830a1df77fc7c5fa84a5a5d434"
integrity sha512-tMoAplbEzjiy469pqhD0BMgq+f8V30ZdOpBIVw7zz/O9Si2FWmuKO2CR1MQ8iA5FyROzmmVFgsSZ6kZ0fS+vEg==
"@douyinfe/[email protected].1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-illustrations/-/semi-illustrations-2.47.1.tgz#c4e1d4881cdc50ebb2f370b5cde299706dc5a5f6"
integrity sha512-ouhdAHzcBEW5kv5EFvHQsITSHIxlL0mnCMz63TVIywGA6QnCcxyMG6er0rlChAnu76FhlERR/Ys5Dlf2e5VhSQ==

"@douyinfe/[email protected].0":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-theme-default/-/semi-theme-default-2.47.0.tgz#203efe5d88fddd0acdcc8fbedfec7597f61cb3d7"
integrity sha512-nfDkp3b7yIKVuykelMQ4UykjqPF7OxpoRrehD713o0Wykk/FcR76janeXTgZiwDZgSY0Yb7kk6yr6CeWH/o/Uw==
"@douyinfe/[email protected].1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-theme-default/-/semi-theme-default-2.47.1.tgz#5a43c71764bebe9ec0add75ea4de25dc42d05e35"
integrity sha512-GGWH6sBvwBft8eB+7V0VSueSVmsfLhabzSv/GXYwZeyljyuj4/JTRZa2qyiSgN1BOZbwn3vPW1si2QFioR0gQA==
dependencies:
glob "^7.1.6"

"@douyinfe/semi-ui@^2.47.0":
version "2.47.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/@douyinfe/semi-ui/-/semi-ui-2.47.0.tgz#442ff3194adf5fb8349c99afee95b30b16bde1f4"
integrity sha512-9YHOFSvElLQzFVVi8Mrtxtm/Y2KH210XMGCmnGZPSVlxz+Lp3ndqtZMIMm7k/ncDunh/ndF1Qom6kMqhmUjZjA==
"@douyinfe/semi-ui@^2.47.1":
version "2.47.1"
resolved "https://registry.yarnpkg.com/@douyinfe/semi-ui/-/semi-ui-2.47.1.tgz#7553114eeea38c285633a19acda2472f48676032"
integrity sha512-HxYvjn32DJsDPmcspM8jzHMY84f4skEAN6Zheg4FPW74uAUSnGILj5HXd/vZM4c6bbJeQSnxP0Grqa5qrZFpkg==
dependencies:
"@dnd-kit/core" "^6.0.8"
"@dnd-kit/sortable" "^7.0.2"
"@dnd-kit/utilities" "^3.2.1"
"@douyinfe/semi-animation" "2.47.0"
"@douyinfe/semi-animation-react" "2.47.0"
"@douyinfe/semi-foundation" "2.47.0"
"@douyinfe/semi-icons" "2.47.0"
"@douyinfe/semi-illustrations" "2.47.0"
"@douyinfe/semi-theme-default" "2.47.0"
"@douyinfe/semi-animation" "2.47.1"
"@douyinfe/semi-animation-react" "2.47.1"
"@douyinfe/semi-foundation" "2.47.1"
"@douyinfe/semi-icons" "2.47.1"
"@douyinfe/semi-illustrations" "2.47.1"
"@douyinfe/semi-theme-default" "2.47.1"
async-validator "^3.5.0"
classnames "^2.2.6"
copy-text-to-clipboard "^2.1.1"
Expand Down

0 comments on commit 5b3fb03

Please sign in to comment.