Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, core-js, `tape…
Browse files Browse the repository at this point in the history
…`; add `aud`
  • Loading branch information
ljharb committed May 25, 2020
1 parent e7472e8 commit 7c204f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -4,12 +4,13 @@
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"core-js": "^2.5.7",
"eslint": "^6.8.0",
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"core-js": "^2.6.11",
"eslint": "^7.1.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0"
"tape": "^5.0.1"
},
"scripts": {
"prepublish": "safe-publish-latest",
Expand Down

0 comments on commit 7c204f2

Please sign in to comment.