Skip to content

Commit 0edd0dc

Browse files
committed
chore(deps): update dependency react to v17
1 parent f528cc9 commit 0edd0dc

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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": "17.0.2"
4343
},
4444
"jest": {
4545
"setupFilesAfterEnv": [

yarn.lock

Lines changed: 5 additions & 6 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,13 @@ 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@17.0.2:
5947+
version "17.0.2"
5948+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
5949+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
59505950
dependencies:
59515951
loose-envify "^1.1.0"
59525952
object-assign "^4.1.1"
5953-
prop-types "^15.6.2"
59545953

59555954
read-pkg-up@^1.0.1:
59565955
version "1.0.1"

0 commit comments

Comments
 (0)