Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2023
1 parent 226b6c8 commit da377c3
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 470 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"packageManager": "pnpm@7.26.3",
"packageManager": "pnpm@7.29.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down Expand Up @@ -42,24 +42,24 @@
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@ombro/eslint-config-typescript": "^0.1.2",
"@ombro/eslint-config-typescript": "^0.1.3",
"@ombro/logger": "^1.5.5",
"@ombro/tsconfig": "^1.4.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@ombro/tsconfig": "^1.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.18",
"@vitest/coverage-c8": "^0.28.4",
"@vitest/ui": "^0.28.4",
"@types/node": "^18.14.6",
"@vitest/coverage-c8": "^0.29.2",
"@vitest/ui": "^0.29.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.33.0",
"eslint": "^8.35.0",
"execa": "^6.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"tsx": "^3.12.2",
"tsx": "^3.12.3",
"typescript": "^4.8.2",
"vitest": "^0.28.4"
"vitest": "^0.29.2"
}
}
2 changes: 1 addition & 1 deletion packages/command-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"compressing": "^1.7.0",
"compressing": "^1.8.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"node-fetch": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"inquirer": "^8.2.5"
},
"devDependencies": {
"@types/inquirer": "^8.2.5"
"@types/inquirer": "^8.2.6"
}
}
Loading

0 comments on commit da377c3

Please sign in to comment.