Skip to content

Commit

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

* chore: fix audit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dominikg <[email protected]>
  • Loading branch information
renovate[bot] and dominikg authored Nov 26, 2024
1 parent 171b983 commit 6adc524
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 174 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint --fix"
]
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"type": "module",
"engines": {
"node": ">=18",
Expand All @@ -47,18 +47,23 @@
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@antfu/ni": "^0.23.0",
"@eslint/js": "^9.14.0",
"@types/node": "^20.17.6",
"@antfu/ni": "^0.23.1",
"@eslint/js": "^9.15.0",
"@types/node": "^20.17.8",
"@types/semver": "^7.5.8",
"eslint": "^9.14.0",
"eslint-plugin-n": "^17.13.2",
"eslint": "^9.15.0",
"eslint-plugin-n": "^17.14.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
},
"pnpm": {
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": "^7.0.5"
}
}
}
Loading

0 comments on commit 6adc524

Please sign in to comment.