Upgrade dependencies, bump ts-loader

This commit is contained in:
Alice Gaudon 2021-05-11 10:13:24 +02:00
parent 283080f00e
commit 600ea07377
2 changed files with 537 additions and 541 deletions

View File

@ -31,6 +31,7 @@
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@fortawesome/fontawesome-free": "^5.13.0",
"@types/node": "^14.6.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"babel-loader": "^8.1.0",
@ -46,11 +47,11 @@
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^9.0.0",
"img-loader": "^3.0.1",
"img-loader": "^3.0.2",
"mini-css-extract-plugin": "^1.2.0",
"sass": "^1.32.12",
"sass-loader": "^11.0.0",
"ts-loader": "^8.0.0",
"ts-loader": "^9.1.2",
"typescript": "^4.0.2",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0"
@ -88,6 +89,6 @@
"icon": "resources/images/logo.png",
"category": "public.app-category.utilities"
},
"electronVersion": "12.0.4"
"electronVersion": "12.0.7"
}
}

1071
yarn.lock

File diff suppressed because it is too large Load Diff