Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud, `browseri…
Browse files Browse the repository at this point in the history
…fy`, `object-inspect`, `tape`
  • Loading branch information
ljharb committed Jan 13, 2021
1 parent 4e7a5a3 commit da6d249
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ indent_size = 2
[LICENSE]
indent_size = 2
max_line_length = off

[coverage/**/*]
indent_size = off
indent_style = off
indent = off
max_line_length = off
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"browserify": "^16.5.1",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"browserify": "^16.5.2",
"eclint": "^2.8.1",
"eslint": "^7.3.0",
"eslint": "^7.17.0",
"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"has-symbols": "^1.0.1",
"iconv-lite": "^0.5.1",
"mkdirp": "^0.5.5",
"nyc": "^10.3.2",
"object-inspect": "^1.8.0",
"object-inspect": "^1.9.0",
"qs-iconv": "^1.0.4",
"safe-publish-latest": "^1.1.4",
"safer-buffer": "^2.1.2",
"tape": "^5.0.1"
"tape": "^5.1.1"
},
"scripts": {
"prepublish": "safe-publish-latest && npm run dist",
Expand Down

0 comments on commit da6d249

Please sign in to comment.