Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Oct 20, 2023
1 parent 2883f02 commit faf250b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,34 +73,34 @@
"node": ">=12.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/chai-string": "^1.4.3",
"@types/mocha": "^10.0.2",
"@types/node": "^18.18.3",
"@types/verror": "^1.10.7",
"@types/chai": "^4.3.9",
"@types/chai-string": "^1.4.4",
"@types/mocha": "^10.0.3",
"@types/node": "^18.18.6",
"@types/verror": "^1.10.8",
"@voxpelli/eslint-config": "^19.0.0",
"@voxpelli/tsconfig": "^8.0.0",
"@voxpelli/tsconfig": "^9.0.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
"chai-string": "^1.5.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-es-x": "^7.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^8.0.3",
"installed-check": "^8.0.0",
"knip": "^2.30.1",
"knip": "^2.35.0",
"linemod": "^1.1.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.1.1",
"type-coverage": "^2.26.3",
"typescript": "~5.1.3",
"type-coverage": "^2.27.0",
"typescript": "~5.2.2",
"verror": "^1.10.1"
}
}

0 comments on commit faf250b

Please sign in to comment.