Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 26, 2023
1 parent b925bb9 commit b4fa37a
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 538 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qr-scanner-wechat",
"type": "module",
"version": "0.1.2",
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.6.10",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -52,20 +52,20 @@
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.5",
"@antfu/utils": "^0.7.5",
"@techstark/opencv-js": "4.8.0-release.1",
"@types/node": "^20.4.2",
"@types/node": "^20.4.5",
"bumpp": "^9.1.1",
"esbuild": "^0.18.16",
"eslint": "^8.45.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"lint-staged": "^13.2.3",
"pnpm": "^8.6.9",
"pnpm": "^8.6.10",
"rimraf": "^5.0.1",
"sharp": "^0.32.4",
"simple-git-hooks": "^2.8.1",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.4",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"simple-git-hooks": {
Expand Down
38 changes: 19 additions & 19 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"@vueuse/core": "^10.2.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@iconify-json/carbon": "^1.1.17",
"@types/node": "^20.2.5",
"@unocss/eslint-config": "^0.53.0",
"@unocss/reset": "^0.53.0",
"@antfu/eslint-config": "^0.39.8",
"@iconify-json/carbon": "^1.1.18",
"@types/node": "^20.4.5",
"@unocss/eslint-config": "^0.53.6",
"@unocss/reset": "^0.53.6",
"@vitejs/plugin-vue": "^4.2.3",
"@vue-macros/volar": "^0.10.2",
"eslint": "^8.42.0",
"@vue-macros/volar": "^0.12.3",
"eslint": "^8.45.0",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"pnpm": "^8.6.0",
"simple-git-hooks": "^2.8.1",
"taze": "^0.10.2",
"typescript": "^5.1.3",
"unocss": "^0.53.0",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"unplugin-vue-macros": "^2.2.1",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
"lint-staged": "^13.2.3",
"pnpm": "^8.6.10",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"typescript": "^5.1.6",
"unocss": "^0.53.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-macros": "^2.4.0",
"vite": "^4.4.7",
"vue-tsc": "^1.8.6"
}
}
Loading

0 comments on commit b4fa37a

Please sign in to comment.