Skip to content

Commit 82ddb1c

Browse files
committed
Update react monorepo
1 parent f27aa77 commit 82ddb1c

File tree

2 files changed

+21
-23
lines changed

2 files changed

+21
-23
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint-config-prettier": "6.3.0",
2323
"eslint-plugin-jest": "22.17.0",
2424
"eslint-plugin-react": "7.15.1",
25-
"eslint-plugin-react-hooks": "2.1.1",
25+
"eslint-plugin-react-hooks": "4.2.0",
2626
"husky": "3.0.8",
2727
"jest": "24.9.0",
2828
"lint-staged": "9.4.1",
@@ -36,8 +36,8 @@
3636
"babel-plugin-styled-components": "^1.10.6",
3737
"express": "^4.17.1",
3838
"parcel-bundler": "^1.12.3",
39-
"react": "^16.10.1",
40-
"react-dom": "^16.10.1",
39+
"react": "^17.0.0",
40+
"react-dom": "^17.0.0",
4141
"styled": "^1.0.0",
4242
"styled-components": ">= 1",
4343
"styled-media-query": "^2.1.2",

yarn.lock

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,10 +2892,10 @@ eslint-plugin-jest@22.17.0:
28922892
dependencies:
28932893
"@typescript-eslint/experimental-utils" "^1.13.0"
28942894

2895-
eslint-plugin-react-hooks@2.1.1:
2896-
version "2.1.1"
2897-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.1.1.tgz#b416390b642113f444ee175b667c3222a045a98e"
2898-
integrity sha512-AYitPYzwHyKpZKpzMH5sCkld68vP8wn29Lq716h4jk1ll9Gp4BBFoPq/iCjBBT35eXFJvOPjgMlvhIXFB0OhXg==
2895+
eslint-plugin-react-hooks@4.2.0:
2896+
version "4.2.0"
2897+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
2898+
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
28992899

29002900
eslint-plugin-react@7.15.1:
29012901
version "7.15.1"
@@ -6458,7 +6458,7 @@ prompts@^2.0.1:
64586458
kleur "^3.0.3"
64596459
sisteransi "^1.0.3"
64606460

6461-
prop-types@^15.5.4, prop-types@^15.6.2, prop-types@^15.7.2:
6461+
prop-types@^15.5.4, prop-types@^15.7.2:
64626462
version "15.7.2"
64636463
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
64646464
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -6599,29 +6599,27 @@ rc@^1.2.7:
65996599
minimist "^1.2.0"
66006600
strip-json-comments "~2.0.1"
66016601

6602-
react-dom@^16.10.1:
6603-
version "16.10.1"
6604-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.1.tgz#479a6511ba34a429273c213cbc2a9ac4d296dac1"
6605-
integrity sha512-SmM4ZW0uug0rn95U8uqr52I7UdNf6wdGLeXDmNLfg3y5q5H9eAbdjF5ubQc3bjDyRrvdAB2IKG7X0GzSpnn5Mg==
6602+
react-dom@^17.0.0:
6603+
version "17.0.1"
6604+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
6605+
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
66066606
dependencies:
66076607
loose-envify "^1.1.0"
66086608
object-assign "^4.1.1"
6609-
prop-types "^15.6.2"
6610-
scheduler "^0.16.1"
6609+
scheduler "^0.20.1"
66116610

66126611
react-is@^16.6.0, react-is@^16.8.1, react-is@^16.8.4:
66136612
version "16.10.1"
66146613
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.10.1.tgz#0612786bf19df406502d935494f0450b40b8294f"
66156614
integrity sha512-BXUMf9sIOPXXZWqr7+c5SeOKJykyVr2u0UDzEf4LNGc6taGkQe1A9DFD07umCIXz45RLr9oAAwZbAJ0Pkknfaw==
66166615

6617-
react@^16.10.1:
6618-
version "16.10.1"
6619-
resolved "https://registry.yarnpkg.com/react/-/react-16.10.1.tgz#967c1e71a2767dfa699e6ba702a00483e3b0573f"
6620-
integrity sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA==
6616+
react@^17.0.0:
6617+
version "17.0.1"
6618+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
6619+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
66216620
dependencies:
66226621
loose-envify "^1.1.0"
66236622
object-assign "^4.1.1"
6624-
prop-types "^15.6.2"
66256623

66266624
read-pkg-up@^4.0.0:
66276625
version "4.0.0"
@@ -7023,10 +7021,10 @@ saxes@^3.1.9:
70237021
dependencies:
70247022
xmlchars "^2.1.1"
70257023

7026-
scheduler@^0.16.1:
7027-
version "0.16.1"
7028-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.16.1.tgz#a6fb6ddec12dc2119176e6eb54ecfe69a9eba8df"
7029-
integrity sha512-MIuie7SgsqMYOdCXVFZa8SKoNorJZUWHW8dPgto7uEHn1lX3fg2Gu0TzgK8USj76uxV7vB5eRMnZs/cdEHg+cg==
7024+
scheduler@^0.20.1:
7025+
version "0.20.1"
7026+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.1.tgz#da0b907e24026b01181ecbc75efdc7f27b5a000c"
7027+
integrity sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==
70307028
dependencies:
70317029
loose-envify "^1.1.0"
70327030
object-assign "^4.1.1"

0 commit comments

Comments
 (0)