Skip to content

Commit

Permalink
build(deps): upgrade Jessie linter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 1, 2023
1 parent c22e776 commit 897a2f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"devDependencies": {
"@endo/eslint-config": "^0.5.1",
"@jessie.js/eslint-plugin": "^0.2.1",
"@jessie.js/eslint-plugin": "^0.3.0",
"@types/node": "^16.7.10",
"@typescript-eslint/parser": "^5.33.0",
"ava": "^5.0.1",
Expand Down Expand Up @@ -75,6 +75,7 @@
"**/espree/acorn": "^8.7.1",
"**/puppeteer-core/node-fetch": "^2.6.5",
"**/eslint/@babel/code-frame": "^7.12.11",
"**/eslint-config-react-app/eslint-plugin-jest": "^26.0.0"
"**/eslint-config-react-app/eslint-plugin-jest": "^26.0.0",
"**/@endo/eslint-config/@jessie.js/eslint-plugin": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"peerDependencies": {
"@endo/eslint-config": "^0.5.1",
"@jessie.js/eslint-plugin": "^0.2.1",
"@jessie.js/eslint-plugin": "^0.3.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1579,10 +1579,10 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==

"@jessie.js/eslint-plugin@^0.2.0", "@jessie.js/eslint-plugin@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@jessie.js/eslint-plugin/-/eslint-plugin-0.2.1.tgz#857f778963fd95179649be4fa601271bb5800303"
integrity sha512-SgQoa2O0uOKf6j2WMXFZc1KE+pOCzacV/uoyq0e4A/jm7Tja8/TJR+TlCPpYnx/YCMH23SCYC0Uz7T+5Qw6Byg==
"@jessie.js/eslint-plugin@^0.2.0", "@jessie.js/eslint-plugin@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@jessie.js/eslint-plugin/-/eslint-plugin-0.3.0.tgz#5b084355f3cba288422d5ecf794e1290baeddd45"
integrity sha512-7v7lZCxP9t6eMu95+3J9nuxLHCLjBZgJ+1cICR9gAga7OGWlC1AdncDO9H2B+Tn0ATfd+w/G9w1yqJq7n53kMA==
dependencies:
requireindex "~1.1.0"

Expand Down

0 comments on commit 897a2f8

Please sign in to comment.