Skip to content

Commit

Permalink
Merge pull request #60 from CodeDead/feature/upgrades
Browse files Browse the repository at this point in the history
Yarn upgrade, dependency upgrades
  • Loading branch information
CodeDead authored Jun 28, 2022
2 parents d1dcf74 + dde9437 commit e8bc357
Show file tree
Hide file tree
Showing 6 changed files with 2,376 additions and 2,243 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 13,
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
Expand Down
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.2.1.cjs
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"main": "public/electron.js",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"crc": "^4.1.1",
"cross-env": "^7.0.3",
"electron-is-dev": "^2.0.0",
"react": "^18.1.0",
"react": "^18.2.0",
"react-contexify": "^5.0.0",
"react-dom": "^18.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1"
},
Expand All @@ -71,16 +71,16 @@
]
},
"devDependencies": {
"concurrently": "^7.1.0",
"electron": "^18.2.0",
"electron-builder": "^23.0.3",
"eslint": "^8.15.0",
"concurrently": "^7.2.2",
"electron": "^19.0.6",
"electron-builder": "^23.1.0",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"wait-on": "^6.0.1"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit e8bc357

Please sign in to comment.