Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2021
1 parent 5d45768 commit ec786d9
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 238 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -30,17 +30,17 @@
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"chalk": "^4.1.1",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"eslint-define-config": "^1.0.8",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.0.4",
"jest": "^27.0.5",
"lint-staged": "^11.0.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
Expand All @@ -53,8 +53,8 @@
"sirv": "^1.0.12",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"vitepress": "^0.15.3",
"typescript": "^4.3.4",
"vitepress": "^0.15.5",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/create-app#readme",
"dependencies": {
"kolorist": "^1.4.1",
"kolorist": "^1.5.0",
"minimist": "^1.2.5",
"prompts": "^2.4.1"
}
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.14.6",
"core-js": "^3.14.0",
"@babel/standalone": "^7.14.7",
"core-js": "^3.15.1",
"magic-string": "^0.25.7",
"regenerator-runtime": "^0.13.7",
"systemjs": "^6.10.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/vite/package.json
Expand Up @@ -49,7 +49,7 @@
"//": "READ .github/contributing.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.12.8",
"postcss": "^8.3.4",
"postcss": "^8.3.5",
"resolve": "^1.20.0",
"rollup": "^2.38.5"
},
Expand Down Expand Up @@ -77,9 +77,9 @@
"@types/resolve": "^1.20.0",
"@types/sass": "^1.16.0",
"@types/stylus": "^0.48.35",
"@types/ws": "^7.4.4",
"@vue/compiler-dom": "^3.1.1",
"acorn": "^8.4.0",
"@types/ws": "^7.4.5",
"@vue/compiler-dom": "^3.1.2",
"acorn": "^8.4.1",
"acorn-class-fields": "^1.0.0",
"acorn-numeric-separator": "^0.3.6",
"acorn-static-class-features": "^1.0.0",
Expand All @@ -92,7 +92,7 @@
"compression": "^1.7.4",
"connect": "^3.7.0",
"connect-history-api-fallback": "^1.6.0",
"convert-source-map": "^1.7.0",
"convert-source-map": "^1.8.0",
"cors": "^2.8.5",
"debug": "^4.3.2",
"dotenv": "^8.6.0",
Expand Down

0 comments on commit ec786d9

Please sign in to comment.