Skip to content

Commit

Permalink
v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Nov 26, 2024
1 parent a7b7c65 commit 7791cd3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,23 @@
"types": "types/index.d.ts",
"devDependencies": {
"c8": "^10.1.2",
"chai": "^5.1.2",
"eslint": "^9.13.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-regexp": "^2.6.0",
"globals": "^15.11.0",
"mocha": "^10.7.3",
"neostandard": "^0.11.7",
"typescript": "^5.6.3"
"eslint": "^9.15.0",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-regexp": "^2.7.0",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"neostandard": "^0.11.9",
"typescript": "^5.7.2"
},
"overrides": {
"glob": "^10.4.5"
},
"scripts": {
"build": "npm run tsc && npm run lint && npm run test",
"lint": "eslint --fix .",
"test": "c8 --reporter=text mocha --exit test",
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
},
"version": "4.1.6"
"version": "4.1.7"
}

0 comments on commit 7791cd3

Please sign in to comment.