Skip to content

Commit d7aaa30

Browse files
committed
Merge with GenesisKernel v0.11.1
2 parents ea01f07 + c8c69ab commit d7aaa30

4 files changed

Lines changed: 38 additions & 74 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apla-front",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"author": {
55
"name": "apla-front"
66
},
@@ -134,7 +134,7 @@
134134
"@types/url-template": "^2.0.28",
135135
"@types/uuid": "^3.4.3",
136136
"cross-env": "^5.1.3",
137-
"electron": "^1.8.2",
137+
"electron": "^3.0.10",
138138
"electron-builder": "^20.0.4",
139139
"node-sass-chokidar": "^0.0.3",
140140
"npm-run-all": "^4.1.1",
@@ -146,5 +146,8 @@
146146
"tslint-react": "^3.2.0",
147147
"typescript": "^2.8.3",
148148
"typescript-react-intl": "^0.1.7"
149+
},
150+
"resolutions": {
151+
"**/event-stream": "^4.0.1"
149152
}
150-
}
153+
}

src/app/components/Auth/Login/WalletList/WalletButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface IWalletButtonProps {
4141
}
4242

4343
const getNotificationsCount = (notifications: INotificationsMessage[], role: number, ecosystem: string) => {
44-
const value = notifications.find(l => l.role === role && l.ecosystem === l.ecosystem);
44+
const value = notifications.find(l => l.role === role && l.ecosystem === ecosystem);
4545
return value ? value.count : 0;
4646
};
4747

src/app/modules/content/epics/fetchNotificationsEpic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const fetchNotificationsEpic: Epic = (action$, store, { api }) => action$.ofActi
3131

