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
… `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 10, 2021
1 parent a187b4f commit 3f071ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'",
"prelint": "npm run eccheck",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound",
"eccheck": "eclint check '*.js' '**/*.js'"
},
Expand All @@ -41,19 +41,19 @@
"functions-have-names": "^1.2.2"
},
"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",
"eclint": "^2.8.1",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"for-each": "^0.3.3",
"has-strict-mode": "^1.0.1",
"make-arrow-function": "^1.2.0",
"make-async-function": "^1.0.0",
"make-generator-function": "^2.0.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2",
"uglify-register": "^1.0.1"
},
"testling": {
Expand Down

0 comments on commit 3f071ce

Please sign in to comment.