Skip to content

Commit

Permalink
bump eslint dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 23, 2022
1 parent bd926d9 commit 9a02e1c
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 109 deletions.
Expand Up @@ -20,7 +20,7 @@
"eslint": ">=7.5.0"
},
"devDependencies": {
"eslint": "^7.27.0"
"eslint": "^8.22.0"
},
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://babel.dev/",
"devDependencies": {
"eslint": "^7.27.0"
"eslint": "^8.22.0"
}
}
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin/package.json
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"clone-deep": "^4.0.1",
"eslint": "^7.27.0"
"eslint": "^8.22.0"
}
}
2 changes: 1 addition & 1 deletion eslint/babel-eslint-shared-fixtures/package.json
Expand Up @@ -15,7 +15,7 @@
"@babel/preset-env": "workspace:^",
"@babel/preset-flow": "workspace:^",
"@babel/preset-react": "workspace:^",
"eslint": "^7.27.0"
"eslint": "^8.22.0"
},
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion eslint/babel-eslint-tests/package.json
Expand Up @@ -8,7 +8,7 @@
"@babel/eslint-parser": "workspace:^",
"@babel/preset-react": "workspace:^",
"dedent": "^0.7.0",
"eslint": "^7.27.0",
"eslint": "^8.22.0",
"eslint-plugin-import": "^2.25.4",
"npm-babel-parser": "npm:@babel/parser@^7.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"chalk": "^5.0.0",
"charcodes": "^0.2.0",
"core-js": "^3.23.4",
"eslint": "^8.20.0",
"eslint": "^8.22.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.26.0",
Expand Down

0 comments on commit 9a02e1c

Please sign in to comment.