Skip to content

Commit

Permalink
Merge pull request #501 from ThibautMarechal/renovate/react-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update react monorepo
  • Loading branch information
ThibautMarechal committed Feb 11, 2024
2 parents 7ae2747 + 14d06e8 commit 197a77f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"@thimar/eslint-config": "2.0.1",
"@types/node": "20.10.6",
"@types/qs": "6.9.11",
"@types/react": "18.2.54",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react-gravatar": "2.6.14",
"@types/readable-stream": "2.3.15",
"@types/uuid": "^9.0.7",
Expand All @@ -98,8 +98,8 @@
"vitest": "^1.1.1"
},
"resolutions": {
"@types/react": "18.2.54",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"cli-truncate": "2.1.0"
},
"prisma": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1829,10 +1829,10 @@
resolved "https://registry.yarnpkg.com/@types/raf/-/raf-3.4.3.tgz#85f1d1d17569b28b8db45e16e996407a56b0ab04"
integrity sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==

"@types/react-dom@18.2.18", "@types/react-dom@^17.0.9", "@types/react-dom@^18.0.0":
version "18.2.18"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
"@types/react-dom@18.2.19", "@types/react-dom@^17.0.9", "@types/react-dom@^18.0.0":
version "18.2.19"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58"
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
dependencies:
"@types/react" "*"

Expand All @@ -1843,10 +1843,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.2.54", "@types/react@^17.0.14":
version "18.2.54"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.54.tgz#0899236363ab39cb12690367cbb62febb56bc94c"
integrity sha512-039k+vrVJymDoe2y+HLk3O3oI3sa+C8KNjuDKofqrIJK26ramnqLNj9VJTaxAzFGMvpW/79HrrAJapHzpQ9fGQ==
"@types/react@*", "@types/react@18.2.55", "@types/react@^17.0.14":
version "18.2.55"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.55.tgz#38141821b7084404b5013742bc4ae08e44da7a67"
integrity sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 197a77f

Please sign in to comment.