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

Commit

Permalink
fix: update to eslint 7.23.0, ses-ava 0.1.1 (#27)
Browse files Browse the repository at this point in the history
* fix: update to eslint 7.23.0, ses-ava 0.1.1
  • Loading branch information
erights authored Apr 6, 2021
1 parent cbcd78c commit 47469fd
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 222 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.23.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 @@ -19,7 +19,7 @@
"@agoric/bundle-source": "*",
"@agoric/eslint-config": "*",
"@agoric/eslint-plugin": "*",
"@agoric/ses-ava": "^0.1.0",
"@agoric/ses-ava": "^0.1.1",
"@agoric/swingset-vat": "*",
"@typescript-eslint/parser": "^4.20.0",
"ava": "^3.15.0",
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.23.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"
}
}
}
Loading

0 comments on commit 47469fd

Please sign in to comment.