Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 8, 2023
1 parent d085b13 commit af1d303
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -16,19 +16,19 @@
"readline-sync": "^1.4.10"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "^20.5.9",
"@types/readline-sync": "^1.4.4",
"c8": "^8.0.0",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"c8": "^8.0.1",
"chai": "^4.3.8",
"eslint": "^8.48.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"mocha": "^10.2.0",
"sinon": "^15.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"scripts": {
"build": "npm run tsc && npm run lint && npm run test",
Expand Down

0 comments on commit af1d303

Please sign in to comment.