Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit bb6d253

Browse files
authored
Upgrade dependencies (#101)
1 parent f6e5889 commit bb6d253

5 files changed

Lines changed: 493 additions & 358 deletions

File tree

docs/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<body>
77
<div class="main-page-head">
8-
<a href="https://quanglam.me">Quang Lam</a>
8+
<a href="https://quanglam2807.github.io">Quang Lam</a>
99
</div>
1010
<main>
1111
{{ content }}
@@ -16,7 +16,7 @@
1616
<span>Made with </span>
1717
<span style="color: #F44336"></span>
1818
<span> by </span>
19-
<a href="https://quanglam.me">Quang Lam</a>.
19+
<a href="https://quanglam2807.github.io">Quang Lam</a>.
2020
</p>
2121
</div>
2222
</footer>

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,53 +26,53 @@
2626
},
2727
"license": "MPL-2.0",
2828
"dependencies": {
29-
"command-exists": "1.2.6",
29+
"command-exists": "1.2.7",
3030
"electron-is-dev": "0.3.0",
3131
"electron-settings": "3.2.0",
32-
"electron-updater": "2.21.10",
32+
"electron-updater": "3.1.1",
3333
"electron-window-state": "4.1.1",
34-
"file-type": "8.0.0",
35-
"follow-redirects": "1.5.0",
36-
"fs-extra": "6.0.1",
37-
"icon-gen": "1.2.1",
34+
"file-type": "9.0.0",
35+
"follow-redirects": "1.5.5",
36+
"fs-extra": "7.0.0",
37+
"icon-gen": "1.2.2",
3838
"is-url": "1.2.4",
3939
"jimp": "0.2.28",
4040
"read-chunk": "2.1.0",
4141
"tmp": "0.0.33",
4242
"windows-shortcuts": "0.1.6",
43-
"yargs-parser": "10.0.0"
43+
"yargs-parser": "10.1.0"
4444
},
4545
"devDependencies": {
46-
"@material-ui/core": "1.2.1",
47-
"@material-ui/icons": "1.1.0",
48-
"algoliasearch": "3.27.1",
46+
"@material-ui/core": "1.5.0",
47+
"@material-ui/icons": "2.0.2",
48+
"algoliasearch": "3.30.0",
4949
"babel-preset-env": "1.7.0",
5050
"babel-preset-react": "6.24.1",
5151
"blueimp-md5": "2.10.0",
5252
"chai": "4.1.2",
5353
"chai-as-promised": "7.1.1",
5454
"chalk": "2.4.1",
55-
"classnames": "2.2.5",
56-
"concurrently": "3.5.1",
57-
"cross-env": "5.1.6",
58-
"electron": "1.8.7",
59-
"electron-builder": "20.14.7",
55+
"classnames": "2.2.6",
56+
"concurrently": "3.6.1",
57+
"cross-env": "5.2.0",
58+
"electron": "2.0.7",
59+
"electron-builder": "20.28.1",
6060
"eslint": "4.19.1",
6161
"eslint-config-airbnb": "16.1.0",
6262
"eslint-plugin-import": "2.9.0",
6363
"eslint-plugin-jsx-a11y": "6.0.3",
6464
"eslint-plugin-react": "7.7.0",
6565
"js-yaml": "3.12.0",
6666
"mocha": "5.2.0",
67-
"prop-types": "15.6.1",
68-
"react": "16.4.0",
69-
"react-dom": "16.4.0",
67+
"prop-types": "15.6.2",
68+
"react": "16.4.2",
69+
"react-dom": "16.4.2",
7070
"react-redux": "5.0.7",
7171
"react-scripts": "1.1.4",
7272
"redux": "3.7.2",
73-
"redux-thunk": "2.2.0",
74-
"replace-in-file": "3.4.0",
75-
"request": "2.87.0",
73+
"redux-thunk": "2.3.0",
74+
"replace-in-file": "3.4.2",
75+
"request": "2.88.0",
7676
"spectron": "3.8.0",
7777
"typeface-roboto": "0.0.54",
7878
"wait-on": "2.1.0"

src/components/dialogs/about.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ const About = (props) => {
193193
<span role="img" aria-label="love">❤️</span>
194194
<span> by </span>
195195
<span
196-
onClick={() => requestOpenInBrowser('https://quanglam.me')}
197-
onKeyDown={() => requestOpenInBrowser('https://quanglam.me')}
196+
onClick={() => requestOpenInBrowser('https://quanglam2807.github.io')}
197+
onKeyDown={() => requestOpenInBrowser('https://quanglam2807.github.io')}
198198
role="link"
199199
tabIndex="0"
200200
className={classes.link}

src/components/pages/installed-apps/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
import PropTypes from 'prop-types';
44

5-
import FileDownloadIcon from '@material-ui/icons/FileDownload';
5+
import GetAppIcon from '@material-ui/icons/GetApp';
66
import Grid from '@material-ui/core/Grid';
77

88
import connectComponent from '../../../helpers/connect-component';
@@ -49,7 +49,7 @@ const Installed = (props) => {
4949
</Grid>
5050
) : (
5151
<EmptyState
52-
icon={FileDownloadIcon}
52+
icon={GetAppIcon}
5353
title={STRING_NO_INSTALLED_APPS}
5454
>
5555
{STRING_NO_INSTALLED_APPS_DESC}

0 commit comments

Comments
 (0)