Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#7392)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2022
1 parent 9c5103a commit f3eb74f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"@types/node": "^16.11.26",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.27",
Expand All @@ -51,7 +51,7 @@
"execa": "^5.1.1",
"fs-extra": "^10.0.1",
"jest": "^27.5.1",
"lint-staged": "^12.3.6",
"lint-staged": "^12.3.7",
"minimist": "^1.2.5",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.8",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.8",
"@rollup/pluginutils": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@rollup/pluginutils": "^4.2.0",
"@types/hash-sum": "^1.0.0",
"debug": "^4.3.3",
"debug": "^4.3.4",
"hash-sum": "^2.0.0",
"rollup": "^2.59.0",
"slash": "^4.0.0",
Expand Down

0 comments on commit f3eb74f

Please sign in to comment.