-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
91f68a0
commit 40b12ee
Showing
2 changed files
with
259 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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].0", | ||
"packageManager": "[email protected].5", | ||
"description": "My awesome typescript library", | ||
"type": "module", | ||
"license": "MIT", | ||
|
@@ -39,16 +39,16 @@ | |
"prepublishOnly": "pnpm run build" | ||
}, | ||
"devDependencies": { | ||
"@sxzz/eslint-config": "^3.0.0", | ||
"@types/node": "^20.2.5", | ||
"@sxzz/eslint-config": "^3.1.0", | ||
"@types/node": "^20.3.3", | ||
"bumpp": "^9.1.1", | ||
"eslint": "^8.42.0", | ||
"fast-glob": "^3.2.12", | ||
"eslint": "^8.44.0", | ||
"fast-glob": "^3.3.0", | ||
"prettier": "^2.8.8", | ||
"tsup": "^6.7.0", | ||
"tsx": "^3.12.7", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.31.4" | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.32.2" | ||
}, | ||
"engines": { | ||
"node": ">=16.14.0" | ||
|
Oops, something went wrong.