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 12, 2021
1 parent 723dd15 commit c040e94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"./index.js"
],
"./auto": "./auto.js",
"./shim": "./shim.js",
"./polyfill": "./polyfill.js",
"./implementation": "./implementation.js",
"./shim": "./shim.js",
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
Expand Down Expand Up @@ -52,18 +52,18 @@
},
"homepage": "https://github.com/es-shims/Object.hasOwn",
"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",
"call-bind": "^1.0.2",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"has-symbols": "^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"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit c040e94

Please sign in to comment.