Skip to content

Commit

Permalink
fix(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 9103b40 commit 8e46467
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 36 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"i18next": "23.16.4",
"lodash.isequal": "^4.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.1.0",
"react-toastify": "10.0.6",
"typescript": "5.6.3"
Expand Down Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.6",
"miragejs": "^0.1.48",
"nock": "^13.5.0",
Expand Down
75 changes: 44 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3437,12 +3437,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
"@types/react-dom@npm:19.0.0":
version: 19.0.0
resolution: "@types/react-dom@npm:19.0.0"
dependencies:
"@types/react": "npm:*"
checksum: 10/33f9ba79b26641ddf00a8699c30066b7e3573ab254e97475bf08f82fab83a6d3ce8d4ebad86afeb49bb8df3374390a9ba93125cece33badc4b3e8f7eac3c84d8
checksum: 10/86945c4d4c4cd82e993acdd380c3d9d8e8ca297228aa72c0fa6af4620abb145e7b12235c9165d569f1b25b5f72d1dbe4b4e3f2419432248de9838b22e94295a2
languageName: node
linkType: hard

Expand All @@ -3455,7 +3455,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.3.12":
"@types/react@npm:*":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
Expand All @@ -3465,6 +3465,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:19.0.0":
version: 19.0.0
resolution: "@types/react@npm:19.0.0"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10/5596d9a2c9c982d5e86add54f5d9b115153c4d47073dd3f8f8369a5e5b7f3088d614a935f85a2cf26eb6631d7ebebc7b913c5d22bf880847370070f2e60e63e6
languageName: node
linkType: hard

"@types/semver@npm:^7.3.12":
version: 7.5.8
resolution: "@types/semver@npm:7.5.8"
Expand Down Expand Up @@ -5780,7 +5789,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:4.6.2, eslint-plugin-react-hooks@npm:^4.3.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: 10/b6778fd9e1940b06868921309e8b269426e17eda555816d4b71def4dcf0572de1199fdb627ac09ce42160b9569a93cd9b0fd81b740ab4df98205461c53997a43
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:^4.3.0":
version: 4.6.2
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
peerDependencies:
Expand Down Expand Up @@ -6668,8 +6686,8 @@ __metadata:
"@types/i18n": "npm:0.13.12"
"@types/lodash.isequal": "npm:^4.5.8"
"@types/node": "npm:20.17.6"
"@types/react": "npm:18.3.12"
"@types/react-dom": "npm:18.3.1"
"@types/react": "npm:19.0.0"
"@types/react-dom": "npm:19.0.0"
"@types/uuid": "npm:10.0.0"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
Expand All @@ -6688,16 +6706,16 @@ __metadata:
eslint-plugin-jsx-a11y: "npm:6.10.2"
eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-react: "npm:^7.33.2"
eslint-plugin-react-hooks: "npm:4.6.2"
eslint-plugin-react-hooks: "npm:5.1.0"
husky: "npm:9.1.6"
i18next: "npm:23.16.4"
lodash.isequal: "npm:^4.5.0"
miragejs: "npm:^0.1.48"
nock: "npm:^13.5.0"
nyc: "npm:17.1.0"
prettier: "npm:3.3.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
react-i18next: "npm:15.1.0"
react-toastify: "npm:10.0.6"
typescript: "npm:5.6.3"
Expand Down Expand Up @@ -8011,7 +8029,7 @@ __metadata:
languageName: node
linkType: hard

"loose-envify@npm:^1.1.0, loose-envify@npm:^1.4.0":
"loose-envify@npm:^1.4.0":
version: 1.4.0
resolution: "loose-envify@npm:1.4.0"
dependencies:
Expand Down Expand Up @@ -9125,15 +9143,14 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:18.3.1":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
"react-dom@npm:19.0.0":
version: 19.0.0
resolution: "react-dom@npm:19.0.0"
dependencies:
loose-envify: "npm:^1.1.0"
scheduler: "npm:^0.23.2"
scheduler: "npm:^0.25.0"
peerDependencies:
react: ^18.3.1
checksum: 10/3f4b73a3aa083091173b29812b10394dd06f4ac06aff410b74702cfb3aa29d7b0ced208aab92d5272919b612e5cda21aeb1d54191848cf6e46e9e354f3541f81
react: ^19.0.0
checksum: 10/aa64a2f1991042f516260e8b0eca0ae777b6c8f1aa2b5ae096e80bbb6ac9b005aef2bca697969841d34f7e1819556263476bdfea36c35092e8d9aefde3de2d9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -9244,12 +9261,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10/261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
"react@npm:19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10/2490969c503f644703c88990d20e4011fa6119ddeca451e9de48f6d7ab058d670d2852a5fcd3aa3cd90a923ab2815d532637bd4a814add402ae5c0d4f129ee71
languageName: node
linkType: hard

Expand Down Expand Up @@ -9672,12 +9687,10 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.23.2":
version: 0.23.2
resolution: "scheduler@npm:0.23.2"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10/e8d68b89d18d5b028223edf090092846868a765a591944760942b77ea1f69b17235f7e956696efbb62c8130ab90af7e0949bfb8eba7896335507317236966bc9
"scheduler@npm:^0.25.0":
version: 0.25.0
resolution: "scheduler@npm:0.25.0"
checksum: 10/e661e38503ab29a153429a99203fefa764f28b35c079719eb5efdd2c1c1086522f6653d8ffce388209682c23891a6d1d32fa6badf53c35fb5b9cd0c55ace42de
languageName: node
linkType: hard

Expand Down

0 comments on commit 8e46467

Please sign in to comment.