mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
fix accounts
This commit is contained in:
parent
56067f0415
commit
02dc0b2141
@ -38,7 +38,8 @@
|
|||||||
"redux-thunk": "^2.2.0",
|
"redux-thunk": "^2.2.0",
|
||||||
"sane-email-validation": "^1.1.0",
|
"sane-email-validation": "^1.1.0",
|
||||||
"universal-cookie": "^4.0.0",
|
"universal-cookie": "^4.0.0",
|
||||||
"valid-url": "^1.0.9"
|
"valid-url": "^1.0.9",
|
||||||
|
"workbox-build": "^4.3.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=3003 react-scripts start",
|
"dev": "PORT=3003 react-scripts start",
|
||||||
@ -58,8 +59,7 @@
|
|||||||
"depcheck": "^0.9.2",
|
"depcheck": "^0.9.2",
|
||||||
"lighthouse": "^6.2.0",
|
"lighthouse": "^6.2.0",
|
||||||
"ora": "^4.0.3",
|
"ora": "^4.0.3",
|
||||||
"should": "^13.2.3",
|
"should": "^13.2.3"
|
||||||
"workbox-build": "^4.3.1"
|
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"collectCoverageFrom": [
|
"collectCoverageFrom": [
|
||||||
|
Loading…
Reference in New Issue
Block a user