Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-16 17:29:58 +00:00
parent 1afca056e3
commit 6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions

View file

@ -1,6 +1,6 @@
{
"name": "is-negative-zero",
"version": "2.0.2",
"version": "2.0.3",
"description": "Is this value negative zero? === will lie to you",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
@ -8,7 +8,10 @@
},
"license": "MIT",
"main": "index.js",
"types": "./index.d.ts",
"sideEffects": false,
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint",
@ -16,6 +19,7 @@
"tests-only": "nyc tape 'test/**/*.js'",
"posttest": "aud --production",
"lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p .",
"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)\")\""
},
@ -38,13 +42,17 @@
"-0"
],
"devDependencies": {
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^8.4.1",
"@ljharb/eslint-config": "^21.1.0",
"@types/tape": "^5.6.4",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
"tape": "^5.7.5",
"typescript": "next"
},
"testling": {
"files": "test/index.js",
@ -75,5 +83,10 @@
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}