Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

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] committed Jun 27, 2023
1 parent 3636ee8 commit 886ed4e
Show file tree
Hide file tree
Showing 5 changed files with 656 additions and 1,453 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"@types/node": "^18.16.10",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-c8": "^0.32.0",
"bumpp": "^9.1.0",
"c8": "^7.13.0",
"commitizen": "^4.3.0",
"concurrently": "^8.0.1",
"eslint": "^8.40.0",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.2",
"markdownlint-cli": "^0.34.0",
"markdownlint-cli": "^0.35.0",
"prettier": "^2.8.8",
"publint": "^0.1.11",
"rollup": "^3.21.8",
Expand All @@ -70,12 +70,12 @@
"simple-git-hooks": "^2.8.1",
"taze": "^0.10.1",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
"vitest": "^0.32.0"
},
"peerDependencies": {
"typescript": "^4.8.0 || ^5.0.0"
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.5",
"engines": {
"node": ">=14.18"
},
Expand Down
12 changes: 6 additions & 6 deletions playground/vue2.6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@dcloudio/uni-stacktracey": "2.0.2-3071120230427001",
"@dcloudio/uni-stat": "2.0.2-3071120230427001",
"@vue/composition-api": "^1.7.1",
"@vue/shared": "3.3.2",
"core-js": "3.30.2",
"@vue/shared": "3.3.4",
"core-js": "3.31.0",
"uni-composition-api": "^0.6.1",
"vue": "2.6.14"
"vue": "2.7.14"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "7.21.4",
"@babel/plugin-syntax-typescript": "7.22.5",
"@dcloudio/types": "3.3.3",
"@dcloudio/uni-automator": "2.0.2-3071120230427001",
"@dcloudio/uni-cli-i18n": "2.0.2-3071120230427001",
Expand All @@ -90,8 +90,8 @@
"mini-types": "*",
"miniprogram-api-typings": "*",
"postcss-comment": "2.0.0",
"typescript": "5.0.4",
"vue-template-compiler": "2.6.14"
"typescript": "5.1.3",
"vue-template-compiler": "2.7.14"
},
"browserslist": [
"Android >= 4.4",
Expand Down
8 changes: 4 additions & 4 deletions playground/vue3.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3080220230428002",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3080220230428002",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3080220230428002",
"vue": "3.2.47",
"vue": "3.3.4",
"vue-i18n": "9.2.2"
},
"devDependencies": {
Expand All @@ -62,8 +62,8 @@
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3080220230428002",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3080220230428002",
"@uni-helper/uni-app-types": "workspace:*",
"typescript": "5.0.4",
"vite": "4.3.7",
"vue-tsc": "1.6.5"
"typescript": "5.1.3",
"vite": "4.3.9",
"vue-tsc": "1.8.2"
}
}
8 changes: 4 additions & 4 deletions playground/vue3.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3080220230428002",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3080220230428002",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3080220230428002",
"vue": "3.3.2",
"vue": "3.3.4",
"vue-i18n": "9.2.2"
},
"devDependencies": {
Expand All @@ -59,8 +59,8 @@
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3080220230428002",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3080220230428002",
"@uni-helper/uni-app-types": "workspace:*",
"typescript": "5.0.4",
"vite": "4.3.7",
"vue-tsc": "1.6.5"
"typescript": "5.1.3",
"vite": "4.3.9",
"vue-tsc": "1.8.2"
}
}
Loading

0 comments on commit 886ed4e

Please sign in to comment.