Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#129)
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] authored Dec 2, 2024
1 parent a524cf7 commit 0cdab46
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 276 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-starter",
"version": "0.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "My awesome typescript library",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -40,16 +40,16 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.4.1",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 0cdab46

Please sign in to comment.