Skip to content

Commit 3a8e518

Browse files
chore(deps): update react monorepo
1 parent 51859ef commit 3a8e518

File tree

4 files changed

+22
-14
lines changed

4 files changed

+22
-14
lines changed

example-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/jest": "27.5.2",
3838
"@types/node": "17.0.35",
39-
"@types/react": "17.0.45",
40-
"@types/react-dom": "17.0.17",
39+
"@types/react": "17.0.83",
40+
"@types/react-dom": "17.0.26",
4141
"@types/react-html-parser": "2.0.2",
4242
"@types/react-redux": "7.1.24",
4343
"@types/redux-mock-store": "1.0.3",

example-app/yarn.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,12 +2701,10 @@
27012701
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
27022702
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
27032703

2704-
2705-
version "17.0.17"
2706-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
2707-
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
2708-
dependencies:
2709-
"@types/react" "^17"
2704+
2705+
version "17.0.26"
2706+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.26.tgz#fa7891ba70fd39ddbaa7e85b6ff9175bb546bc1b"
2707+
integrity sha512-Z+2VcYXJwOqQ79HreLU/1fyQ88eXSSFh6I3JdrEHQIfYSI0kCQpTGvOrbE6jFGGYXKsHuwY9tBa/w5Uo6KzrEg==
27102708

27112709
27122710
version "2.0.2"
@@ -2735,13 +2733,13 @@
27352733
"@types/scheduler" "*"
27362734
csstype "^3.0.2"
27372735

2738-
"@types/[email protected].45", "@types/react@^17":
2739-
version "17.0.45"
2740-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
2741-
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==
2736+
"@types/[email protected].83":
2737+
version "17.0.83"
2738+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.83.tgz#b477c56387b74279281149dcf5ba2a1e2216d131"
2739+
integrity sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==
27422740
dependencies:
27432741
"@types/prop-types" "*"
2744-
"@types/scheduler" "*"
2742+
"@types/scheduler" "^0.16"
27452743
csstype "^3.0.2"
27462744

27472745
@@ -2768,6 +2766,11 @@
27682766
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
27692767
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
27702768

2769+
"@types/scheduler@^0.16":
2770+
version "0.16.8"
2771+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
2772+
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
2773+
27712774
"@types/serve-index@^1.9.1":
27722775
version "1.9.1"
27732776
resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.1.tgz#1b5e85370a192c01ec6cec4735cf2917337a6278"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-jsx-a11y": "6.5.1",
3232
"eslint-plugin-prettier": "4.0.0",
3333
"eslint-plugin-react": "7.33.2",
34-
"eslint-plugin-react-hooks": "4.5.0",
34+
"eslint-plugin-react-hooks": "4.6.2",
3535
"eslint-plugin-sonarjs": "0.13.0",
3636
"husky": "4.3.8",
3737
"lint-staged": "12.5.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,6 +5120,11 @@ [email protected]:
51205120
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad"
51215121
integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==
51225122

5123+
5124+
version "4.6.2"
5125+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
5126+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
5127+
51235128
51245129
version "7.30.0"
51255130
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"

0 commit comments

Comments
 (0)