Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#6782)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 9, 2022
1 parent 21cef85 commit a83ed1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"@microsoft/api-extractor": "^7.19.4",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.21",
"@types/node": "^16.11.22",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.14",
"eslint": "^8.8.0",
"eslint-define-config": "^1.2.3",
"eslint-define-config": "^1.2.4",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.4.7",
"lint-staged": "^12.3.2",
"jest": "^27.5.1",
"lint-staged": "^12.3.3",
"minimist": "^1.2.5",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -83,7 +83,7 @@
"eslint --ext .ts"
]
},
"packageManager": "pnpm@6.29.1",
"packageManager": "pnpm@6.30.0",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.2",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.8",
"@rollup/pluginutils": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"rollup": "^2.59.0",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.29"
"vue": "^3.2.30"
}
}

0 comments on commit a83ed1b

Please sign in to comment.