Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, object-inspect
Browse files Browse the repository at this point in the history
…, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 13, 2021
1 parent e4759f8 commit 3f02ff4
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 @@ -9,8 +9,8 @@
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "npx aud --production",
"lint": "eslint .",
"posttest": "aud --production",
"lint": "eslint --ext=js,mjs .",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
Expand All @@ -36,15 +36,15 @@
"has-symbols": "^1.0.2"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"has-tostringtag": "^1.0.0",
"nyc": "^10.3.2",
"object-inspect": "^1.11.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.0"
"object-inspect": "^1.11.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 3f02ff4

Please sign in to comment.