Skip to content

Commit

Permalink
chore: update all deps (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Apr 4, 2024
1 parent 81ab934 commit dc6f74f
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 209 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.15.6",
"type": "module",
"engines": {
"node": ">=18",
Expand All @@ -48,18 +48,18 @@
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@types/node": "^20.11.16",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"@types/node": "^20.12.4",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-n": "^16.6.2",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
"semver": "^7.6.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit dc6f74f

Please sign in to comment.