Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zguolee committed Jun 18, 2022
1 parent 983d778 commit 911dba0
Show file tree
Hide file tree
Showing 5 changed files with 743 additions and 481 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,14 @@
"vite",
"weixin"
],
"i18n-ally.localesPaths": []
"i18n-ally.localesPaths": [],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"@dcloudio/uni-mp-qq": "^3.0.0-alpha-3040520220408002",
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3040520220408002",
"lodash-es": "^4.17.21",
"pinia": "^2.0.13",
"vue": "^3.2.33",
"vue-demi": "^0.12.5"
"pinia": "^2.0.14",
"vue": "^3.2.37",
"vue-demi": "^0.13.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.0",
"@dcloudio/types": "^2.6.6",
"@antfu/eslint-config": "^0.25.1",
"@dcloudio/types": "^2.6.12",
"@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3040520220408002",
"@iconify-json/carbon": "^1.1.4",
"@iconify-json/mdi": "^1.1.10",
"@iconify-json/carbon": "^1.1.5",
"@iconify-json/mdi": "^1.1.21",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.31",
"eslint": "^8.14.0",
"typescript": "^4.6.4",
"unocss": "^0.32.12",
"unplugin-auto-import": "^0.7.1",
"vite": "^2.9.7",
"@types/node": "^18.0.0",
"eslint": "^8.18.0",
"typescript": "^4.7.4",
"unocss": "^0.39.0",
"unplugin-auto-import": "^0.8.8",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-unocss-to-uni": "0.0.12"
"vite-plugin-unocss-to-uni": "0.0.16"
}
}
Loading

0 comments on commit 911dba0

Please sign in to comment.