Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#264)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix(format): update formatting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dominikg <dominik.goepel@gmx.de>
  • Loading branch information
renovate[bot] and dominikg authored Dec 2, 2023
1 parent 28fb49d commit 7b8a9c9
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 118 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint --fix"
]
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.11.0",
"type": "module",
"engines": {
"node": ">=18",
Expand All @@ -47,19 +47,19 @@
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@antfu/ni": "^0.21.8",
"@types/node": "^20.9.0",
"@types/semver": "^7.5.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"@antfu/ni": "^0.21.12",
"@types/node": "^20.10.2",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-n": "^16.3.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"eslint-plugin-n": "^16.3.1",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 7b8a9c9

Please sign in to comment.