Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#71)
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] committed May 29, 2023
1 parent da377c3 commit fe6cf20
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 259 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.29.0",
"packageManager": "pnpm@7.32.5",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down Expand Up @@ -39,27 +39,27 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@ombro/eslint-config-typescript": "^0.1.3",
"@ombro/logger": "^1.5.5",
"@ombro/tsconfig": "^1.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.14.6",
"@vitest/coverage-c8": "^0.29.2",
"@vitest/ui": "^0.29.2",
"@types/node": "^18.16.16",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.35.0",
"eslint": "^8.41.0",
"execa": "^6.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"tsx": "^3.12.3",
"tsx": "^3.12.7",
"typescript": "^4.8.2",
"vitest": "^0.29.2"
"vitest": "^0.31.1"
}
}
4 changes: 2 additions & 2 deletions packages/check-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"semver": "^7.3.8"
"semver": "^7.5.1"
},
"devDependencies": {
"@types/semver": "^7.3.13"
"@types/semver": "^7.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"gradient-string": "^2.0.2",
"import-local": "^3.1.0",
"root-check": "^2.0.0",
"semver": "^7.3.8"
"semver": "^7.5.1"
},
"devDependencies": {
"@types/gradient-string": "^1.1.2",
"@types/root-check": "^1.0.0",
"@types/semver": "^7.3.13"
"@types/semver": "^7.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/command-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"compressing": "^1.8.0",
"compressing": "^1.9.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"node-fetch": "^3.3.0",
"yaml": "^2.2.1"
"node-fetch": "^3.3.1",
"yaml": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/npm-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@vrn-deco/cli-shared": "workspace:*",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"node-fetch": "^3.3.0"
"node-fetch": "^3.3.1"
}
}

0 comments on commit fe6cf20

Please sign in to comment.