Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Aug 26, 2024
2 parents 41c3c89 + c1d82bd commit 6fbb397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1.0",
"eslint": "^9.9.0"
"eslint": "^9.9.1"
}
}
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.16.0",
"@types/node": "^22.5.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/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.62.2"
"unocss": "^0.62.3"
}
}

0 comments on commit 6fbb397

Please sign in to comment.