Skip to content

Commit

Permalink
Pin eslint-plugin-react to 7.28.0 (#1418)
Browse files Browse the repository at this point in the history
* Pin eslint-plugin-react to 7.28.0

* Update package.json

* Update package.json

* Update package.json
  • Loading branch information
wlee221 committed Feb 25, 2022
1 parent 2245553 commit cd5b59b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions canary/react/next/package.json
Expand Up @@ -14,6 +14,9 @@
"react": "17.0.2",
"react-dom": "17.0.2"
},
"resolutions": {
"eslint-plugin-react": "7.28.0"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -59,6 +59,7 @@
"node-forge": "1.0.0",
"prismjs": "^1.25.0",
"prism-react-renderer": "1.2.1",
"eslint-plugin-react": "7.28.0",
"trim": "^0.0.3",
"ts-jest": "^26.5.6",
"vscode-vue-languageservice": "0.27.26",
Expand Down

0 comments on commit cd5b59b

Please sign in to comment.