aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-23 20:39:18 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-23 17:09:18 +0200
commit4d26ffd4805c234e4b0592ae5aa9254e8c3206fd (patch)
tree6e1e9dd01f53677c40482e45cea3646e952750a9 /package.json
parentAdded new message when the user doesn't find a service (but that is present i... (diff)
downloadferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.tar.gz
ferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.tar.zst
ferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.zip
Upgraded eslint and fixed all the reported errors. (#1549)
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 9c1c6d8cf..3c79da466 100644
--- a/package.json
+++ b/package.json
@@ -170,13 +170,13 @@
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.10.0", 173 "eslint": "5.16.0",
174 "eslint-config-airbnb": "^17.1.0", 174 "eslint-config-airbnb": "17.1.1",
175 "eslint-loader": "^1.9.0", 175 "eslint-loader": "^1.9.0",
176 "eslint-plugin-import": "^2.14.0", 176 "eslint-plugin-import": "2.23.4",
177 "eslint-plugin-jest": "^22.4.1", 177 "eslint-plugin-jest": "22.21.0",
178 "eslint-plugin-jsx-a11y": "^6.1.2", 178 "eslint-plugin-jsx-a11y": "6.4.1",
179 "eslint-plugin-react": "^7.11.1", 179 "eslint-plugin-react": "7.24.0",
180 "expect.js": "^0.3.1", 180 "expect.js": "^0.3.1",
181 "gulp": "^4.0.0", 181 "gulp": "^4.0.0",
182 "gulp-babel": "^8.0.0", 182 "gulp-babel": "^8.0.0",
@@ -187,7 +187,7 @@
187 "hex-rgb": "^3.0.0", 187 "hex-rgb": "^3.0.0",
188 "html-webpack-plugin": "4.5.2", 188 "html-webpack-plugin": "4.5.2",
189 "husky": "^6.0.0", 189 "husky": "^6.0.0",
190 "jest": "^27.0.4", 190 "jest": "27.0.5",
191 "kebab-case": "1.0.1", 191 "kebab-case": "1.0.1",
192 "lerna": "4.0.0", 192 "lerna": "4.0.0",
193 "mobx-react-devtools": "^6.1.1", 193 "mobx-react-devtools": "^6.1.1",