Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 23, 2020
1 parent b090bf2 commit 36cea2a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
],
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^15.0.2",
"@ljharb/eslint-config": "^15.1.0",
"auto-changelog": "^1.16.2",
"core-js": "^2.6.11",
"eslint": "^6.7.2",
"eslint": "^6.8.0",
"get-own-property-symbols": "^0.9.4",
"safe-publish-latest": "^1.1.4",
"tape": "^4.11.0"
"tape": "^5.0.0-next.4"
},
"testling": {
"files": "test/index.js",
Expand Down Expand Up @@ -85,5 +85,10 @@
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
},
"greenkeeper": {
"ignore": [
"core-js"
]
}
}

0 comments on commit 36cea2a

Please sign in to comment.