Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent f32681e commit 0d0fc78
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 211 deletions.
2 changes: 1 addition & 1 deletion packages/uni-app-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@uni-helper/uni-app-types": "workspace:*"
},
"devDependencies": {
"vue": "3.4.36"
"vue": "3.4.37"
},
"peerDependencies": {
"@uni-helper/uni-app-types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-app-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"stub": "unbuild --stub"
},
"devDependencies": {
"vue": "3.4.36"
"vue": "3.4.37"
},
"peerDependencies": {
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-cloud-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"stub": "unbuild --stub"
},
"devDependencies": {
"vue": "3.4.36"
"vue": "3.4.37"
},
"peerDependencies": {
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@uni-helper/uni-ui-types": "workspace:*"
},
"devDependencies": {
"vue": "3.4.36"
"vue": "3.4.37"
},
"peerDependencies": {
"@uni-helper/uni-app-types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-ui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@uni-helper/uni-app-types": "workspace:*"
},
"devDependencies": {
"vue": "3.4.36"
"vue": "3.4.37"
},
"peerDependencies": {
"@uni-helper/uni-app-types": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@dcloudio/uni-mp-xhs": "3.0.0-4020420240722002",
"@dcloudio/uni-quickapp-webview": "3.0.0-4020420240722002",
"@uni-helper/uni-app-components": "workspace:*",
"vue": "3.4.36",
"vue": "3.4.37",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
Expand All @@ -75,6 +75,6 @@
"@uni-helper/uni-ui-types": "workspace:*",
"typescript": "5.5.4",
"vite": "^5.3.5",
"vue-tsc": "2.0.28"
"vue-tsc": "2.0.29"
}
}
410 changes: 206 additions & 204 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0d0fc78

Please sign in to comment.