Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
fonghehe committed Apr 12, 2023
1 parent 2056fdc commit 3748920
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/components": "^10.1.0",
"@vueuse/core": "^10.1.0",
"ant-design-vue": "^3.2.18",
"axios": "^1.3.6",
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.1.2",
"ant-design-vue": "^3.2.19",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"element-plus": "^2.3.4",
"mitt": "^3.0.0",
"naive-ui": "^2.34.3",
"pinia": "^2.0.35",
"pinia-plugin-persistedstate": "^3.1.0",
"qs": "^6.11.1",
"tdesign-vue-next": "^1.3.1",
"tdesign-vue-next": "^1.3.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.47.tgz#e597ef75086c6e896ff5478a6bfc0a7aa4bbd14c"
integrity sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==

"@vueuse/components@^10.1.0":
"@vueuse/components@^10.1.2":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@vueuse/components/-/components-10.1.2.tgz#0543dad9a0f0bfc2b2a9025c4a9cee2c55baf603"
integrity sha512-HlYFYCg3twMhnQgPS4/muz8XIYKViFVKnpL0Xtw5+9ib2gtWvu1Qu7hj6kDMDtOIw1CnNRsUbMLiNI+LXkxSSQ==
Expand All @@ -1744,7 +1744,7 @@
"@vueuse/shared" "10.1.2"
vue-demi ">=0.14.0"

"@vueuse/core@10.1.2", "@vueuse/core@^10.1.0":
"@vueuse/core@10.1.2", "@vueuse/core@^10.1.2":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-10.1.2.tgz#2499eadec36c5d7109338e3a2b73725040ae8011"
integrity sha512-roNn8WuerI56A5uiTyF/TEYX0Y+VKlhZAF94unUfdhbDUI+NfwQMn4FUnUscIRUhv3344qvAghopU4bzLPNFlA==
Expand Down Expand Up @@ -1882,7 +1882,7 @@ ansi-styles@^6.0.0:
resolved "https://registry.npmmirror.com/ansi-styles/download/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3"
integrity sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==

ant-design-vue@^3.2.18:
ant-design-vue@^3.2.19:
version "3.2.20"
resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-3.2.20.tgz#552f5f08e2acbcc10bd4089145d4cc2b15d4cfec"
integrity sha512-YWpMfGaGoRastIXEYfCoJiaRiDHk4chqtYhlKQM5GqPt6NfvrM1Vg2e60yHtjxlZjed91wCMm0rAmyUr7Hwzdg==
Expand Down Expand Up @@ -2036,7 +2036,7 @@ axios@^1.2.2:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.3.6:
axios@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
Expand Down Expand Up @@ -8337,7 +8337,7 @@ tdesign-icons-vue-next@^0.1.7:
dependencies:
"@babel/runtime" "^7.16.3"

tdesign-vue-next@^1.3.1:
tdesign-vue-next@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/tdesign-vue-next/-/tdesign-vue-next-1.3.2.tgz#659ae6150ddabcd325b835ca6eb32beac699480b"
integrity sha512-i8+GXVcwvL0aQ4J8+7pMGTceu+DaGqugPK2hVAVWZcqskOzgxAspBQpHNPCs9067mSwZIa6VZWzeu7I7Oswhhw==
Expand Down

0 comments on commit 3748920

Please sign in to comment.