Skip to content

Commit 094a439

Browse files
authored
Merge pull request #61 from CodeDead/hotfix/dependencies
Hotfix/dependencies
2 parents d1dcf74 + e8bc357 commit 094a439

File tree

6 files changed

+2376
-2243
lines changed

6 files changed

+2376
-2243
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ecmaFeatures": {
1313
"jsx": true
1414
},
15-
"ecmaVersion": 13,
15+
"ecmaVersion": "latest",
1616
"sourceType": "module"
1717
},
1818
"plugins": [

.yarn/releases/yarn-3.2.0.cjs

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

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 786 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
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
3+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
},
3636
"main": "public/electron.js",
3737
"dependencies": {
38-
"@emotion/react": "^11.9.0",
39-
"@emotion/styled": "^11.8.1",
40-
"@mui/icons-material": "^5.6.2",
41-
"@mui/material": "^5.6.4",
38+
"@emotion/react": "^11.9.3",
39+
"@emotion/styled": "^11.9.3",
40+
"@mui/icons-material": "^5.8.4",
41+
"@mui/material": "^5.8.6",
4242
"crc": "^4.1.1",
4343
"cross-env": "^7.0.3",
4444
"electron-is-dev": "^2.0.0",
45-
"react": "^18.1.0",
45+
"react": "^18.2.0",
4646
"react-contexify": "^5.0.0",
47-
"react-dom": "^18.1.0",
47+
"react-dom": "^18.2.0",
4848
"react-router-dom": "^6.3.0",
4949
"react-scripts": "^5.0.1"
5050
},
@@ -71,16 +71,16 @@
7171
]
7272
},
7373
"devDependencies": {
74-
"concurrently": "^7.1.0",
75-
"electron": "^18.2.0",
76-
"electron-builder": "^23.0.3",
77-
"eslint": "^8.15.0",
74+
"concurrently": "^7.2.2",
75+
"electron": "^19.0.6",
76+
"electron-builder": "^23.1.0",
77+
"eslint": "^8.18.0",
7878
"eslint-config-airbnb": "^19.0.4",
7979
"eslint-plugin-import": "^2.26.0",
80-
"eslint-plugin-jsx-a11y": "^6.5.1",
81-
"eslint-plugin-react": "^7.29.4",
82-
"eslint-plugin-react-hooks": "^4.5.0",
80+
"eslint-plugin-jsx-a11y": "^6.6.0",
81+
"eslint-plugin-react": "^7.30.1",
82+
"eslint-plugin-react-hooks": "^4.6.0",
8383
"wait-on": "^6.0.1"
8484
},
85-
"packageManager": "yarn@3.2.0"
85+
"packageManager": "yarn@3.2.1"
8686
}

0 commit comments

Comments
 (0)