Update deps
This commit is contained in:
parent
448d8c52a4
commit
7dce448d9b
2 changed files with 405 additions and 323 deletions
14
package.json
14
package.json
|
@ -29,13 +29,13 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-forge/cli": "^6.0.0-beta.49",
|
||||
"@electron-forge/plugin-webpack": "^6.0.0-beta.49",
|
||||
"@typescript-eslint/eslint-plugin": "^2.20.0",
|
||||
"@typescript-eslint/parser": "^2.20.0",
|
||||
"@electron-forge/cli": "^6.0.0-beta.50",
|
||||
"@electron-forge/plugin-webpack": "^6.0.0-beta.50",
|
||||
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
||||
"@typescript-eslint/parser": "^2.24.0",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"css-loader": "^3.4.2",
|
||||
"electron": "^8.0.1",
|
||||
"electron": "^8.1.1",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-prettier": "^6.10.0",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
|
@ -43,8 +43,8 @@
|
|||
"raw-loader": "^4.0.0",
|
||||
"style-loader": "^1.1.3",
|
||||
"ts-loader": "^6.2.1",
|
||||
"typescript": "^3.8.2",
|
||||
"webpack": "^4.41.6"
|
||||
"typescript": "^3.8.3",
|
||||
"webpack": "^4.42.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"gl-matrix": "^3.2.1"
|
||||
|
|
Reference in a new issue