Skip to content

Commit

Permalink
Updating patch versions of react, react-dom (and their types info)
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph committed May 29, 2024
1 parent 37da935 commit 7ab6b01
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"pdf-lib": "^1.16.0",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draggable": "^4.4.3",
"react-google-charts": "^4.0.1",
"react-helmet-async": "^1.0.9",
Expand Down Expand Up @@ -88,8 +88,8 @@
"@types/node": "^14.14.22",
"@types/prop-types": "^15.7.4",
"@types/qs": "^6.9.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "17.0.8",
"@types/react-dom": "17.0.11",
"@types/react-redux": "^7.1.14",
"@types/react-router-dom": "^5.1.6",
"@types/sinon": "^10.0.2",
Expand Down
27 changes: 19 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5141,7 +5141,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^17.0.0":
"@types/react-dom@npm:17.0.11":
version: 17.0.11
resolution: "@types/react-dom@npm:17.0.11"
dependencies:
Expand Down Expand Up @@ -5228,7 +5228,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^17.0.0":
"@types/react@npm:*":
version: 17.0.39
resolution: "@types/react@npm:17.0.39"
dependencies:
Expand All @@ -5239,6 +5239,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:17.0.8":
version: 17.0.8
resolution: "@types/react@npm:17.0.8"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/5ed8ab826e843f54d3467a3a6e133651c9ed7b59da394437cfdb9ad2ebc92b74b8f9f437cf6d903dfbeb7f3c5bb5bdc902f3950bc5ca161420905c1bd38a165e
languageName: node
linkType: hard

"@types/resolve@npm:0.0.8":
version: 0.0.8
resolution: "@types/resolve@npm:0.0.8"
Expand Down Expand Up @@ -5830,8 +5841,8 @@ __metadata:
"@types/node": "npm:^14.14.22"
"@types/prop-types": "npm:^15.7.4"
"@types/qs": "npm:^6.9.6"
"@types/react": "npm:^17.0.0"
"@types/react-dom": "npm:^17.0.0"
"@types/react": "npm:17.0.8"
"@types/react-dom": "npm:17.0.11"
"@types/react-helmet-async": "npm:^1.0.3"
"@types/react-image-gallery": "npm:^1.0.4"
"@types/react-redux": "npm:^7.1.14"
Expand Down Expand Up @@ -5862,8 +5873,8 @@ __metadata:
prettier: "npm:^3.2.5"
prop-types: "npm:^15.7.2"
qs: "npm:^6.10.1"
react: "npm:^17.0.1"
react-dom: "npm:^17.0.1"
react: "npm:17.0.2"
react-dom: "npm:17.0.2"
react-draggable: "npm:^4.4.3"
react-google-charts: "npm:^4.0.1"
react-helmet-async: "npm:^1.0.9"
Expand Down Expand Up @@ -17725,7 +17736,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^17.0.1":
"react-dom@npm:17.0.2":
version: 17.0.2
resolution: "react-dom@npm:17.0.2"
dependencies:
Expand Down Expand Up @@ -18060,7 +18071,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^17.0.1":
"react@npm:17.0.2":
version: 17.0.2
resolution: "react@npm:17.0.2"
dependencies:
Expand Down

0 comments on commit 7ab6b01

Please sign in to comment.