aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-07-02 19:49:55 -0600
committerLibravatar GitHub <noreply@github.com>2021-07-03 07:19:55 +0530
commit33123c354b79f7951423dd75097b11e7eb075f99 (patch)
tree29f6e857f02d0e0fc67d89a657a54a865ed5538a /package.json
parentMinor refactoring to move all runtime configs from 'config.js' into 'environm... (diff)
downloadferdium-app-33123c354b79f7951423dd75097b11e7eb075f99.tar.gz
ferdium-app-33123c354b79f7951423dd75097b11e7eb075f99.tar.zst
ferdium-app-33123c354b79f7951423dd75097b11e7eb075f99.zip
Upgrade various dependencies to latest part 2 (#1557)
* Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 2c28e8d27..a15f44d9c 100644
--- a/package.json
+++ b/package.json
@@ -170,10 +170,10 @@
170 "electron-builder": "22.11.7", 170 "electron-builder": "22.11.7",
171 "electron-notarize": "1.0.0", 171 "electron-notarize": "1.0.0",
172 "electron-rebuild": "2.3.5", 172 "electron-rebuild": "2.3.5",
173 "eslint": "5.16.0", 173 "eslint": "7.29.0",
174 "eslint-config-airbnb": "17.1.1", 174 "eslint-config-airbnb": "18.2.1",
175 "eslint-plugin-import": "2.23.4", 175 "eslint-plugin-import": "2.23.4",
176 "eslint-plugin-jest": "22.21.0", 176 "eslint-plugin-jest": "24.3.6",
177 "eslint-plugin-jsx-a11y": "6.4.1", 177 "eslint-plugin-jsx-a11y": "6.4.1",
178 "eslint-plugin-react": "7.24.0", 178 "eslint-plugin-react": "7.24.0",
179 "eslint-webpack-plugin": "^2.5.4", 179 "eslint-webpack-plugin": "^2.5.4",
@@ -193,10 +193,10 @@
193 "mobx-react-devtools": "^6.1.1", 193 "mobx-react-devtools": "^6.1.1",
194 "mocha": "9.0.1", 194 "mocha": "9.0.1",
195 "node-abi": "2.30.0", 195 "node-abi": "2.30.0",
196 "node-sass": "^5.0.0",
197 "prettier": "^2.3.1", 196 "prettier": "^2.3.1",
198 "preval-build-info": "^1.0.3", 197 "preval-build-info": "^1.0.3",
199 "react-intl-translations-manager": "^5.0.3", 198 "react-intl-translations-manager": "^5.0.3",
199 "sass": "1.35.1",
200 "terser-webpack-plugin": "1.4.5", 200 "terser-webpack-plugin": "1.4.5",
201 "ts-loader": "^5.4.5", 201 "ts-loader": "^5.4.5",
202 "tslint": "^5.20.1", 202 "tslint": "^5.20.1",