Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Sep 10, 2024
1 parent 2e32d7f commit 216fb5d
Show file tree
Hide file tree
Showing 9 changed files with 406 additions and 336 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.3.4",
"vue": "^3.4.38"
"vue": "3.4.38"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@dcloudio/types": "^3.4.12",
"@lerna-lite/cli": "^3.8.0",
"@lerna-lite/version": "^3.8.0",
"@types/node": "^20.16.1",
"@lerna-lite/cli": "^3.9.1",
"@lerna-lite/version": "^3.9.1",
"@types/node": "^20.16.5",
"conventional-changelog-conventionalcommits": "^7.0.2",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unbuild": "^3.0.0-rc.7",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=14.18"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-app-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "^5.0.0",
"vue": "^3.4.21"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=14.18"
},
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 @@ -71,7 +71,7 @@
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=14.18"
},
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 @@ -63,7 +63,7 @@
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=14.18"
},
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 @@ -79,7 +79,7 @@
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=14.18"
},
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 @@ -67,7 +67,7 @@
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=14.18"
},
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@uni-helper/uni-types": "workspace:*",
"@uni-helper/uni-ui-types": "workspace:*",
"typescript": "5.5.4",
"vite": "^5.4.2",
"vue-tsc": "2.0.28"
"vite": "^5.4.3",
"vue-tsc": "2.1.6"
}
}
716 changes: 393 additions & 323 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 216fb5d

Please sign in to comment.