Skip to content

Commit 1a8a5ea

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, tape
1 parent 34ca9a0 commit 1a8a5ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {
7-
"@ljharb/eslint-config": "^15.0.1",
7+
"@ljharb/eslint-config": "^15.1.0",
88
"core-js": "^2.6.10",
9-
"eslint": "^6.6.0",
9+
"eslint": "^6.8.0",
1010
"nyc": "^10.3.2",
11-
"tape": "^4.11.0"
11+
"tape": "^5.0.0-next.4"
1212
},
1313
"scripts": {
1414
"pretest": "npm run lint",

0 commit comments

Comments
 (0)