Skip to content

Commit 694ef66

Browse files
chore(deps): update react monorepo to v18
1 parent 4e2ee46 commit 694ef66

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"eslint-plugin-react": "^7.32.2",
6464
"jest": "^27.5.1",
6565
"prop-types": "^15.8.1",
66-
"react": "^17.0.2",
66+
"react": "^18.3.1",
6767
"release-script": "^1.0.2",
6868
"sinon": "^11.1.2",
6969
"sinon-chai": "^3.7.0"
7070
},
7171
"dependencies": {
72-
"react-is": "^17.0.1",
72+
"react-is": "^18.3.1",
7373
"warning": "^4.0.3"
7474
}
7575
}

yarn.lock

+9-5
Original file line numberDiff line numberDiff line change
@@ -4207,13 +4207,17 @@ react-is@^17.0.1:
42074207
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
42084208
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
42094209

4210-
react@^17.0.2:
4211-
version "17.0.2"
4212-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
4213-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
4210+
react-is@^18.3.1:
4211+
version "18.3.1"
4212+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
4213+
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
4214+
4215+
react@^18.3.1:
4216+
version "18.3.1"
4217+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
4218+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
42144219
dependencies:
42154220
loose-envify "^1.1.0"
4216-
object-assign "^4.1.1"
42174221

42184222
readdirp@~3.5.0:
42194223
version "3.5.0"

0 commit comments

Comments
 (0)