Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7949)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2022
1 parent 025eebf commit b877d30
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 265 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -34,24 +34,24 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.22.2",
"@microsoft/api-extractor": "^7.23.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.27",
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-define-config": "^1.4.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"jest": "^27.5.1",
"lint-staged": "^12.4.0",
"lint-staged": "^12.4.1",
"minimist": "^1.2.6",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -85,7 +85,7 @@
"eslint --ext .ts"
]
},
"packageManager": "pnpm@6.32.9",
"packageManager": "pnpm@6.32.11",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -22,8 +22,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.17.9",
"core-js": "^3.22.2",
"@babel/standalone": "^7.17.11",
"core-js": "^3.22.3",
"magic-string": "^0.26.1",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Expand Up @@ -33,13 +33,13 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/core": "^7.17.10",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
"@babel/plugin-transform-react-jsx-self": "^7.16.7",
"@babel/plugin-transform-react-jsx-source": "^7.16.7",
"@rollup/pluginutils": "^4.2.1",
"react-refresh": "^0.12.0",
"react-refresh": "^0.13.0",
"resolve": "^1.22.0"
}
}
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.9",
"@babel/core": "^7.17.10",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.8",
"@rollup/pluginutils": "^4.2.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/vite/package.json
Expand Up @@ -44,17 +44,17 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.14.27",
"postcss": "^8.4.12",
"postcss": "^8.4.13",
"resolve": "^1.22.0",
"rollup": "^2.59.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"devDependencies": {
"@ampproject/remapping": "^2.1.2",
"@babel/parser": "^7.17.9",
"@babel/types": "^7.17.0",
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.17.10",
"@babel/types": "^7.17.10",
"@jridgewell/trace-mapping": "^0.3.9",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.1.0",
Expand All @@ -72,12 +72,12 @@
"@types/micromatch": "^4.0.2",
"@types/mime": "^2.0.3",
"@types/node": "^17.0.25",
"@types/resolve": "^1.20.1",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.37",
"@types/ws": "^8.5.3",
"@vue/compiler-dom": "^3.2.33",
"acorn": "^8.7.0",
"acorn": "^8.7.1",
"cac": "6.7.9",
"chokidar": "^3.5.3",
"connect": "^3.7.0",
Expand Down Expand Up @@ -112,11 +112,11 @@
"source-map-js": "^1.0.2",
"source-map-support": "^0.5.21",
"strip-ansi": "^6.0.1",
"terser": "^5.12.1",
"terser": "^5.13.1",
"tsconfck": "^1.2.2",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"types": "link:./types",
"ws": "^8.5.0"
"ws": "^8.6.0"
},
"peerDependencies": {
"less": "*",
Expand Down

0 comments on commit b877d30

Please sign in to comment.