aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-23 22:39:19 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-06-23 22:39:19 +0530
commit1582df54c51700000fd57a5328abdc5e0c155cee (patch)
tree75b52d8ad01b93a7f607dcb68494e9e3d7c4f3be /package.json
parentUpgraded eslint and fixed all the reported errors. (#1549) (diff)
downloadferdium-app-1582df54c51700000fd57a5328abdc5e0c155cee.tar.gz
ferdium-app-1582df54c51700000fd57a5328abdc5e0c155cee.tar.zst
ferdium-app-1582df54c51700000fd57a5328abdc5e0c155cee.zip
Upgraded some dev nom modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3c79da466..b15806b7f 100644
--- a/package.json
+++ b/package.json
@@ -138,6 +138,7 @@
138 "@adlk/misty": "^0.2.0", 138 "@adlk/misty": "^0.2.0",
139 "@babel/cli": "^7.14.5", 139 "@babel/cli": "^7.14.5",
140 "@babel/core": "7.14.6", 140 "@babel/core": "7.14.6",
141 "@babel/eslint-parser": "7.14.7",
141 "@babel/plugin-proposal-class-properties": "7.14.5", 142 "@babel/plugin-proposal-class-properties": "7.14.5",
142 "@babel/plugin-proposal-decorators": "^7.14.5", 143 "@babel/plugin-proposal-decorators": "^7.14.5",
143 "@babel/plugin-proposal-export-default-from": "7.14.5", 144 "@babel/plugin-proposal-export-default-from": "7.14.5",
@@ -159,7 +160,6 @@
159 "@types/react-jss": "^8.6.0", 160 "@types/react-jss": "^8.6.0",
160 "@types/uuid": "3.4.9", 161 "@types/uuid": "3.4.9",
161 "all-contributors-cli": "6.20.0", 162 "all-contributors-cli": "6.20.0",
162 "babel-eslint": "10.1.0",
163 "babel-loader": "8.2.2", 163 "babel-loader": "8.2.2",
164 "babel-plugin-react-intl": "3.5.1", 164 "babel-plugin-react-intl": "3.5.1",
165 "conventional-changelog-cli": "^2.1.1", 165 "conventional-changelog-cli": "^2.1.1",
@@ -172,11 +172,11 @@
172 "electron-rebuild": "2.3.5", 172 "electron-rebuild": "2.3.5",
173 "eslint": "5.16.0", 173 "eslint": "5.16.0",
174 "eslint-config-airbnb": "17.1.1", 174 "eslint-config-airbnb": "17.1.1",
175 "eslint-loader": "^1.9.0",
176 "eslint-plugin-import": "2.23.4", 175 "eslint-plugin-import": "2.23.4",
177 "eslint-plugin-jest": "22.21.0", 176 "eslint-plugin-jest": "22.21.0",
178 "eslint-plugin-jsx-a11y": "6.4.1", 177 "eslint-plugin-jsx-a11y": "6.4.1",
179 "eslint-plugin-react": "7.24.0", 178 "eslint-plugin-react": "7.24.0",
179 "eslint-webpack-plugin": "^2.5.4",
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",