Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3)
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 Feb 10, 2023
1 parent 4a50835 commit 1cff6dd
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
v18.13.0
18.14.0
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@7.24.3",
"packageManager": "pnpm@7.27.0",
"lint-staged": {
"*.{ts,yml,md,json}": [
"prettier --write"
Expand All @@ -44,18 +44,18 @@
"yargs": "17.6.2"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/yargs": "17.0.19",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@vitest/coverage-c8": "0.27.1",
"eslint": "8.31.0",
"@types/node": "18.13.0",
"@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",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"prettier": "2.8.2",
"tsx": "3.12.2",
"typescript": "4.9.4",
"vitest": "0.27.1"
"lint-staged": "13.1.1",
"prettier": "2.8.4",
"tsx": "3.12.3",
"typescript": "4.9.5",
"vitest": "0.28.4"
}
}

0 comments on commit 1cff6dd

Please sign in to comment.