Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 20, 2021
1 parent 0946796 commit 6db5178
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 98 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"@types/node": "^16.11.14",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.13.12",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"eslint-define-config": "^1.2.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.4.5",
"lint-staged": "^12.1.2",
"lint-staged": "^12.1.3",
"minimist": "^1.2.5",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -75,7 +75,7 @@
"eslint --ext .ts"
]
},
"packageManager": "pnpm@6.24.1",
"packageManager": "pnpm@6.24.2",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/create-vite#readme",
"dependencies": {
"kolorist": "^1.5.0",
"kolorist": "^1.5.1",
"minimist": "^1.2.5",
"prompts": "^2.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"tsconfck": "1.1.1",
"tslib": "^2.3.1",
"types": "link:./types",
"ws": "^8.3.0"
"ws": "^8.4.0"
},
"peerDependencies": {
"less": "*",
Expand Down
Loading

0 comments on commit 6db5178

Please sign in to comment.