Skip to content

Commit 173074b

Browse files
Update react monorepo
1 parent 8b6a989 commit 173074b

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.65",
97+
"@types/react-dom": "17.0.20",
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].20":
3151+
version "17.0.20"
3152+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
3153+
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
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].65", "@types/react@^17":
3183+
version "17.0.65"
3184+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.65.tgz#95f6a2ab61145ffb69129d07982d047f9e0870cd"
3185+
integrity sha512-oxur785xZYHvnI7TRS61dXbkIhDPnGfsXKv0cNXR/0ml4SipRIFpSMzA7HMEfOywFwJ5AOnPrXYTEiTRUQeGlQ==
31863186
dependencies:
31873187
"@types/prop-types" "*"
31883188
"@types/scheduler" "*"

0 commit comments

Comments
 (0)