We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef22a75 commit 56d85feCopy full SHA for 56d85fe
package.json
@@ -14,14 +14,14 @@
14
"types": "types/index.d.ts",
15
"devDependencies": {
16
"c8": "^9.1.0",
17
- "chai": "^5.1.0",
+ "chai": "^5.1.1",
18
"eslint": "^8.57.0",
19
"eslint-config-standard": "^17.1.0",
20
"eslint-plugin-import": "^2.29.1",
21
- "eslint-plugin-jsdoc": "^48.2.0",
22
- "eslint-plugin-regexp": "^2.2.0",
23
- "mocha": "^10.3.0",
24
- "typescript": "^5.3.3"
+ "eslint-plugin-jsdoc": "^48.2.4",
+ "eslint-plugin-regexp": "^2.5.0",
+ "mocha": "^10.4.0",
+ "typescript": "^5.4.5"
25
},
26
"scripts": {
27
"build": "npm run tsc && npm run lint && npm run test",
0 commit comments