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 1, 2024
1 parent e4a9c41 commit 8c2f305
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.114"
"@iconify-json/tabler": "^1.1.115"
}
}
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.27"
"wot-design-uni": "^1.2.28"
}
}
2 changes: 1 addition & 1 deletion template/config/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"@uni-helper/eslint-config": "^0.0.6",
"eslint": "^9.5.0"
"eslint": "^9.6.0"
}
}
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.8",
"@types/node": "^20.14.9",
"@vue/tsconfig": "^0.5.1",
"typescript": "^5.5.2",
"vue-tsc": "^2.0.22"
"vue-tsc": "^2.0.24"
}
}
2 changes: 1 addition & 1 deletion template/module/uniUse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@uni-helper/uni-use": "^0.19.11",
"@uni-helper/uni-use": "^0.19.12",
"@vueuse/core": "9.13.0"
}
}
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.23"
"@uni-helper/vite-plugin-uni-pages": "^0.2.24"
}
}

0 comments on commit 8c2f305

Please sign in to comment.