Skip to content

Commit f7209d7

Browse files
⬆️ upgrade react monorepo
1 parent 2832889 commit f7209d7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"@types/node": "20.11.0",
26-
"@types/react": "17.0.4",
27-
"@types/react-dom": "17.0.3",
26+
"@types/react": "17.0.79",
27+
"@types/react-dom": "17.0.25",
2828
"@types/styled-components": "5.1.32",
2929
"babel-plugin-styled-components": "^2.0.0",
3030
"eslint": "^8.52.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -418,12 +418,12 @@
418418
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
419419
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
420420

421-
"@types/react-dom@17.0.3":
422-
version "17.0.3"
423-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.3.tgz#7fdf37b8af9d6d40127137865bb3fff8871d7ee1"
424-
integrity sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==
421+
"@types/react-dom@17.0.25":
422+
version "17.0.25"
423+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
424+
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
425425
dependencies:
426-
"@types/react" "*"
426+
"@types/react" "^17"
427427

428428
"@types/react@*":
429429
version "17.0.38"
@@ -434,10 +434,10 @@
434434
"@types/scheduler" "*"
435435
csstype "^3.0.2"
436436

437-
"@types/react@17.0.4":
438-
version "17.0.4"
439-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.4.tgz#a67c6f7a460d2660e950d9ccc1c2f18525c28220"
440-
integrity sha512-onz2BqScSFMoTRdJUZUDD/7xrusM8hBA2Fktk2qgaTYPCgPvWnDEgkrOs8hhPUf2jfcIXkJ5yK6VfYormJS3Jw==
437+
"@types/react@17.0.79", "@types/react@^17":
438+
version "17.0.79"
439+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.79.tgz#67693ab9bc476780d968326658619fa7f25b8935"
440+
integrity sha512-gavKA8AwJAML9zWHuiQRASjrrPJHbT/zrUDHiUGUf+l5a3pkEd6atvjjq+8y2vfRHBJLQJjFpxSa9I8qe9zHAw==
441441
dependencies:
442442
"@types/prop-types" "*"
443443
"@types/scheduler" "*"

0 commit comments

Comments
 (0)