Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Jan 16, 2024
1 parent 2c9ba08 commit 4db7cf0
Show file tree
Hide file tree
Showing 5 changed files with 1,716 additions and 1,063 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vitesse-uni-app",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.14.1",
"license": "MIT",
"scripts": {
"dev": "uni",
Expand Down Expand Up @@ -59,39 +59,39 @@
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-4000020240111001",
"@dcloudio/uni-mp-xhs": "3.0.0-alpha-4000020240111001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-4000020240111001",
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.7.2",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5"
},
"devDependencies": {
"@dcloudio/types": "^3.4.3",
"@dcloudio/types": "^3.4.7",
"@dcloudio/uni-automator": "3.0.0-alpha-4000020240111001",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-4000020240111001",
"@dcloudio/uni-stacktracey": "3.0.0-alpha-4000020240111001",
"@dcloudio/uni-vue-devtools": "3.0.0-alpha-4000020240111001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-4000020240111001",
"@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.9.0",
"@uni-helper/eslint-config": "^0.0.5",
"@iconify-json/carbon": "^1.1.27",
"@types/node": "^20.11.4",
"@uni-helper/eslint-config": "^0.0.6",
"@uni-helper/uni-app-types": "^0.5.12",
"@uni-helper/uni-env": "^0.1.1",
"@uni-helper/unocss-preset-uni": "^0.2.4",
"@uni-helper/unocss-preset-uni": "^0.2.6",
"@uni-helper/vite-plugin-uni-components": "^0.0.8",
"@uni-helper/vite-plugin-uni-layouts": "^0.1.6",
"@uni-helper/vite-plugin-uni-layouts": "^0.1.7",
"@uni-helper/vite-plugin-uni-manifest": "^0.2.3",
"@uni-helper/vite-plugin-uni-pages": "^0.2.12",
"@uni-helper/volar-service-uni-pages": "^0.2.12",
"@unocss/eslint-config": "^0.57.2",
"@uni-helper/vite-plugin-uni-pages": "^0.2.14",
"@uni-helper/volar-service-uni-pages": "^0.2.14",
"@unocss/eslint-config": "^0.58.3",
"@vue/runtime-core": "^3.3.8",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.53.0",
"lint-staged": "^15.0.2",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"lint-staged": "^15.2.0",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.2.2",
"unocss": "^0.57.2",
"unplugin-auto-import": "^0.16.7",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 4db7cf0

Please sign in to comment.