File tree 4 files changed +4
-18
lines changed
4 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relp" ,
3
3
"description" :" Relp - a web messenger. Enjoy free text chat, voice call and file sharing" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"private" : true ,
6
6
"author" : " Abishek" ,
7
7
"main" : " public/electron.js" ,
31
31
"@testing-library/react" : " ^9.3.2" ,
32
32
"@testing-library/user-event" : " ^7.1.2" ,
33
33
"autosize" : " ^4.0.2" ,
34
- "chunk-stream" : " ^0.0.1" ,
35
34
"date-fns" : " ^2.15.0" ,
36
35
"dexie" : " ^3.0.2" ,
37
36
"dompurify" : " ^2.0.15" ,
38
37
"electron-is-dev" : " ^1.2.0" ,
39
38
"emoji-mart" : " ^3.0.0" ,
40
- "filereader-stream" : " ^2.0.0" ,
41
39
"firebase" : " ^7.16.1" ,
42
40
"framer-motion" : " ^2.9.4" ,
43
41
"immer" : " ^7.0.9" ,
Original file line number Diff line number Diff line change 6
6
"background_color" : " #004552" ,
7
7
"theme_color" : " #004552" ,
8
8
"display" : " standalone" ,
9
- "start_url" : " /" ,
10
- "scope" : " /" ,
9
+ "scope" : " /" ,
10
+ "start_url" : " /" ,
11
11
"orientation" : " portrait" ,
12
12
"icons" : [
13
13
{
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ render(
32
32
// If you want your app to work offline and load faster, you can change
33
33
// unregister() to register() below. Note this comes with some pitfalls.
34
34
// Learn more about service workers: https://bit.ly/CRA-PWA
35
- serviceWorker . unregister ( ) ;
35
+ serviceWorker . register ( ) ;
Original file line number Diff line number Diff line change @@ -4452,13 +4452,6 @@ chromium-pickle-js@^0.2.0:
4452
4452
resolved "https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz#04a106672c18b085ab774d983dfa3ea138f22205"
4453
4453
integrity sha1-BKEGZywYsIWrd02YPfo+oTjyIgU=
4454
4454
4455
- chunk-stream@^0.0.1:
4456
- version "0.0.1"
4457
- resolved "https://registry.yarnpkg.com/chunk-stream/-/chunk-stream-0.0.1.tgz#8484fa3df9f964b074e6f2d67ee1a76034c33139"
4458
- integrity sha1-hIT6Pfn5ZLB05vLWfuGnYDTDMTk=
4459
- dependencies:
4460
- through "~2.2.0"
4461
-
4462
4455
ci-info@^2.0.0:
4463
4456
version "2.0.0"
4464
4457
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
@@ -13376,11 +13369,6 @@ through@^2.3.6:
13376
13369
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
13377
13370
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
13378
13371
13379
- through@~2.2.0:
13380
- version "2.2.7"
13381
- resolved "https://registry.yarnpkg.com/through/-/through-2.2.7.tgz#6e8e21200191d4eb6a99f6f010df46aa1c6eb2bd"
13382
- integrity sha1-bo4hIAGR1OtqmfbwEN9Gqhxusr0=
13383
-
13384
13372
thunky@^1.0.2:
13385
13373
version "1.1.0"
13386
13374
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
You can’t perform that action at this time.
0 commit comments