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 Jun 7, 2024
1 parent abb4b6f commit 6e719d1
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 329 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.8",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
Expand Down Expand Up @@ -40,17 +40,17 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@ombro/eslint-config-typescript": "^0.1.4",
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@ombro/eslint-config-typescript": "^0.1.5",
"@ombro/logger": "^1.5.5",
"@ombro/tsconfig": "^2.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.22",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@types/node": "^18.19.34",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
Expand All @@ -59,8 +59,8 @@
"lint-staged": "^14.0.1",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"tsx": "^4.7.1",
"tsx": "^4.13.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/check-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"semver": "^7.6.0"
"semver": "^7.6.2"
},
"devDependencies": {
"@types/semver": "^7.5.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"gradient-string": "^2.0.2",
"import-local": "^3.1.0",
"root-check": "^2.0.0",
"semver": "^7.6.0"
"semver": "^7.6.2"
},
"devDependencies": {
"@types/gradient-string": "^1.1.5",
"@types/gradient-string": "^1.1.6",
"@types/root-check": "^1.0.2",
"@types/semver": "^7.5.8"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/command-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"url": "https://github.com/vrn-deco/cli/issues"
},
"dependencies": {
"@vrn-deco/boilerplate-protocol": "^1.3.1",
"@vrn-deco/boilerplate-protocol": "^1.3.2",
"@vrn-deco/cli-command": "workspace:*",
"@vrn-deco/cli-config-helper": "workspace:*",
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"compressing": "^1.10.0",
"compressing": "^1.10.1",
"execa": "^6.1.0",
"fs-extra": "^11.2.0",
"node-fetch": "^3.3.2",
"yaml": "^2.4.1"
"yaml": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"commander": "^11.1.0",
"inquirer": "^9.2.15"
"inquirer": "^9.2.23"
},
"devDependencies": {
"@types/inquirer": "^9.0.7"
Expand Down
Loading

0 comments on commit 6e719d1

Please sign in to comment.