Skip to content

Commit bf5748c

Browse files
authored
Merge pull request #1317 from data-driven-forms/workbox-version
Update react types requirements
2 parents 82538fe + c48d846 commit bf5748c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@testing-library/jest-dom": "^5.16.1",
7777
"@testing-library/react": "^12.1.2",
7878
"@testing-library/user-event": "^14.1.1",
79-
"@types/react": "^17.0.21",
79+
"@types/react": ">=17.0.21",
8080
"@types/react-dom": "^17.0.9",
8181
"@typescript-eslint/eslint-plugin": "^4.31.1",
8282
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4283,7 +4283,7 @@
42834283
dependencies:
42844284
"@types/react" "*"
42854285

4286-
"@types/react@*", "@types/react@^17.0.21":
4286+
"@types/react@*":
42874287
version "17.0.38"
42884288
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
42894289
integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
@@ -4292,6 +4292,15 @@
42924292
"@types/scheduler" "*"
42934293
csstype "^3.0.2"
42944294

4295+
"@types/react@>=17.0.21":
4296+
version "18.0.18"
4297+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
4298+
integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==
4299+
dependencies:
4300+
"@types/prop-types" "*"
4301+
"@types/scheduler" "*"
4302+
csstype "^3.0.2"
4303+
42954304
"@types/react@^16.9.5":
42964305
version "16.14.26"
42974306
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.26.tgz#82540a240ba7207ebe87d9579051bc19c9ef7605"

0 commit comments

Comments
 (0)