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

Commit

Permalink
fix: update eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Apr 5, 2021
1 parent 2cbd70c commit c196700
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@agoric/zoe": "*",
"eslint": "^6.1.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-jessie": "0.0.3",
"eslint-config-prettier": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint-check": "yarn lint"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-jessie": "0.0.3",
"eslint-config-prettier": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"_agstate/agoric-servers"
],
"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-jessie": "^0.0.6",
Expand Down
4 changes: 2 additions & 2 deletions ui.old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"parcel-plugin-static-files-copy": "^2.3.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-comments": "^3.1.2",
Expand All @@ -55,4 +55,4 @@
"prettier": "^1.19.1",
"rimraf": "^3.0.2"
}
}
}

0 comments on commit c196700

Please sign in to comment.