Skip to content

Commit

Permalink
Upgrade typescript to 4.3 and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Jun 2, 2021
1 parent 8fb55c4 commit 6bdbeae
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 259 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,24 @@
"@types/semver": "^7.3.1",
"@types/styled-components": "^5.1.9",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"electron": "^13.0.1",
"electron-builder": "^22.10.5",
"electron-devtools-installer": "^3.1.1",
"electron-download": "^4.1.1",
"electron-notarize": "^1.0.0",
"electron-webpack": "^2.8.2",
"electron-webpack-ts": "^4.0.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.2.1",
"shx": "^0.3.2",
"typescript": "^4.2.3",
"typescript": "^4.3.2",
"url-loader": "^4.1.0",
"webpack": "^4.44.2"
},
Expand Down
Loading

0 comments on commit 6bdbeae

Please sign in to comment.