Skip to content

Commit 78d1661

Browse files
chore(deps): update react monorepo (#630)
1 parent 20ed88c commit 78d1661

File tree

2 files changed

+14
-23
lines changed

2 files changed

+14
-23
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"devDependencies": {
1616
"@apify/eslint-config-ts": "^0.4.0",
1717
"@apify/tsconfig": "^0.1.0",
18-
"@types/react": "^17.0.70",
18+
"@types/react": "^18.0.0",
1919
"@typescript-eslint/eslint-plugin": "^7.0.0",
2020
"@typescript-eslint/parser": "^7.0.0",
2121
"eslint": "^8.53.0",
2222
"eslint-plugin-react": "^7.33.2",
23-
"eslint-plugin-react-hooks": "^4.6.0",
23+
"eslint-plugin-react-hooks": "^5.0.0",
2424
"path-browserify": "^1.0.1",
2525
"prettier": "^3.0.3",
2626
"rimraf": "^6.0.0"

website/yarn.lock

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3790,7 +3790,7 @@ __metadata:
37903790
languageName: node
37913791
linkType: hard
37923792

3793-
"@types/react@npm:*":
3793+
"@types/react@npm:*, @types/react@npm:^18.0.0":
37943794
version: 18.3.12
37953795
resolution: "@types/react@npm:18.3.12"
37963796
dependencies:
@@ -3800,17 +3800,6 @@ __metadata:
38003800
languageName: node
38013801
linkType: hard
38023802

3803-
"@types/react@npm:^17.0.70":
3804-
version: 17.0.83
3805-
resolution: "@types/react@npm:17.0.83"
3806-
dependencies:
3807-
"@types/prop-types": "npm:*"
3808-
"@types/scheduler": "npm:^0.16"
3809-
csstype: "npm:^3.0.2"
3810-
checksum: 10c0/c8f76790190a9df42099f5f78d08dd4095f2da3bd97ff7cce0001d5a97ff3ffb31f703575acf2c457606e0d0b229ca8d1ba0ff459b77a4e44c5ea5154fe3fb4b
3811-
languageName: node
3812-
linkType: hard
3813-
38143803
"@types/retry@npm:0.12.0":
38153804
version: 0.12.0
38163805
resolution: "@types/retry@npm:0.12.0"
@@ -3827,13 +3816,6 @@ __metadata:
38273816
languageName: node
38283817
linkType: hard
38293818

3830-
"@types/scheduler@npm:^0.16":
3831-
version: 0.16.8
3832-
resolution: "@types/scheduler@npm:0.16.8"
3833-
checksum: 10c0/f86de504945b8fc41b1f391f847444d542e2e4067cf7e5d9bfeb5d2d2393d3203b1161bc0ef3b1e104d828dabfb60baf06e8d2c27e27ff7e8258e6e618d8c4ec
3834-
languageName: node
3835-
linkType: hard
3836-
38373819
"@types/send@npm:*":
38383820
version: 0.17.4
38393821
resolution: "@types/send@npm:0.17.4"
@@ -6704,6 +6686,15 @@ __metadata:
67046686
languageName: node
67056687
linkType: hard
67066688

6689+
"eslint-plugin-react-hooks@npm:^5.0.0":
6690+
version: 5.0.0
6691+
resolution: "eslint-plugin-react-hooks@npm:5.0.0"
6692+
peerDependencies:
6693+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
6694+
checksum: 10c0/bcb74b421f32e4203a7100405b57aab85526be4461e5a1da01bc537969a30012d2ee209a2c2a6cac543833a27188ce1e6ad71e4628d0bb4a2e5365cad86c5002
6695+
languageName: node
6696+
linkType: hard
6697+
67076698
"eslint-plugin-react@npm:^7.27.0, eslint-plugin-react@npm:^7.33.2":
67086699
version: 7.37.2
67096700
resolution: "eslint-plugin-react@npm:7.37.2"
@@ -13024,14 +13015,14 @@ __metadata:
1302413015
"@docusaurus/core": "npm:^3.5.2"
1302513016
"@docusaurus/plugin-client-redirects": "npm:^3.5.2"
1302613017
"@docusaurus/preset-classic": "npm:^3.5.2"
13027-
"@types/react": "npm:^17.0.70"
13018+
"@types/react": "npm:^18.0.0"
1302813019
"@typescript-eslint/eslint-plugin": "npm:^7.0.0"
1302913020
"@typescript-eslint/parser": "npm:^7.0.0"
1303013021
clsx: "npm:^1.2.1"
1303113022
docusaurus-gtm-plugin: "npm:^0.0.2"
1303213023
eslint: "npm:^8.53.0"
1303313024
eslint-plugin-react: "npm:^7.33.2"
13034-
eslint-plugin-react-hooks: "npm:^4.6.0"
13025+
eslint-plugin-react-hooks: "npm:^5.0.0"
1303513026
path-browserify: "npm:^1.0.1"
1303613027
prettier: "npm:^3.0.3"
1303713028
prop-types: "npm:^15.8.1"

0 commit comments

Comments
 (0)