Skip to content

Commit f88f13a

Browse files
committed
Use eslint-plugin-promise@^4.3.1
1 parent 43975e8 commit f88f13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-config-standard-with-typescript": "^20.0.0",
2525
"eslint-plugin-import": "^2.22.1",
2626
"eslint-plugin-node": "^11.1.0",
27-
"eslint-plugin-promise": "^4.2.1",
27+
"eslint-plugin-promise": "^4.3.1",
2828
"eslint-plugin-react": "^7.23.2",
2929
"typescript": "^4.2.4"
3030
},
@@ -36,7 +36,7 @@
3636
"eslint-config-standard-with-typescript": "^20.0.0",
3737
"eslint-plugin-import": "^2.22.1",
3838
"eslint-plugin-node": "^11.1.0",
39-
"eslint-plugin-promise": "^5.1.0",
39+
"eslint-plugin-promise": "^4.3.1",
4040
"eslint-plugin-react": "^7.23.2",
4141
"typescript": "^4.2.4"
4242
}

0 commit comments

Comments
 (0)