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 Jul 25, 2023
1 parent fe6cf20 commit 646c257
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 297 deletions.
22 changes: 11 additions & 11 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.5",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down Expand Up @@ -39,27 +39,27 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@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",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@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.17.1",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.41.0",
"eslint": "^8.45.0",
"execa": "^6.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"tsx": "^3.12.7",
"typescript": "^4.8.2",
"vitest": "^0.31.1"
"vitest": "^0.33.0"
}
}
2 changes: 1 addition & 1 deletion packages/command-boilerplate/package.json
Expand Up @@ -37,7 +37,7 @@
"compressing": "^1.9.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"yaml": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/npm-helper/package.json
Expand Up @@ -32,6 +32,6 @@
"@vrn-deco/cli-shared": "workspace:*",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"node-fetch": "^3.3.1"
"node-fetch": "^3.3.2"
}
}

0 comments on commit 646c257

Please sign in to comment.