Skip to content

Commit

Permalink
feat: bump eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMiguel committed Jan 15, 2023
1 parent 4620a61 commit fd35d04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"peerDependencies": {
"eslint": "*"
"eslint": "^8.32.0"
},
"dependencies": {
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3236,7 +3236,7 @@ __metadata:
"@commitlint/config-conventional": ^17.4.2
"@types/jest": ^29.2.5
cz-conventional-changelog: ^3.3.0
eslint: ^8.31.0
eslint: ^8.32.0
eslint-config-airbnb: ^19.0.4
eslint-config-prettier: ^8.6.0
eslint-plugin-import: ^2.27.4
Expand All @@ -3252,7 +3252,7 @@ __metadata:
prettier: ^2.8.3
react: ^17.0.2
peerDependencies:
eslint: "*"
eslint: ^8.32.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3468,9 +3468,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.31.0":
version: 8.31.0
resolution: "eslint@npm:8.31.0"
"eslint@npm:^8.32.0":
version: 8.32.0
resolution: "eslint@npm:8.32.0"
dependencies:
"@eslint/eslintrc": ^1.4.1
"@humanwhocodes/config-array": ^0.11.8
Expand Down Expand Up @@ -3513,7 +3513,7 @@ __metadata:
text-table: ^0.2.0
bin:
eslint: bin/eslint.js
checksum: 5e5688bb864edc6b12d165849994812eefa67fb3fc44bb26f53659b63edcd8bcc68389d27cc6cc9e5b79ee22f24b6f311fa3ed047bddcafdec7d84c1b5561e4f
checksum: 23c8fb3c57291eecd9c1448faf603226a8f885022a2cd96e303459bf72e39b7f54987c6fb948f0f9eecaf7085600e6eb0663482a35ea83da12e9f9141a22b91e
languageName: node
linkType: hard

Expand Down

0 comments on commit fd35d04

Please sign in to comment.