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 c70dc6a commit e38be3e
Show file tree
Hide file tree
Showing 7 changed files with 770 additions and 570 deletions.
14 changes: 7 additions & 7 deletions package.json
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
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.16.12",
"core-js": "^3.20.3",
"@babel/standalone": "^7.17.2",
"core-js": "^3.21.0",
"magic-string": "^0.25.7",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.2",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
"@babel/plugin-transform-react-jsx-self": "^7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
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
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"
}
}
14 changes: 7 additions & 7 deletions packages/vite/package.json
Expand Up @@ -45,7 +45,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.14.14",
"postcss": "^8.4.5",
"postcss": "^8.4.6",
"resolve": "^1.22.0",
"rollup": "^2.59.0"
},
Expand All @@ -54,8 +54,8 @@
},
"devDependencies": {
"@ampproject/remapping": "^1.1.1",
"@babel/parser": "^7.16.12",
"@babel/types": "^7.16.8",
"@babel/parser": "^7.17.0",
"@babel/types": "^7.17.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
Expand All @@ -66,17 +66,17 @@
"@types/convert-source-map": "^1.5.2",
"@types/cross-spawn": "^6.0.2",
"@types/debug": "^4.1.7",
"@types/estree": "^0.0.50",
"@types/estree": "^0.0.51",
"@types/etag": "^1.8.1",
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/mime": "^2.0.3",
"@types/node": "^16.11.21",
"@types/node": "^16.11.22",
"@types/resolve": "^1.20.1",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.36",
"@types/ws": "^8.2.2",
"@vue/compiler-dom": "^3.2.29",
"@vue/compiler-dom": "^3.2.30",
"acorn": "^8.7.0",
"cac": "6.7.9",
"chokidar": "^3.5.3",
Expand Down Expand Up @@ -117,7 +117,7 @@
"tsconfck": "1.1.2",
"tslib": "^2.3.1",
"types": "link:./types",
"ws": "^8.4.2"
"ws": "^8.5.0"
},
"peerDependencies": {
"less": "*",
Expand Down

0 comments on commit e38be3e

Please sign in to comment.