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] committed Feb 3, 2024
1 parent 37ac3e4 commit 43d1e04
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@types/node": "20.10.8",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"i18next": "23.7.20",
"lodash.isequal": "4.5.0",
"lodash.sortby": "4.7.0",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3507,12 +3507,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.17":
version: 18.2.17
resolution: "@types/react-dom@npm:18.2.17"
"@types/react-dom@npm:18.2.18":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
"@types/react": "npm:*"
checksum: fe0dbb3224b48515da8fe25559e3777d756a27c3f22903f0b1b020de8d68bd57eb1f0af62b52ee65d9632637950afed8cbad24d158c4f3d910d083d49bd73fba
checksum: 4ef7725b4cebd4a32e049097ddfdfd855a178e63ead97ab6d3084872e7d6c1acd71aa923488123cd1015f0e0b11489d2b44f674a1df8fe82d7827eabbec6dbf1
languageName: node
linkType: hard

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

"@types/react@npm:*, @types/react@npm:18.2.42":
"@types/react@npm:*":
version: 18.2.42
resolution: "@types/react@npm:18.2.42"
dependencies:
Expand All @@ -3536,6 +3536,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.52":
version: 18.2.52
resolution: "@types/react@npm:18.2.52"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 0ab90a37fd82028c3559f18ce50790d01b262589a2ea49d014d8888291f47d9c91e65cb7db031a3e5d58818cb5376577afb4b593068473abfd0c695fa7e6b7c4
languageName: node
linkType: hard

"@types/sanitize-html@npm:^2.9.0":
version: 2.9.5
resolution: "@types/sanitize-html@npm:2.9.5"
Expand Down Expand Up @@ -6876,8 +6887,8 @@ __metadata:
"@types/lodash.sortby": "npm:^4"
"@types/lodash.uniqby": "npm:^4"
"@types/node": "npm:20.10.8"
"@types/react": "npm:18.2.42"
"@types/react-dom": "npm:18.2.17"
"@types/react": "npm:18.2.52"
"@types/react-dom": "npm:18.2.18"
"@types/uuid": "npm:9.0.8"
"@typescript-eslint/eslint-plugin": "npm:6.18.1"
"@typescript-eslint/parser": "npm:6.18.1"
Expand Down

0 comments on commit 43d1e04

Please sign in to comment.