-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #1408
Update dependencies #1408
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1408 +/- ##
===========================================
+ Coverage 87.83% 88.02% +0.18%
===========================================
Files 54 54
Lines 3092 3090 -2
Branches 40 40
===========================================
+ Hits 2716 2720 +4
+ Misses 355 352 -3
+ Partials 21 18 -3
Continue to review full report at Codecov.
|
93e2754
to
8ffb8ef
Compare
This pull request introduces 1 alert when merging 8ffb8ef into e54898c - view on LGTM.com new alerts:
|
8ffb8ef
to
7ff5c44
Compare
package.json
Outdated
"babel-loader": "^8.2.3", | ||
"babel-plugin-add-import-extension": "^1.6.0", | ||
"babel-plugin-transform-default-named-imports": "^1.2.2", | ||
"chai": "^4.3.4", | ||
"chai": "^4.3.6", | ||
"chai-as-promised": "^7.1.1", | ||
"codecov": "^3.8.3", | ||
"eslint": "^7.32.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about eslint 8?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
standard/eslint-config-standard#209
didn't know that they have 17.0.0-1 (on next tag), switching to it
70c1fac
to
bb32b77
Compare
No description provided.