Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies (#7392)
  • Loading branch information
renovate[bot] committed Mar 22, 2022
1 parent 21919d2 commit b63fc3b
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 49 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"@types/node": "^16.11.26",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.27",
Expand All @@ -51,7 +51,7 @@
"execa": "^5.1.1",
"fs-extra": "^10.0.1",
"jest": "^27.5.1",
"lint-staged": "^12.3.6",
"lint-staged": "^12.3.7",
"minimist": "^1.2.5",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.17.7",
"@babel/standalone": "^7.17.8",
"core-js": "^3.21.1",
"magic-string": "^0.26.1",
"regenerator-runtime": "^0.13.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.8",
"@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",
Expand Down
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.7",
"@babel/core": "^7.17.8",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.8",
"@rollup/pluginutils": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@rollup/pluginutils": "^4.2.0",
"@types/hash-sum": "^1.0.0",
"debug": "^4.3.3",
"debug": "^4.3.4",
"hash-sum": "^2.0.0",
"rollup": "^2.59.0",
"slash": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/vite/package.json
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.1.2",
"@babel/parser": "^7.17.7",
"@babel/parser": "^7.17.8",
"@babel/types": "^7.17.0",
"@jridgewell/trace-mapping": "^0.3.4",
"@rollup/plugin-alias": "^3.1.9",
Expand Down Expand Up @@ -85,20 +85,20 @@
"convert-source-map": "^1.8.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"debug": "^4.3.3",
"debug": "^4.3.4",
"dotenv": "^14.3.2",
"dotenv-expand": "^5.1.0",
"es-module-lexer": "^0.10.1",
"es-module-lexer": "^0.10.4",
"estree-walker": "^2.0.2",
"etag": "^1.8.1",
"fast-glob": "^3.2.11",
"http-proxy": "^1.18.1",
"json5": "^2.2.0",
"json5": "^2.2.1",
"launch-editor-middleware": "^2.3.0",
"magic-string": "^0.26.1",
"micromatch": "^4.0.4",
"mrmime": "^1.0.0",
"node-forge": "^1.2.1",
"node-forge": "^1.3.0",
"okie": "^1.0.1",
"open": "^8.4.0",
"periscopic": "^2.0.3",
Expand Down

0 comments on commit b63fc3b

Please sign in to comment.