We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e26478 commit f8458a7Copy full SHA for f8458a7
package.json
@@ -14,12 +14,12 @@
14
"types": "types/index.d.ts",
15
"devDependencies": {
16
"c8": "^8.0.1",
17
- "chai": "^4.3.8",
18
- "eslint": "^8.50.0",
+ "chai": "^4.3.10",
+ "eslint": "^8.52.0",
19
"eslint-config-standard": "^17.1.0",
20
- "eslint-plugin-import": "^2.28.1",
+ "eslint-plugin-import": "^2.29.0",
21
"eslint-plugin-jsdoc": "^46.8.2",
22
- "eslint-plugin-regexp": "^1.15.0",
+ "eslint-plugin-regexp": "^2.1.1",
23
"mocha": "^10.2.0",
24
"typescript": "^5.2.2"
25
},
@@ -29,5 +29,5 @@
29
"test": "c8 --reporter=text mocha --exit test",
30
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
31
32
- "version": "4.1.4"
+ "version": "4.1.5"
33
}
0 commit comments