Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround authored Aug 12, 2024
2 parents ff5247f + 50806b0 commit 0240b57
Show file tree
Hide file tree
Showing 8 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.118"
"@iconify-json/tabler": "^1.1.119"
}
}
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.12"
"nutui-uniapp": "^1.7.14"
}
}
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.3.6"
"wot-design-uni": "^1.3.7"
}
}
2 changes: 1 addition & 1 deletion template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@uni-helper/uni-cloud-types": "^0.5.3",
"@vue/runtime-core": "3.4.21",
"mini-types": "^0.1.7",
"miniprogram-api-typings": "^3.12.2",
"miniprogram-api-typings": "^3.12.3",
"sass": "1.64.2",
"vite": "5.2.8"
}
Expand Down
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.8.0"
"eslint": "^9.9.0"
}
}
2 changes: 1 addition & 1 deletion template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type-check": "vue-tsc --noEmit"
},
"devDependencies": {
"@types/node": "^20.14.13",
"@types/node": "^20.14.15",
"@vue/tsconfig": "^0.5.1",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
Expand Down
2 changes: 1 addition & 1 deletion template/module/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"pinia": "^2.2.0"
"pinia": "^2.2.1"
}
}
4 changes: 2 additions & 2 deletions template/module/unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/carbon": "^1.1.37",
"@uni-helper/unocss-preset-uni": "^0.2.9",
"unocss": "^0.61.6"
"unocss": "^0.61.9"
}
}

0 comments on commit 0240b57

Please sign in to comment.