-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
- Loading branch information
1 parent
9858a79
commit e9fe7f1
Showing
3 changed files
with
982 additions
and
735 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "svg-eslint-parser", | ||
"type": "module", | ||
"version": "0.0.2", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].4", | ||
"description": "An SVG parser that produces output compatible with ESLint.", | ||
"keywords": [ | ||
"eslint-parser", | ||
|
@@ -60,19 +60,19 @@ | |
"eslint-visitor-keys": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@ntnyq/eslint-config": "^3.11.0", | ||
"@ntnyq/eslint-config": "^3.12.3", | ||
"@ntnyq/prettier-config": "^1.22.1", | ||
"@types/node": "^22.10.5", | ||
"@vitest/coverage-v8": "^3.0.0-beta.3", | ||
"@types/node": "^22.13.0", | ||
"@vitest/coverage-v8": "^3.0.4", | ||
"bumpp": "^10.0.1", | ||
"eslint": "^9.17.0", | ||
"eslint": "^9.19.0", | ||
"husky": "^9.1.7", | ||
"nano-staged": "^0.8.0", | ||
"npm-run-all2": "^7.0.2", | ||
"prettier": "^3.4.2", | ||
"tsup": "^8.3.5", | ||
"typescript": "^5.7.2", | ||
"vitest": "^3.0.0-beta.3" | ||
"tsup": "^8.3.6", | ||
"typescript": "^5.7.3", | ||
"vitest": "^3.0.4" | ||
}, | ||
"engines": { | ||
"node": ">=18.18.0" | ||
|
Oops, something went wrong.