Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api,…
Browse files Browse the repository at this point in the history
… `iterate-iterator`, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 11, 2021
1 parent ebe5991 commit eb9d8c7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"./polyfill": "./polyfill.js",
"./implementation": "./implementation.js",
"./shim": "./shim.js",
"./package": "./package.json",
"./package.json": "./package.json"
},
"scripts": {
Expand Down Expand Up @@ -61,19 +60,19 @@
"node": ">= 0.4"
},
"devDependencies": {
"@es-shims/api": "^2.2.1",
"@ljharb/eslint-config": "^18.0.0",
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"evalmd": "^0.0.19",
"function-bind": "^1.1.1",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"iterate-iterator": "^1.0.1",
"iterate-iterator": "^1.0.2",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"dependencies": {
"call-bind": "^1.0.2",
Expand Down

0 comments on commit eb9d8c7

Please sign in to comment.