Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 06d96f1

Browse files
authored
Merge pull request #1447 from AtomLinter/renovate/devdependencies
2 parents 4ac52b9 + 8928e8a commit 06d96f1

File tree

2 files changed

+652
-756
lines changed

2 files changed

+652
-756
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,19 +183,19 @@
183183
"resolve-env": "1.0.0"
184184
},
185185
"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",
188188
"@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",
192192
"@types/rimraf": "^3.0.2",
193193
"atom-jasmine3-test-runner": "^5.2.9",
194-
"babel-preset-atomic": "^4.2.0",
194+
"babel-preset-atomic": "^4.2.1",
195195
"build-commit": "^0.1.4",
196196
"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",
199199
"jasmine-fix": "1.3.1",
200200
"rimraf": "3.0.2"
201201
},
@@ -231,6 +231,7 @@
231231
],
232232
"comma-dangle": "off",
233233
"global-require": "off",
234+
"import/no-import-module-exports": "off",
234235
"import/no-unresolved": [
235236
"error",
236237
{

0 commit comments

Comments
 (0)