Skip to content

Commit

Permalink
fix(deps): bump peerDependencies between packages to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
yannispgs committed Jun 8, 2023
1 parent 11703b9 commit 41c0919
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Ugo Stephant <ugo@poool.fr>",
"license": "MIT",
"peerDependencies": {
"@poool/eslint-config": "^1.4.0 || ^2.0.0",
"@poool/eslint-config": "^3.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-n": "^15.2.0 || ^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "Ugo Stephant <ugo@poool.fr>",
"license": "MIT",
"peerDependencies": {
"@poool/eslint-config": "^1.4.0 || ^2.0.0",
"@poool/eslint-config-react": "^1.4.0 || ^2.0.0",
"@poool/eslint-config": "^3.0.0",
"@poool/eslint-config-react": "^3.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-react-native": "^3.8.1 || ^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Ugo Stephant <ugo@poool.fr>",
"license": "MIT",
"peerDependencies": {
"@poool/eslint-config": "^1.4.0 || ^2.0.0",
"@poool/eslint-config": "^3.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-react": "^7.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/core": "^7.2.0",
"@babel/eslint-parser": "^7.2.0",
"@babel/eslint-plugin": "^7.2.0",
"@poool/eslint-plugin": "^2.0.0",
"@poool/eslint-plugin": "^3.0.0",
"eslint": "^7.2.0 || ^8.0.0",
"eslint-config-standard": "^15.0.0 || ^16.0.0 || ^17.0.0",
"eslint-plugin-import": "^2.20.2",
Expand Down

0 comments on commit 41c0919

Please sign in to comment.