Skip to content

Commit 753baf5

Browse files
chore(deps): update react monorepo
1 parent f5f4f1b commit 753baf5

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"@types/lodash.debounce": "4.0.9",
8080
"@types/node": "16.18.98",
8181
"@types/qrcode": "1.5.5",
82-
"@types/react": "17.0.65",
83-
"@types/react-dom": "17.0.20",
82+
"@types/react": "17.0.83",
83+
"@types/react-dom": "17.0.25",
8484
"@types/react-outside-click-handler": "^1.3.0",
8585
"@types/react-router-dom": "5.3.3",
8686
"@types/react-test-renderer": "^18.0.0",
@@ -99,7 +99,7 @@
9999
"eslint-plugin-jsx-a11y": "6.7.1",
100100
"eslint-plugin-prettier": "3.4.1",
101101
"eslint-plugin-react": "7.31.11",
102-
"eslint-plugin-react-hooks": "4.6.0",
102+
"eslint-plugin-react-hooks": "4.6.2",
103103
"eslint-plugin-storybook": "^0.6.15",
104104
"eslint-plugin-unused-imports": "^3.0.0",
105105
"husky": "^8.0.0",

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6125,10 +6125,10 @@
61256125
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
61266126
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
61276127

6128-
"@types/react-dom@17.0.20":
6129-
version "17.0.20"
6130-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
6131-
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
6128+
"@types/react-dom@17.0.25":
6129+
version "17.0.25"
6130+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
6131+
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
61326132
dependencies:
61336133
"@types/react" "^17"
61346134

@@ -6178,13 +6178,13 @@
61786178
"@types/prop-types" "*"
61796179
csstype "^2.2.0"
61806180

6181-
"@types/react@17.0.65":
6182-
version "17.0.65"
6183-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.65.tgz#95f6a2ab61145ffb69129d07982d047f9e0870cd"
6184-
integrity sha512-oxur785xZYHvnI7TRS61dXbkIhDPnGfsXKv0cNXR/0ml4SipRIFpSMzA7HMEfOywFwJ5AOnPrXYTEiTRUQeGlQ==
6181+
"@types/react@17.0.83":
6182+
version "17.0.83"
6183+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.83.tgz#b477c56387b74279281149dcf5ba2a1e2216d131"
6184+
integrity sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==
61856185
dependencies:
61866186
"@types/prop-types" "*"
6187-
"@types/scheduler" "*"
6187+
"@types/scheduler" "^0.16"
61886188
csstype "^3.0.2"
61896189

61906190
"@types/react@>=16":
@@ -6222,7 +6222,7 @@
62226222
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
62236223
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
62246224

6225-
"@types/scheduler@*":
6225+
"@types/scheduler@*", "@types/scheduler@^0.16":
62266226
version "0.16.8"
62276227
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
62286228
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
@@ -9983,7 +9983,12 @@ eslint-plugin-prettier@3.4.1:
99839983
dependencies:
99849984
prettier-linter-helpers "^1.0.0"
99859985

9986-
eslint-plugin-react-hooks@4.6.0, eslint-plugin-react-hooks@^4.3.0:
9986+
eslint-plugin-react-hooks@4.6.2:
9987+
version "4.6.2"
9988+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
9989+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
9990+
9991+
eslint-plugin-react-hooks@^4.3.0:
99879992
version "4.6.0"
99889993
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
99899994
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==

0 commit comments

Comments
 (0)