Skip to content

Commit

Permalink
Upgrade development deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-marcacci committed Jun 10, 2022
1 parent 4676479 commit 4364fcd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
]
},
"devDependencies": {
"@types/node": "^17.0.12",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"ava": "^4.0.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"ava": "^4.3.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
},
"scripts": {
"format": "prettier --list-different --write '**/*.{json,yml,md,ts}'",
Expand Down

0 comments on commit 4364fcd

Please sign in to comment.