chore(deps): update dependencies to match latest patch fixes

This commit is contained in:
Amruth Pillai
2022-03-16 06:40:49 +01:00
parent 519fbbd1b2
commit 4743828e6b
5 changed files with 501 additions and 345 deletions

View File

@ -38,8 +38,8 @@
"env-cmd": "^10.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
@ -48,7 +48,7 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"standard-version": "^9.3.2",
"typescript": "^4.5.5"
}