Skip to content

Commit

Permalink
v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 24, 2023
1 parent 7e26478 commit f8458a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"types": "types/index.d.ts",
"devDependencies": {
"c8": "^8.0.1",
"chai": "^4.3.8",
"eslint": "^8.50.0",
"chai": "^4.3.10",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-regexp": "^2.1.1",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
},
Expand All @@ -29,5 +29,5 @@
"test": "c8 --reporter=text mocha --exit test",
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
},
"version": "4.1.4"
"version": "4.1.5"
}

0 comments on commit f8458a7

Please sign in to comment.