|
183 | 183 | "resolve-env": "1.0.0" |
184 | 184 | }, |
185 | 185 | "devDependencies": { |
186 | | - "@babel/cli": "^7.15.7", |
187 | | - "@babel/core": "^7.15.8", |
| 186 | + "@babel/cli": "^7.16.0", |
| 187 | + "@babel/core": "^7.16.0", |
188 | 188 | "@types/atom": "^1.40.11", |
189 | | - "@types/eslint": "7.28.2", |
190 | | - "@types/jasmine": "^3.10.1", |
191 | | - "@types/node": "^16.0.0", |
| 189 | + "@types/eslint": "8.2.0", |
| 190 | + "@types/jasmine": "^3.10.2", |
| 191 | + "@types/node": "^16.11.7", |
192 | 192 | "@types/rimraf": "^3.0.2", |
193 | 193 | "atom-jasmine3-test-runner": "^5.2.9", |
194 | | - "babel-preset-atomic": "^4.2.0", |
| 194 | + "babel-preset-atomic": "^4.2.1", |
195 | 195 | "build-commit": "^0.1.4", |
196 | 196 | "cross-env": "^7.0.3", |
197 | | - "eslint-config-airbnb-base": "14.2.1", |
198 | | - "eslint-plugin-import": "2.25.2", |
| 197 | + "eslint-config-airbnb-base": "15.0.0", |
| 198 | + "eslint-plugin-import": "2.25.3", |
199 | 199 | "jasmine-fix": "1.3.1", |
200 | 200 | "rimraf": "3.0.2" |
201 | 201 | }, |
|
231 | 231 | ], |
232 | 232 | "comma-dangle": "off", |
233 | 233 | "global-require": "off", |
| 234 | + "import/no-import-module-exports": "off", |
234 | 235 | "import/no-unresolved": [ |
235 | 236 | "error", |
236 | 237 | { |
|
0 commit comments