Skip to content

Commit fdbed88

Browse files
committed
* Upgraded yarn
* Dependency upgrades
1 parent 819adc0 commit fdbed88

File tree

6 files changed

+3666
-2706
lines changed

6 files changed

+3666
-2706
lines changed

.yarn/releases/yarn-2.2.2.cjs

Lines changed: 0 additions & 55 deletions
This file was deleted.

.yarn/releases/yarn-2.3.3.cjs

Lines changed: 55 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/yarn-up-all-plugin.cjs
55
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.0.2/index.js"
66

7-
yarnPath: .yarn/releases/yarn-2.2.2.cjs
7+
yarnPath: .yarn/releases/yarn-2.3.3.cjs

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@material-ui/icons": "^4.9.1",
4040
"cross-env": "^7.0.2",
4141
"electron-is-dev": "^1.2.0",
42-
"react": "^16.13.1",
42+
"react": "^17.0.1",
4343
"react-contexify": "^4.1.1",
44-
"react-dom": "^16.13.1",
44+
"react-dom": "^17.0.1",
4545
"react-router": "^5.2.0",
4646
"react-router-dom": "^5.2.0",
47-
"react-scripts": "^3.4.3"
47+
"react-scripts": "^4.0.0"
4848
},
4949
"scripts": {
5050
"react-start": "react-scripts start",
@@ -70,13 +70,13 @@
7070
},
7171
"devDependencies": {
7272
"concurrently": "^5.3.0",
73-
"electron": "^10.1.3",
74-
"electron-builder": "^22.8.1",
73+
"electron": "^10.1.5",
74+
"electron-builder": "^22.9.1",
7575
"eslint-config-airbnb": "^18.2.0",
7676
"eslint-plugin-import": "^2.22.1",
77-
"eslint-plugin-jsx-a11y": "^6.3.1",
78-
"eslint-plugin-react": "^7.21.3",
79-
"eslint-plugin-react-hooks": "^4.1.2",
77+
"eslint-plugin-jsx-a11y": "^6.4.1",
78+
"eslint-plugin-react": "^7.21.5",
79+
"eslint-plugin-react-hooks": "^4.2.0",
8080
"wait-on": "^5.2.0"
8181
}
8282
}

src/routes/Settings/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import Typography from '@material-ui/core/Typography';
44
import { makeStyles } from '@material-ui/core';
55
import Grid from '@material-ui/core/Grid';
66
import blue from '@material-ui/core/colors/blue';
7-
import red from '@material-ui/core/colors/red';
8-
import green from '@material-ui/core/colors/green';
97
import purple from '@material-ui/core/colors/purple';
108
import deepPurple from '@material-ui/core/colors/deepPurple';
119
import lightBlue from '@material-ui/core/colors/lightBlue';
10+
import red from '@material-ui/core/colors/red';
11+
import green from '@material-ui/core/colors/green';
1212
import lightGreen from '@material-ui/core/colors/lightGreen';
1313
import grey from '@material-ui/core/colors/grey';
1414
import Paper from '@material-ui/core/Paper';

0 commit comments

Comments
 (0)