Skip to content

Commit b1a9e8a

Browse files
committed
chore(deps): update dependency react to v18
1 parent f528cc9 commit b1a9e8a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jest": "24.8.0",
4040
"lint-staged": "9.2.1",
4141
"prettier": "1.18.2",
42-
"react": "16.9.0-rc.0"
42+
"react": "18.1.0"
4343
},
4444
"jest": {
4545
"setupFilesAfterEnv": [

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5843,7 +5843,7 @@ prompts@^2.0.1:
58435843
kleur "^3.0.3"
58445844
sisteransi "^1.0.3"
58455845

5846-
prop-types@^15.5.7, prop-types@^15.6.2, prop-types@^15.7.2:
5846+
prop-types@^15.5.7, prop-types@^15.7.2:
58475847
version "15.7.2"
58485848
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
58495849
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -5943,14 +5943,12 @@ react@15.5.4:
59435943
object-assign "^4.1.0"
59445944
prop-types "^15.5.7"
59455945

5946-
react@16.9.0-rc.0:
5947-
version "16.9.0-rc.0"
5948-
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0-rc.0.tgz#fd5c4273383a0dd2b71d1d4e6ad464a392602be2"
5949-
integrity sha512-9J4dBd/6RITXvFY4eN4nyyqxsvO7UvGB8JFOn4wAQ1Y1sW8HL/xJ2nihRXGoIk53ewjaWZ0TfTczjPwIyqzTmA==
5946+
react@18.1.0:
5947+
version "18.1.0"
5948+
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
5949+
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
59505950
dependencies:
59515951
loose-envify "^1.1.0"
5952-
object-assign "^4.1.1"
5953-
prop-types "^15.6.2"
59545952

59555953
read-pkg-up@^1.0.1:
59565954
version "1.0.1"

0 commit comments

Comments
 (0)