Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6357)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2022
1 parent 506b337 commit 71dc4fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -32,41 +32,41 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.3",
"@microsoft/api-extractor": "^7.19.4",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.17",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.21",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.14",
"eslint": "^8.5.0",
"eslint-define-config": "^1.2.1",
"eslint": "^8.8.0",
"eslint-define-config": "^1.2.3",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.4.5",
"lint-staged": "^12.1.4",
"jest": "^27.4.7",
"lint-staged": "^12.3.2",
"minimist": "^1.2.5",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.17.1",
"playwright-chromium": "^1.18.1",
"prettier": "2.5.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"semver": "^7.3.5",
"simple-git-hooks": "^2.7.0",
"sirv": "^2.0.0",
"ts-jest": "^27.1.2",
"sirv": "^2.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "~4.5.4",
"vite": "workspace:*",
"vitepress": "^0.20.10"
"vitepress": "^0.21.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -83,7 +83,7 @@
"eslint --ext .ts"
]
},
"packageManager": "pnpm@6.24.4",
"packageManager": "pnpm@6.29.1",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/core": "^7.16.12",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/plugin-transform-typescript": "^7.16.8",
"@rollup/pluginutils": "^4.1.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"hash-sum": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -43,6 +43,6 @@
"rollup": "^2.59.0",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.26"
"vue": "^3.2.29"
}
}

0 comments on commit 71dc4fe

Please sign in to comment.