Skip to content

Commit

Permalink
fix: describe missing peer dependencies (closes #511)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 28, 2021
1 parent e55e97e commit 7989036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"ajv": "^8.6.3",
"babel-plugin-add-module-exports": "^1.0.4",
"eslint": "^8.1.0",
"eslint-config-canonical": "^32.12.0",
"eslint-config-canonical": "^32.15.0",
"eslint-plugin-eslint-plugin": "^4.0.2",
"gitdown": "^3.1.4",
"glob": "^7.2.0",
Expand All @@ -49,6 +49,8 @@
"main": "./dist/index.js",
"name": "eslint-plugin-flowtype",
"peerDependencies": {
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"eslint": "^8.1.0"
},
"repository": {
Expand Down

0 comments on commit 7989036

Please sign in to comment.