chore: change localStorage to indexedDB for caching heartbeats while offline (#166)

This commit is contained in:
Juan Sebastian velez Posada
2023-02-13 19:29:26 -05:00
committed by GitHub
parent be368b520e
commit 0a2326948c
4 changed files with 73 additions and 31 deletions

View File

@@ -33,6 +33,7 @@
"classnames": "^2.3.2",
"create-react-class": "^15.7.0",
"font-awesome": "4.7.0",
"idb": "^7.1.1",
"jquery": "^3.6.3",
"moment": "^2.29.4",
"react": "^18.2.0",