Skip to content

Commit c2d67cb

Browse files
committed
chore(deps): Bump to eslint 9.4.0
1 parent e8cf57c commit c2d67cb

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/jest": "^29.5.12",
4040
"@types/node": "^20.14.2",
4141
"commit-and-tag-version": "^12.2.0",
42-
"eslint": "^9.0.0",
42+
"eslint": "^9.4.0",
4343
"exit-code": "^1.0.2",
4444
"jest": "^29.7.0",
4545
"rimraf": "^5.0.5",
@@ -48,7 +48,7 @@
4848
"typescript": "~5.4.5"
4949
},
5050
"peerDependencies": {
51-
"eslint": "^8.56.0 || ^9.0.0",
51+
"eslint": "^^9.4.0",
5252
"typescript": ">=4.7.4"
5353
},
5454
"private": false,

yarn.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -858,14 +858,7 @@
858858
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
859859
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
860860

861-
"@types/node@*":
862-
version "20.12.12"
863-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
864-
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
865-
dependencies:
866-
undici-types "~5.26.4"
867-
868-
"@types/node@^20.14.2":
861+
"@types/node@*", "@types/node@^20.14.2":
869862
version "20.14.2"
870863
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
871864
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
@@ -2397,7 +2390,7 @@ eslint-visitor-keys@^4.0.0:
23972390
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
23982391
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
23992392

2400-
eslint@^9.0.0:
2393+
eslint@^9.4.0:
24012394
version "9.4.0"
24022395
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.4.0.tgz#79150c3610ae606eb131f1d648d5f43b3d45f3cd"
24032396
integrity sha512-sjc7Y8cUD1IlwYcTS9qPSvGjAC8Ne9LctpxKKu3x/1IC9bnOg98Zy6GxEJUfr1NojMgVPlyANXYns8oE2c1TAA==

0 commit comments

Comments
 (0)