Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 8909996 commit 2c698d5
Show file tree
Hide file tree
Showing 9 changed files with 309 additions and 508 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"vitepress": "^1.4.1",
"vue": "3.4.38"
"vue": "3.5.12"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"unbuild": "^3.0.0-rc.11",
"vitest": "^2.1.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=14.18"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/uni-app-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
"@uni-helper/uni-app-types": "workspace:*"
},
"devDependencies": {
"vue": "3.4.38"
"vue": "3.5.12"
},
"peerDependencies": {
"@uni-helper/uni-app-types": "workspace:*",
"typescript": "^5.0.0",
"vue": "^3.4.21"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=14.18"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uni-app-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"stub": "unbuild --stub"
},
"devDependencies": {
"vue": "3.4.38"
"vue": "3.5.12"
},
"peerDependencies": {
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=14.18"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uni-cloud-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"stub": "unbuild --stub"
},
"devDependencies": {
"vue": "3.4.38"
"vue": "3.5.12"
},
"peerDependencies": {
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=14.18"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uni-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@uni-helper/uni-ui-types": "workspace:*"
},
"devDependencies": {
"vue": "3.4.38"
"vue": "3.5.12"
},
"peerDependencies": {
"@uni-helper/uni-app-types": "workspace:*",
Expand All @@ -79,7 +79,7 @@
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=14.18"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uni-ui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"@uni-helper/uni-app-types": "workspace:*"
},
"devDependencies": {
"vue": "3.4.38"
"vue": "3.5.12"
},
"peerDependencies": {
"@uni-helper/uni-app-types": "workspace:*",
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=14.18"
},
Expand Down
6 changes: 3 additions & 3 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-4020920240930001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4020920240930001",
"@uni-helper/uni-app-components": "workspace:*",
"vue": "3.4.38",
"vue": "3.5.12",
"vue-i18n": "^9.14.1"
},
"devDependencies": {
Expand All @@ -73,8 +73,8 @@
"@uni-helper/uni-cloud-types": "workspace:*",
"@uni-helper/uni-types": "workspace:*",
"@uni-helper/uni-ui-types": "workspace:*",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vite": "^5.4.9",
"vue-tsc": "2.1.6"
"vue-tsc": "2.1.10"
}
}
Loading

0 comments on commit 2c698d5

Please sign in to comment.