Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 1, 2022
1 parent 89d5e83 commit 82a060b
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 742 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"release": "bumpp packages/*/package.json"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.2.1",
"@sxzz/eslint-config": "^2.2.2",
"bumpp": "^8.2.1",
"eslint": "^8.16.0",
"eslint-define-config": "^1.4.1",
"prettier": "^2.6.2",
"typescript": "^4.7.2"
"eslint": "^8.18.0",
"eslint-define-config": "^1.5.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}
22 changes: 11 additions & 11 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@
},
"devDependencies": {
"@element-plus/icons-svg": "workspace:*",
"@pnpm/find-workspace-dir": "^4.0.1",
"@pnpm/find-workspace-packages": "^4.0.9",
"@pnpm/find-workspace-dir": "^4.0.2",
"@pnpm/find-workspace-packages": "^4.0.17",
"@pnpm/logger": "^4.0.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.36",
"@types/node": "^18.0.0",
"@types/prettier": "^2.6.3",
"camelcase": "^6.3.0",
"camelcase": "^7.0.0",
"chalk": "^5.0.1",
"consola": "^2.15.3",
"esbuild": "^0.14.42",
"esbuild": "^0.14.48",
"esbuild-plugin-globals": "^0.1.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"tsx": "^3.4.2",
"typescript": "^4.7.2",
"unplugin-vue": "^2.2.0",
"vue": "^3.2.36",
"vue-tsc": "^0.35.0"
"prettier": "^2.7.1",
"tsx": "^3.6.0",
"typescript": "^4.7.4",
"unplugin-vue": "^2.2.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.2"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": {
"@element-plus/icons-svg": "workspace:*",
"@element-plus/icons-vue": "workspace:*",
"vue": "^3.2.36"
"vue": "^3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.7.2",
"vite": "^2.9.9"
"typescript": "^4.7.4",
"vite": "^2.9.13"
}
}
Loading

0 comments on commit 82a060b

Please sign in to comment.