Skip to content

Commit 7791cd3

Browse files
committed
v4.1.7
1 parent a7b7c65 commit 7791cd3

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,23 @@
1414
"types": "types/index.d.ts",
1515
"devDependencies": {
1616
"c8": "^10.1.2",
17-
"chai": "^5.1.2",
18-
"eslint": "^9.13.0",
19-
"eslint-plugin-import-x": "^4.3.1",
20-
"eslint-plugin-jsdoc": "^50.4.3",
21-
"eslint-plugin-regexp": "^2.6.0",
22-
"globals": "^15.11.0",
23-
"mocha": "^10.7.3",
24-
"neostandard": "^0.11.7",
25-
"typescript": "^5.6.3"
17+
"eslint": "^9.15.0",
18+
"eslint-plugin-import-x": "^4.4.3",
19+
"eslint-plugin-jsdoc": "^50.6.0",
20+
"eslint-plugin-regexp": "^2.7.0",
21+
"globals": "^15.12.0",
22+
"mocha": "^10.8.2",
23+
"neostandard": "^0.11.9",
24+
"typescript": "^5.7.2"
25+
},
26+
"overrides": {
27+
"glob": "^10.4.5"
2628
},
2729
"scripts": {
2830
"build": "npm run tsc && npm run lint && npm run test",
2931
"lint": "eslint --fix .",
3032
"test": "c8 --reporter=text mocha --exit test",
3133
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
3234
},
33-
"version": "4.1.6"
35+
"version": "4.1.7"
3436
}

0 commit comments

Comments
 (0)