We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef5b4 commit b7620a8Copy full SHA for b7620a8
package.json
@@ -15,7 +15,7 @@
15
"devDependencies": {
16
"c8": "^7.13.0",
17
"chai": "^4.3.7",
18
- "eslint": "^8.34.0",
+ "eslint": "^8.35.0",
19
"eslint-config-standard": "^17.0.0",
20
"eslint-plugin-import": "^2.27.5",
21
"eslint-plugin-jsdoc": "^40.0.0",
@@ -32,5 +32,5 @@
32
"test": "c8 --reporter=text mocha --exit test",
33
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
34
},
35
- "version": "4.1.2"
+ "version": "4.1.3"
36
}
0 commit comments