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 Mar 6, 2023
1 parent 1cff6dd commit 8ac34f3
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18.14.0
18.14.2
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.29.0",
"lint-staged": {
"*.{ts,yml,md,json}": [
"prettier --write"
Expand All @@ -41,21 +41,21 @@
"dependencies": {
"kleur": "4.1.5",
"ts-morph": "17.0.1",
"yargs": "17.6.2"
"yargs": "17.7.1"
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/node": "18.14.6",
"@types/yargs": "17.0.22",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@vitest/coverage-c8": "0.28.4",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@vitest/coverage-c8": "0.29.2",
"eslint": "8.35.0",
"eslint-config-prettier": "8.7.0",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"lint-staged": "13.1.2",
"prettier": "2.8.4",
"tsx": "3.12.3",
"typescript": "4.9.5",
"vitest": "0.28.4"
"vitest": "0.29.2"
}
}

0 comments on commit 8ac34f3

Please sign in to comment.