Skip to content

Commit

Permalink
Update eslint-plugin-promise (#1875)
Browse files Browse the repository at this point in the history
* removed unused plugin eslint-plugin-promise

* unpdated eslint-plugin-promise in /functions

* restored eslint-plugin-promise

Co-authored-by: mike-lvov <63194656+mike-lvov@users.noreply.github.com>
  • Loading branch information
yurii-lubynets and mike-lvov committed Jul 22, 2021
1 parent b066aab commit 484d061
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"eslint": "^7.19.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-promise": "^5.1.0",
"firebase-functions-test": "^0.2.3",
"firebase-tools": "^9.2.2",
"prettier": "^2.2.1"
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,6 +27,7 @@
"date-fns": "^2.22.1",
"dayjs": "^1.8.35",
"emoji-mart": "^3.0.1",
"eslint-plugin-promise": "^5.1.0",
"esm": "^3.2.25",
"firebase": "^7.14.2",
"fuse.js": "^6.4.1",
Expand Down Expand Up @@ -155,7 +156,6 @@
"babel-plugin-lodash": "^3.3.4",
"cypress": "^4.11.0",
"cypress-file-upload": "^4.0.7",
"eslint-plugin-promise": "^4.2.1",
"firebase-admin": "^9.1.1",
"firebase-tools": "^8.6.0",
"gifwrap": "^0.9.2",
Expand Down

0 comments on commit 484d061

Please sign in to comment.