Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jul 8, 2024
1 parent 987ef80 commit 530c83b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion template/UI/ano/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"ano-ui": "^0.9.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.115"
"@iconify-json/tabler": "^1.1.116"
}
}
2 changes: 1 addition & 1 deletion template/UI/nut/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"nutui-uniapp": "^1.7.10"
"nutui-uniapp": "^1.7.11"
}
}
2 changes: 1 addition & 1 deletion template/UI/wot/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"wot-design-uni": "^1.2.28"
"wot-design-uni": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"type-check": "vue-tsc --noEmit"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@vue/tsconfig": "^0.5.1",
"typescript": "^5.5.2",
"vue-tsc": "^2.0.24"
"typescript": "^5.5.3",
"vue-tsc": "^2.0.26"
}
}
2 changes: 1 addition & 1 deletion template/module/uniNetwork/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@uni-helper/uni-network": "^0.18.1"
"@uni-helper/uni-network": "^0.19.1"
}
}
2 changes: 1 addition & 1 deletion template/module/unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@uni-helper/unocss-preset-uni": "^0.2.9",
"unocss": "^0.61.0"
"unocss": "^0.61.3"
}
}
2 changes: 1 addition & 1 deletion template/plugin/pages/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@uni-helper/vite-plugin-uni-pages": "^0.2.24"
"@uni-helper/vite-plugin-uni-pages": "^0.2.25"
}
}

0 comments on commit 530c83b

Please sign in to comment.