Skip to content

Commit fbb242a

Browse files
chore(deps): update react monorepo
1 parent e1d0cd9 commit fbb242a

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@testing-library/react": "12.1.2",
8585
"@testing-library/react-hooks": "7.0.2",
8686
"@types/jest": "27.5.2",
87-
"@types/react": "17.0.0",
87+
"@types/react": "17.0.80",
8888
"@typescript-eslint/eslint-plugin": "5.62.0",
8989
"@typescript-eslint/parser": "5.62.0",
9090
"babel-core": "6.26.3",
@@ -99,7 +99,7 @@
9999
"eslint-plugin-jsx-a11y": "6.9.0",
100100
"eslint-plugin-prettier": "4.2.1",
101101
"eslint-plugin-react": "7.35.0",
102-
"eslint-plugin-react-hooks": "4.6.0",
102+
"eslint-plugin-react-hooks": "4.6.2",
103103
"fork-ts-checker-webpack-plugin": "6.5.3",
104104
"gh-pages": "5.0.0",
105105
"husky": "7.0.4",

yarn.lock

+19-5
Original file line numberDiff line numberDiff line change
@@ -5015,14 +5015,28 @@
50155015
dependencies:
50165016
"@types/react" "*"
50175017

5018-
"@types/react@*", "@types/react@17.0.0", "@types/react@>=16.9.0":
5018+
"@types/react@*", "@types/react@>=16.9.0":
50195019
version "17.0.0"
50205020
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
50215021
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
50225022
dependencies:
50235023
"@types/prop-types" "*"
50245024
csstype "^3.0.2"
50255025

5026+
5027+
version "17.0.80"
5028+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41"
5029+
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
5030+
dependencies:
5031+
"@types/prop-types" "*"
5032+
"@types/scheduler" "^0.16"
5033+
csstype "^3.0.2"
5034+
5035+
"@types/scheduler@^0.16":
5036+
version "0.16.8"
5037+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
5038+
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
5039+
50265040
"@types/semver@^7.3.12", "@types/semver@^7.5.5":
50275041
version "7.5.8"
50285042
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
@@ -8814,10 +8828,10 @@ [email protected]:
88148828
dependencies:
88158829
prettier-linter-helpers "^1.0.0"
88168830

8817-
8818-
version "4.6.0"
8819-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
8820-
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
8831+
8832+
version "4.6.2"
8833+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
8834+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
88218835

88228836
88238837
version "7.35.0"

0 commit comments

Comments
 (0)