Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-promise to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 19cf159 commit e6c200f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-security": "^1.7.1",
"eslint-utils": "^3.0.0"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5321,7 +5321,7 @@ __metadata:
eslint-plugin-import: ^2.27.5
eslint-plugin-node: ^11.1.0
eslint-plugin-prettier: ^4.2.1
eslint-plugin-promise: ^5.2.0
eslint-plugin-promise: ^6.0.0
eslint-plugin-security: ^1.7.1
eslint-utils: ^3.0.0
typescript: ^4.9.5
Expand Down Expand Up @@ -5371,7 +5371,7 @@ __metadata:
"@kleros/kleros-v2-eslint-config": "workspace:^"
"@kleros/kleros-v2-prettier-config": "workspace:^"
"@kleros/kleros-v2-tsconfig": "workspace:^"
"@kleros/ui-components-library": ^2.6.2
"@kleros/ui-components-library": ^2.6.3
"@netlify/functions": ^1.6.0
"@parcel/transformer-svg-react": 2.8.3
"@parcel/watcher": ~2.2.0
Expand Down Expand Up @@ -5429,9 +5429,9 @@ __metadata:
languageName: unknown
linkType: soft

"@kleros/ui-components-library@npm:^2.6.2":
version: 2.6.2
resolution: "@kleros/ui-components-library@npm:2.6.2"
"@kleros/ui-components-library@npm:^2.6.3":
version: 2.6.3
resolution: "@kleros/ui-components-library@npm:2.6.3"
dependencies:
"@datepicker-react/hooks": ^2.8.4
"@swc/helpers": ^0.3.2
Expand All @@ -5448,7 +5448,7 @@ __metadata:
react-dom: ^18.0.0
react-is: ^18.0.0
styled-components: ^5.3.3
checksum: 499478dcacb825569d56f752de90954c58a737525a677b87645e330294ccd1f3d58bbc7b78b4cfb3bab8c0326eabc8f24fbad59c8db810e214791dbe8d4ea476
checksum: 090e9e137283b22adad531f9f0917b5cb9d56f165647e579031dc20856913b45955539cb42b89b4392fadf7ef956b3a3b9468d3441d76a0328f2a774431f6002
languageName: node
linkType: hard

Expand Down Expand Up @@ -15734,12 +15734,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-promise@npm:^5.2.0":
version: 5.2.0
resolution: "eslint-plugin-promise@npm:5.2.0"
"eslint-plugin-promise@npm:^6.0.0":
version: 6.1.1
resolution: "eslint-plugin-promise@npm:6.1.1"
peerDependencies:
eslint: ^7.0.0
checksum: 5d6b2d28408c5afde6386942862427af3d83c9a130eb2555bb54b26a1761914e2c7326aca1be26dd3fee6405e65a2ee9432a4526147e5962545060ea0ef64058
eslint: ^7.0.0 || ^8.0.0
checksum: 46b9a4f79dae5539987922afc27cc17cbccdecf4f0ba19c0ccbf911b0e31853e9f39d9959eefb9637461b52772afa1a482f1f87ff16c1ba38bdb6fcf21897e9a
languageName: node
linkType: hard

Expand Down

0 comments on commit e6c200f

Please sign in to comment.