Skip to content

Commit

Permalink
Merge pull request #50 from syphe/main
Browse files Browse the repository at this point in the history
Update eslint-plugin-react to be compatible with eslint v8
  • Loading branch information
Vflouirac authored Aug 1, 2023
2 parents 31d6d68 + f2f898e commit 65e302d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/eslint-plugin-sdl",
"version": "0.2.1",
"version": "0.2.2",
"description": "ESLint plugin focused on common security issues and misconfigurations discoverable during static testing as part of Microsoft Security Development Lifecycle (SDL)",
"keywords": [
"eslint",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"eslint-plugin-node": "11.1.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-react": "7.24.0"
"eslint-plugin-react": "7.33.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.0",
Expand All @@ -31,6 +31,9 @@
"mocha": "^8.3.2",
"typescript": "^3.9.7"
},
"peerDependencies": {
"eslint": "^4.19.1 || ^5 || ^6 || ^7 || ^8"
},
"engines": {
"node": ">=0.10.0"
},
Expand Down

0 comments on commit 65e302d

Please sign in to comment.