Skip to content

Commit

Permalink
Merge pull request #84 from mike-marcacci/consolidated-updates
Browse files Browse the repository at this point in the history
Update dev dependencies
  • Loading branch information
mike-marcacci authored Jul 22, 2022
2 parents 2c4f352 + 2ed2e91 commit 6c18476
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"devDependencies": {
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"ava": "^4.3.0",
"eslint": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"ava": "^4.3.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"scripts": {
"format": "prettier --list-different --write '**/*.{json,yml,md,ts}'",
Expand Down

0 comments on commit 6c18476

Please sign in to comment.