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 19, 2024
2 parents 826b910 + ab59822 commit 31a827d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.119"
"@iconify-json/tabler": "^1.1.120"
}
}
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.14"
"nutui-uniapp": "^1.7.15"
}
}
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.7"
"wot-design-uni": "^1.3.8"
}
}
2 changes: 1 addition & 1 deletion template/config/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@uni-helper/eslint-config": "^0.0.6",
"@uni-helper/eslint-config": "^0.1.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.15",
"@types/node": "^20.16.0",
"@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.1"
"pinia": "^2.2.2"
}
}
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.37",
"@uni-helper/unocss-preset-uni": "^0.2.9",
"unocss": "^0.61.9"
"unocss": "^0.62.2"
}
}
2 changes: 1 addition & 1 deletion template/plugin/import/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@uni-helper/vite-plugin-uni-components": "^0.0.9"
"@uni-helper/vite-plugin-uni-components": "^0.0.10"
}
}

0 comments on commit 31a827d

Please sign in to comment.