Skip to content

Commit b137198

Browse files
Update react monorepo
1 parent 8b6a989 commit b137198

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.71",
97+
"@types/react-dom": "17.0.24",
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].24":
3151+
version "17.0.24"
3152+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.24.tgz#23a1f2528d71d9a5b4ffa58788adde9b8f29d444"
3153+
integrity sha512-9TXTs2CPADeEQ4N5cnWRCqmOZN8O/nl1Dn11dWtj2faZEu0wJnx0it4N8/uAVGH7w2CJ/+sPcv2zMCXkqfeR9A==
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].71", "@types/react@^17":
3183+
version "17.0.71"
3184+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.71.tgz#3673d446ad482b1564e44bf853b3ab5bcbc942c4"
3185+
integrity sha512-lfqOu9mp16nmaGRrS8deS2Taqhd5Ih0o92Te5Ws6I1py4ytHBcXLqh0YIqVsViqwVI5f+haiFM6hju814BzcmA==
31863186
dependencies:
31873187
"@types/prop-types" "*"
31883188
"@types/scheduler" "*"

0 commit comments

Comments
 (0)