Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2021
1 parent 85986f5 commit d61b590
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -24,39 +24,39 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.19",
"@microsoft/api-extractor": "^7.19.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.9",
"@types/node": "^16.11.14",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.13.12",
"eslint": "^8.3.0",
"eslint-define-config": "^1.1.4",
"eslint": "^8.4.1",
"eslint-define-config": "^1.2.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.3.1",
"lint-staged": "^12.1.1",
"jest": "^27.4.5",
"lint-staged": "^12.1.2",
"minimist": "^1.2.5",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.16.3",
"prettier": "2.4.1",
"playwright-chromium": "^1.17.1",
"prettier": "2.5.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"semver": "^7.3.5",
"sirv": "^1.0.18",
"ts-jest": "^27.0.7",
"sirv": "^1.0.19",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"vite": "workspace:*",
"vitepress": "^0.20.1",
"vitepress": "^0.20.9",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand All @@ -74,7 +74,7 @@
"eslint --ext .ts"
]
},
"packageManager": "pnpm@6.23.0",
"packageManager": "pnpm@6.24.1",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -26,10 +26,10 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.1",
"@rollup/pluginutils": "^4.1.1",
"@rollup/pluginutils": "^4.1.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"hash-sum": "^2.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue/package.json
Expand Up @@ -35,13 +35,13 @@
"vue": "^3.2.25"
},
"devDependencies": {
"@rollup/pluginutils": "^4.1.1",
"@rollup/pluginutils": "^4.1.2",
"@types/hash-sum": "^1.0.0",
"debug": "^4.3.2",
"debug": "^4.3.3",
"hash-sum": "^2.0.0",
"rollup": "^2.59.0",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.25"
"vue": "^3.2.26"
}
}

0 comments on commit d61b590

Please sign in to comment.