generated from nihalgonsalves/node-typescript-eslint-template
-
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.
feat(deps)!: support esbuild v0.20.x and update deps (#187)
BREAKING CHANGE: esbuild v0.20.x Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nihal Gonsalves <[email protected]>
- Loading branch information
1 parent
0c5b2d7
commit 7b33f9b
Showing
3 changed files
with
413 additions
and
188 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
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 |
---|---|---|
|
@@ -27,28 +27,28 @@ | |
}, | ||
"peerDependencies": { | ||
"browserslist": "^4.21.8", | ||
"esbuild": "~0.20.2" | ||
"esbuild": "~0.21.3" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.4", | ||
"zod": "^3.23.5" | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@nihalgonsalves/esconfig": "^0.9.9", | ||
"@nihalgonsalves/esconfig": "^0.9.10", | ||
"@types/debug": "^4.1.12", | ||
"@types/node": "18", | ||
"@vitest/coverage-v8": "^1.5.2", | ||
"@vitest/ui": "^1.5.2", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"@vitest/ui": "^1.6.0", | ||
"browserslist": "^4.23.0", | ||
"esbuild": "~0.20.2", | ||
"esbuild": "~0.21.3", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-vitest": "~0.4.1", | ||
"lefthook": "^1.6.10", | ||
"lefthook": "^1.6.12", | ||
"prettier": "^3.2.5", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.5.2" | ||
"vitest": "^1.6.0" | ||
}, | ||
"packageManager": "[email protected]+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781" | ||
} |
Oops, something went wrong.