Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

fix(deps): update dependency eslint to v9.1.1 #410

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"encoding": "0.1.13",
"eslint": "9.1.0",
"eslint": "9.1.1",
"eslint-config-next": "14.2.2",
"next": "14.2.2",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2148,9 +2148,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.1.0":
version: 9.1.0
resolution: "eslint@npm:9.1.0"
"eslint@npm:9.1.1":
version: 9.1.1
resolution: "eslint@npm:9.1.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.6.1"
Expand Down Expand Up @@ -2188,7 +2188,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: 10c0/1773d9324bab94f9e89caab4340aa6a1bc0bf55cd3468c9a6a4e878b7594c1a35eda8cf2f3d77b0e2c19b8ca00108bc993e59d9d82fb2f07728f52e4e73e4f46
checksum: 10c0/0173fbc561d2272802315726283f63df0cf7197949ca1f80afd8ef92e95867677d54601ff6cad5467c44745160ba0f9cef7ac1154ccbd097d0269a4c6eb21041
languageName: node
linkType: hard

Expand Down Expand Up @@ -4711,7 +4711,7 @@ __metadata:
"@types/react": "npm:18.2.79"
"@types/react-dom": "npm:18.2.25"
encoding: "npm:0.1.13"
eslint: "npm:9.1.0"
eslint: "npm:9.1.1"
eslint-config-next: "npm:14.2.2"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-prettier: "npm:5.1.3"
Expand Down
Loading