forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d15c63a
commit bf34ca5
Showing
3 changed files
with
29 additions
and
29 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 |
---|---|---|
@@ -1 +1 @@ | ||
{".":"17.11.1"} | ||
{ ".": "17.11.1" } |
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 |
---|---|---|
|
@@ -17,41 +17,41 @@ | |
}, | ||
"dependencies": { | ||
"@eslint-community/eslint-utils": "^4.4.0", | ||
"enhanced-resolve": "^5.17.0", | ||
"eslint-plugin-es-x": "^7.5.0", | ||
"get-tsconfig": "^4.7.0", | ||
"globals": "^15.8.0", | ||
"ignore": "^5.2.4", | ||
"enhanced-resolve": "^5.17.1", | ||
"eslint-plugin-es-x": "^7.8.0", | ||
"get-tsconfig": "^4.8.1", | ||
"globals": "^15.11.0", | ||
"ignore": "^5.3.2", | ||
"minimatch": "^9.0.5", | ||
"semver": "^7.5.3" | ||
"semver": "^7.6.3" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.6.0", | ||
"@types/eslint": "^8.56.7", | ||
"@types/estree": "^1.0.5", | ||
"@types/node": "^20.14.9", | ||
"@typescript-eslint/parser": "^7.15.0", | ||
"@typescript-eslint/typescript-estree": "^7.15.0", | ||
"eslint": "^9.6.0", | ||
"@eslint/js": "^9.13.0", | ||
"@types/eslint": "^9.6.1", | ||
"@types/estree": "^1.0.6", | ||
"@types/node": "^20.16.12", | ||
"@typescript-eslint/parser": "^8.10.0", | ||
"@typescript-eslint/typescript-estree": "^8.10.0", | ||
"eslint": "^9.13.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-doc-generator": "^1.6.1", | ||
"eslint-doc-generator": "^1.7.1", | ||
"eslint-plugin-eslint-plugin": "^6.2.0", | ||
"eslint-plugin-n": "file:.", | ||
"fast-glob": "^3.2.12", | ||
"husky": "^9.0.0", | ||
"lint-staged": "^15.2.7", | ||
"markdownlint-cli": "^0.41.0", | ||
"mocha": "^10.6.0", | ||
"npm-run-all2": "^6.2.2", | ||
"nyc": "^17.0.0", | ||
"fast-glob": "^3.3.2", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"markdownlint-cli": "^0.42.0", | ||
"mocha": "^10.7.3", | ||
"npm-run-all2": "^6.2.4", | ||
"nyc": "^17.1.0", | ||
"opener": "^1.5.2", | ||
"prettier": "^3.3.2", | ||
"punycode": "^2.3.0", | ||
"release-it": "^17.4.1", | ||
"rimraf": "^5.0.7", | ||
"prettier": "^3.3.3", | ||
"punycode": "^2.3.1", | ||
"release-it": "^17.10.0", | ||
"rimraf": "^5.0.10", | ||
"ts-ignore-import": "^4.0.1", | ||
"type-fest": "^4.21.0", | ||
"typescript": "~5.4" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
MichaelDeBoey
Author
Member
|
||
"type-fest": "^4.26.1", | ||
"typescript": "~5.6" | ||
}, | ||
"scripts": { | ||
"build": "node scripts/update", | ||
|
it's intentionally used
~
in #317.I will check if it's resolved in ts v5.6.