3232
return Observable.fromPromise(client.content({
3333
type: 'page',
34-
name: 'notifications',
34+
name: '@1notifications',
3535
params: {},
3636
locale: state.storage.locale
3737

yarn.lock

Lines changed: 30 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141
integrity sha512-c3Npme+2JGqxW8+B+aXdN5SPIlCf1C8WxQC6Ea39rO/ASPosnMkWVR16mDJtRE+2dr2xwOQ7DiLxb+wO/TWuPg==
142142

143143
"@types/node@^8.0.24":
144-
version "8.9.4"
145-
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.9.4.tgz#dfd327582a06c114eb6e0441fa3d6fab35edad48"
146-
integrity sha512-dSvD36qnQs78G1BPsrZFdPpvLgMW/dnvr5+nTW2csMs5TiP9MOXrjUbnMZOEwnIuBklXtn7b6TPA2Cuq07bDHA==
144+
version "8.10.38"
145+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.38.tgz#e05c201a668492e534b48102aca0294898f449f6"
146+
integrity sha512-EibsnbJerd0hBFaDjJStFrVbVBAtOy4dgL8zZFw0uOvPqzBAX59Ci8cgjg3+RgJIWhsB5A4c+pi+D4P9tQQh/A==
147147

148148
"@types/node@^8.0.57":
149149
version "8.0.57"
@@ -2575,16 +2575,7 @@ concat-map@0.0.1:
25752575
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
25762576
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
25772577

2578-
concat-stream@1.6.0:
2579-
version "1.6.0"
2580-
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7"
2581-
integrity sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=
2582-
dependencies:
2583-
inherits "^2.0.3"
2584-
readable-stream "^2.2.2"
2585-
typedarray "^0.0.6"
2586-
2587-
concat-stream@^1.5.0:
2578+
concat-stream@1.6.2, concat-stream@^1.5.0:
25882579
version "1.6.2"
25892580
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
25902581
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
@@ -3587,20 +3578,20 @@ electron-download-tf@4.3.4:
35873578
semver "^5.4.1"
35883579
sumchecker "^2.0.2"
35893580

3590-
electron-download@^3.0.1:
3591-
version "3.3.0"
3592-
resolved "https://registry.yarnpkg.com/electron-download/-/electron-download-3.3.0.tgz#2cfd54d6966c019c4d49ad65fbe65cc9cdef68c8"
3593-
integrity sha1-LP1U1pZsAZxNSa1l++Zcyc3vaMg=
3581+
electron-download@^4.1.0:
3582+
version "4.1.1"
3583+
resolved "https://registry.yarnpkg.com/electron-download/-/electron-download-4.1.1.tgz#02e69556705cc456e520f9e035556ed5a015ebe8"
3584+
integrity sha512-FjEWG9Jb/ppK/2zToP+U5dds114fM1ZOJqMAR4aXXL5CvyPE9fiqBK/9YcwC9poIFQTEJk/EM/zyRwziziRZrg==
35943585
dependencies:
3595-
debug "^2.2.0"
3596-
fs-extra "^0.30.0"
3597-
home-path "^1.0.1"
3586+
debug "^3.0.0"
3587+
env-paths "^1.0.0"
3588+
fs-extra "^4.0.1"
35983589
minimist "^1.2.0"
3599-
nugget "^2.0.0"
3600-
path-exists "^2.1.0"
3601-
rc "^1.1.2"
3602-
semver "^5.3.0"
3603-
sumchecker "^1.2.0"
3590+
nugget "^2.0.1"
3591+
path-exists "^3.0.0"
3592+
rc "^1.2.1"
3593+
semver "^5.4.1"
3594+
sumchecker "^2.0.2"
36043595

36053596
electron-osx-sign@0.4.8:
36063597
version "0.4.8"
@@ -3650,13 +3641,13 @@ electron-to-chromium@^1.3.30:
36503641
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.33.tgz#bf00703d62a7c65238136578c352d6c5c042a545"
36513642
integrity sha1-vwBwPWKnxlI4E2V4w1LWxcBCpUU=
36523643

3653-
electron@^1.8.2:
3654-
version "1.8.2"
3655-
resolved "https://registry.yarnpkg.com/electron/-/electron-1.8.2.tgz#a817cd733c2972b3c7cc4f777caf6e424b88014d"
3656-
integrity sha512-0TV5Hy92g8ACnPn+PVol6a/2uk+khzmRtWxhah/FcKs6StCytm5hD14QqOdZxEdJN8HljXIVCayN/wJX+0wDiQ==
3644+
electron@^3.0.10:
3645+
version "3.0.10"
3646+
resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.10.tgz#7d412856e8cf0d3041a612a32dd09e2af2d50f50"
3647+
integrity sha512-I39IeQP3NOlbjKzTDK8uK2JdiHDfhV5SruCS2Gttkn2MaKCY+yIzQ6Wr4DyBXLeTEkL1sbZxbqQVhCavAliv5w==
36573648
dependencies:
36583649
"@types/node" "^8.0.24"
3659-
electron-download "^3.0.1"
3650+
electron-download "^4.1.0"
36603651
extract-zip "^1.0.3"
36613652

36623653
elliptic@^6.0.0:
@@ -4155,13 +4146,13 @@ extract-text-webpack-plugin@3.0.2:
41554146
webpack-sources "^1.0.1"
41564147

41574148
extract-zip@^1.0.3:
4158-
version "1.6.6"
4159-
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.6.tgz#1290ede8d20d0872b429fd3f351ca128ec5ef85c"
4160-
integrity sha1-EpDt6NINCHK0Kf0/NRyhKOxe+Fw=
4149+
version "1.6.7"
4150+
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.7.tgz#a840b4b8af6403264c8db57f4f1a74333ef81fe9"
4151+
integrity sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=
41614152
dependencies:
4162-
concat-stream "1.6.0"
4153+
concat-stream "1.6.2"
41634154
debug "2.6.9"
4164-
mkdirp "0.5.0"
4155+
mkdirp "0.5.1"
41654156
yauzl "2.4.1"
41664157

41674158
extsprintf@1.3.0:
@@ -5009,11 +5000,6 @@ home-or-tmp@^2.0.0:
50095000
os-homedir "^1.0.0"
50105001
os-tmpdir "^1.0.1"
50115002

5012-
home-path@^1.0.1:
5013-
version "1.0.5"
5014-
resolved "https://registry.yarnpkg.com/home-path/-/home-path-1.0.5.tgz#788b29815b12d53bacf575648476e6f9041d133f"
5015-
integrity sha1-eIspgVsS1Tus9XVkhHbm+QQdEz8=
5016-
50175003
homedir-polyfill@^1.0.1:
50185004
version "1.0.1"
50195005
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc"
@@ -7231,14 +7217,7 @@ mixin-deep@^1.2.0:
72317217
for-in "^1.0.2"
72327218
is-extendable "^1.0.1"
72337219

7234-
mkdirp@0.5.0:
7235-
version "0.5.0"
7236-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.0.tgz#1d73076a6df986cd9344e15e71fcc05a4c9abf12"
7237-
integrity sha1-HXMHam35hs2TROFecfzAWkyavxI=
7238-
dependencies:
7239-
minimist "0.0.8"
7240-
7241-
mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
7220+
mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
72427221
version "0.5.1"
72437222
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
72447223
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
@@ -7621,7 +7600,7 @@ nth-check@~1.0.1:
76217600
dependencies:
76227601
boolbase "~1.0.0"
76237602

7624-
nugget@^2.0.0, nugget@^2.0.1:
7603+
nugget@^2.0.1:
76257604
version "2.0.1"
76267605
resolved "https://registry.yarnpkg.com/nugget/-/nugget-2.0.1.tgz#201095a487e1ad36081b3432fa3cada4f8d071b0"
76277606
integrity sha1-IBCVpIfhrTYIGzQy+jytpPjQcbA=
@@ -7960,7 +7939,7 @@ path-browserify@0.0.0:
79607939
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.0.tgz#a0b870729aae214005b7d5032ec2cbbb0fb4451a"
79617940
integrity sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=
79627941

7963-
path-exists@^2.0.0, path-exists@^2.1.0:
7942+
path-exists@^2.0.0:
79647943
version "2.1.0"
79657944
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
79667945
integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
@@ -8817,16 +8796,6 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
88178796
minimist "^1.2.0"
88188797
strip-json-comments "~2.0.1"
88198798

8820-
rc@^1.1.2:
8821-
version "1.2.5"
8822-
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.5.tgz#275cd687f6e3b36cc756baa26dfee80a790301fd"
8823-
integrity sha1-J1zWh/bjs2zHVrqibf7oCnkDAf0=
8824-
dependencies:
8825-
deep-extend "~0.4.0"
8826-
ini "~1.3.0"
8827-
minimist "^1.2.0"
8828-
strip-json-comments "~2.0.1"
8829-
88308799
rc@^1.2.1:
88318800
version "1.2.2"
88328801
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.2.tgz#d8ce9cb57e8d64d9c7badd9876c7c34cbe3c7077"
@@ -9193,7 +9162,7 @@ react-router@^4.2.0:
91939162

91949163
"react-scripts-ts-electron@git+https://git@github.com/GenesisKernel/cra-typescript-electron.git":
91959164
version "0.2.1"
9196-
resolved "git+https://git@github.com/GenesisKernel/cra-typescript-electron.git#fe927dba8e38a00923dcb95e5c53595bd154371c"
9165+
resolved "git+https://git@github.com/GenesisKernel/cra-typescript-electron.git#4d735d59e6bf47352b96d2ed0798af4f13b9ea9a"
91979166
dependencies:
91989167
autoprefixer "7.1.2"
91999168
case-sensitive-paths-webpack-plugin "2.1.1"
@@ -10788,14 +10757,6 @@ subarg@^1.0.0:
1078810757
dependencies:
1078910758
minimist "^1.1.0"
1079010759

10791-
sumchecker@^1.2.0:
10792-
version "1.3.1"
10793-
resolved "https://registry.yarnpkg.com/sumchecker/-/sumchecker-1.3.1.tgz#79bb3b4456dd04f18ebdbc0d703a1d1daec5105d"
10794-
integrity sha1-ebs7RFbdBPGOvbwNcDodHa7FEF0=
10795-
dependencies:
10796-
debug "^2.2.0"
10797-
es6-promise "^4.0.5"
10798-
1079910760
sumchecker@^2.0.2:
1080010761
version "2.0.2"
1080110762
resolved "https://registry.yarnpkg.com/sumchecker/-/sumchecker-2.0.2.tgz#0f42c10e5d05da5d42eea3e56c3399a37d6c5b3e"

0 commit comments

Comments
 (0)