Skip to content

Commit 531b460

Browse files
Update react monorepo
1 parent 8b6a989 commit 531b460

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"@types/humps": "2.0.2",
9494
"@types/jest": "28.1.8",
9595
"@types/node": "14.14.37",
96-
"@types/react": "17.0.3",
97-
"@types/react-dom": "17.0.3",
96+
"@types/react": "17.0.72",
97+
"@types/react-dom": "17.0.25",
9898
"@types/react-router-dom": "5.3.3",
9999
"@types/uuid": "8.3.4",
100100
"@typescript-eslint/eslint-plugin": "5.30.7",

frontend/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3147,12 +3147,12 @@
31473147
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
31483148
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
31493149

3150-
"@types/[email protected].3":
3151-
version "17.0.3"
3152-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.3.tgz#7fdf37b8af9d6d40127137865bb3fff8871d7ee1"
3153-
integrity sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==
3150+
"@types/[email protected].25":
3151+
version "17.0.25"
3152+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
3153+
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
31543154
dependencies:
3155-
"@types/react" "*"
3155+
"@types/react" "^17"
31563156

31573157
31583158
version "5.3.3"
@@ -3179,10 +3179,10 @@
31793179
"@types/prop-types" "*"
31803180
csstype "^3.0.2"
31813181

3182-
"@types/[email protected].3":
3183-
version "17.0.3"
3184-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
3185-
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
3182+
"@types/[email protected].72", "@types/react@^17":
3183+
version "17.0.72"
3184+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.72.tgz#846876ddc2d92ba4787b6b970acc226f56b5c178"
3185+
integrity sha512-iFqLaDdU/V/xU+rnii7KdMi4xU+Rz0ArNW6q1r0xauGv++hD1eUMCvYn3zqm5jSXTtyb6O5Tr0qmHJ2bnzAsVA==
31863186
dependencies:
31873187
"@types/prop-types" "*"
31883188
"@types/scheduler" "*"

0 commit comments

Comments
 (0)