Skip to content

Commit 8c6dda0

Browse files
chore(deps): update react monorepo to v18
1 parent c77dc50 commit 8c6dda0

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"eslint-plugin-react": "^7.31.11",
6464
"jest": "^27.5.1",
6565
"prop-types": "^15.8.1",
66-
"react": "^17.0.2",
66+
"react": "^18.2.0",
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.2.0",
7373
"warning": "^4.0.3"
7474
}
7575
}

yarn.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,13 +4111,17 @@ react-is@^17.0.1:
41114111
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
41124112
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
41134113

4114-
react@^17.0.2:
4115-
version "17.0.2"
4116-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
4117-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
4114+
react-is@^18.2.0:
4115+
version "18.2.0"
4116+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
4117+
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
4118+
4119+
react@^18.2.0:
4120+
version "18.2.0"
4121+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
4122+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
41184123
dependencies:
41194124
loose-envify "^1.1.0"
4120-
object-assign "^4.1.1"
41214125

41224126
readdirp@~3.5.0:
41234127
version "3.5.0"

0 commit comments

Comments
 (0)