updates to app

This commit is contained in:
Amruth Pillai
2022-06-19 20:44:28 +02:00
parent 164403c495
commit ae3ff274ee
10 changed files with 2167 additions and 3413 deletions

View File

@ -9,7 +9,7 @@
"lint": "eslint --fix --ext .ts ./src"
},
"devDependencies": {
"eslint": "^8.14.0",
"typescript": "^4.6.4"
"eslint": "^8.18.0",
"typescript": "^4.7.4"
}
}