Skip to content

Commit

Permalink
feat(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 5c50d85 commit 427b408
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions @pob/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0"
"eslint-plugin-react-hooks": "5.1.0"
},
"devDependencies": {
"@types/react": "18.3.13",
"@types/react": "18.3.16",
"react": "18.3.1",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-unicorn": "56.0.1",
"semver": "7.6.3",

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-import in dependencies

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-react in dependencies
"typescript": "5.7.2"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ __metadata:
eslint-plugin-jsx-a11y: "npm:6.10.2"
eslint-plugin-n: "npm:17.15.0"
eslint-plugin-react: "npm:7.37.2"
eslint-plugin-react-hooks: "npm:5.0.0"
eslint-plugin-react-hooks: "npm:5.1.0"
eslint-plugin-unicorn: "npm:56.0.1"
semver: "npm:7.6.3"
typescript: "npm:5.7.2"
Expand All @@ -642,11 +642,11 @@ __metadata:
"@pob/eslint-config": "npm:59.0.0"
"@pob/eslint-config-typescript": "npm:59.1.2"
"@pob/eslint-plugin": "npm:59.0.0"
"@types/react": "npm:18.3.13"
"@types/react": "npm:18.3.16"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-jsx-a11y: "npm:6.10.2"
eslint-plugin-react: "npm:7.37.2"
eslint-plugin-react-hooks: "npm:5.0.0"
eslint-plugin-react-hooks: "npm:5.1.0"
react: "npm:18.3.1"
typescript: "npm:5.7.2"
peerDependencies:
Expand Down Expand Up @@ -852,13 +852,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.13":
version: 18.3.13
resolution: "@types/react@npm:18.3.13"
"@types/react@npm:18.3.16":
version: 18.3.16
resolution: "@types/react@npm:18.3.16"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/91815e00157deb179fa670aa2dfc491952698b7743ffddca0e3e0f16e7a18454f3f5ef72321a07386c49e721563b9d280dbbdfae039face764e2fdd8ad949d4b
checksum: 10c0/9113d3003865eda07be0fb596f5bd8d7784b8900675090c56e75bdee45499f0b0de2481cbbeb5980c3b4ad18f234a49f39c9e62fd7b89a4e8530c74789f739bd
languageName: node
linkType: hard

Expand Down Expand Up @@ -2139,12 +2139,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:5.0.0":
version: 5.0.0
resolution: "eslint-plugin-react-hooks@npm:5.0.0"
"eslint-plugin-react-hooks@npm:5.1.0":
version: 5.1.0
resolution: "eslint-plugin-react-hooks@npm:5.1.0"
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
checksum: 10c0/bcb74b421f32e4203a7100405b57aab85526be4461e5a1da01bc537969a30012d2ee209a2c2a6cac543833a27188ce1e6ad71e4628d0bb4a2e5365cad86c5002
checksum: 10c0/37ef76e1d916d46ab8e93a596078efcf2162e2c653614437e0c54e31d02a5dadabec22802fab717effe257aeb4bdc20c2a710666a89ab1cf07e01e614dde75d8
languageName: node
linkType: hard

Expand Down

0 comments on commit 427b408

Please sign in to comment.