build: bump deps

This commit is contained in:
liyasthomas
2022-01-24 05:44:10 +05:30
parent 1350919c78
commit 758460210a
37 changed files with 1283 additions and 2007 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hoppscotch-app",
"version": "2.1.0",
"version": "2.2.0",
"description": "Open source API development ecosystem",
"author": "Hoppscotch (support@hoppscotch.io)",
"private": true,
@@ -21,11 +21,11 @@
],
"dependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.1.7"
"lint-staged": "^12.3.1"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/node": "^17.0.9"
"@types/node": "^17.0.10"
}
}