Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, browserify, `s…
Browse files Browse the repository at this point in the history
…afe-publish-latest`
  • Loading branch information
ljharb committed Aug 16, 2019
1 parent 649f05f commit d1d06a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"browserify": "^16.3.0",
"@ljharb/eslint-config": "^14.0.2",
"browserify": "^16.5.0",
"covert": "^1.1.1",
"eclint": "^2.8.1",
"eslint": "^5.16.0",
"eslint": "^6.1.0",
"evalmd": "^0.0.17",
"for-each": "^0.3.3",
"has-symbols": "^1.0.0",
"iconv-lite": "^0.4.24",
"mkdirp": "^0.5.1",
"object-inspect": "^1.6.0",
"qs-iconv": "^1.0.4",
"safe-publish-latest": "^1.1.2",
"safe-publish-latest": "^1.1.3",
"safer-buffer": "^2.1.2",
"tape": "^4.11.0"
},
Expand Down
2 changes: 0 additions & 2 deletions test/stringify.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

/* globals Symbol, BigInt */

var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
Expand Down

0 comments on commit d1d06a6

Please sign in to comment.