Skip to content

Commit

Permalink
chore(deps): bump jessie lint to 0.4.1
Browse files Browse the repository at this point in the history
solves the max-len problem
endojs/Jessie#116
  • Loading branch information
turadg committed Mar 28, 2024
1 parent 3d9e6ee commit e9f5906
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@endo/eslint-plugin": "^2.1.1",
"@jessie.js/eslint-plugin": "^0.4.0",
"@jessie.js/eslint-plugin": "^0.4.1",
"@types/express": "^4.17.17",
"@types/node": "^18.19.24",
"ava": "^5.3.0",
Expand Down
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-plugin": "^2.1.1",
"@jessie.js/eslint-plugin": "^0.4.0",
"@jessie.js/eslint-plugin": "^0.4.1",
"typescript-eslint": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2008,10 +2008,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.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@jessie.js/eslint-plugin/-/eslint-plugin-0.4.0.tgz#a351695c63a0fc1cc530a6cb67e8ebe451c8ec58"
integrity sha512-rzryGvF22+mm9Ge1UW+alh9S/gPuDI7pxRSbjGymJPU515KGOl1Fym4Fvt6G4elePHYX/ZFmh/uF2888HsuQ0A==
"@jessie.js/eslint-plugin@^0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@jessie.js/eslint-plugin/-/eslint-plugin-0.4.1.tgz#d45561b9b24b97fd1f8b71e4c90b59be2c544e22"
integrity sha512-wCoNtFp0ke+h60bq/47Un91deCRiaAjKg3BIMz+xkN2apv6fn6Xk5pb4/NpNi/fK42m0pj8t4F0ApRadte0LZQ==
dependencies:
requireindex "~1.1.0"

Expand Down

0 comments on commit e9f5906

Please sign in to comment.