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 17, 2023
1 parent fe6cf20 commit cfae26d
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 130 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"packageManager": "pnpm@7.32.5",
"packageManager": "pnpm@7.33.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down Expand Up @@ -40,26 +40,26 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@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.16.16",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"@types/node": "^18.16.18",
"@vitest/coverage-c8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.41.0",
"eslint": "^8.43.0",
"execa": "^6.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"tsx": "^3.12.7",
"typescript": "^4.8.2",
"vitest": "^0.31.1"
"vitest": "^0.32.2"
}
}
2 changes: 1 addition & 1 deletion packages/check-update/package.json
Expand Up @@ -32,7 +32,7 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"semver": "^7.5.1"
"semver": "^7.5.2"
},
"devDependencies": {
"@types/semver": "^7.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -49,7 +49,7 @@
"gradient-string": "^2.0.2",
"import-local": "^3.1.0",
"root-check": "^2.0.0",
"semver": "^7.5.1"
"semver": "^7.5.2"
},
"devDependencies": {
"@types/gradient-string": "^1.1.2",
Expand Down

0 comments on commit cfae26d

Please sign in to comment.