Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud, core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 1, 2020
1 parent d262251 commit 70058de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = function inspect_(obj, options, depth, seen) {
}
return String(obj);
}
if (typeof obj === 'bigint') { // eslint-disable-line valid-typeof
if (typeof obj === 'bigint') {
return String(obj) + 'n';
}

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"core-js": "^2.6.11",
"eslint": "^7.12.1",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"core-js": "^2.6.12",
"eslint": "^7.14.0",
"for-each": "^0.3.3",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
Expand Down

0 comments on commit 70058de

Please sign in to comment.