Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jun 11, 2024
1 parent 8baf2e1 commit 5e156f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.23"
"wot-design-uni": "^1.2.25"
}
}
4 changes: 2 additions & 2 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.0",
"@types/node": "^20.14.2",
"@vue/tsconfig": "^0.5.1",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
}
}
2 changes: 1 addition & 1 deletion template/module/unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/carbon": "^1.1.35",
"@uni-helper/unocss-preset-uni": "^0.2.9",
"unocss": "^0.60.4"
}
Expand Down
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.22"
"@uni-helper/vite-plugin-uni-pages": "^0.2.23"
}
}

0 comments on commit 5e156f7

Please sign in to comment.