Skip to content

Commit 53e9a7c

Browse files
chore(deps): update react monorepo
1 parent 16caac6 commit 53e9a7c

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
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.1",
3838
"@types/node": "17.0.35",
39-
"@types/react": "17.0.45",
40-
"@types/react-dom": "17.0.17",
39+
"@types/react": "17.0.62",
40+
"@types/react-dom": "17.0.20",
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,10 +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-
"@types/[email protected].17":
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==
2704+
"@types/[email protected].20":
2705+
version "17.0.20"
2706+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
2707+
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
27082708
dependencies:
27092709
"@types/react" "^17"
27102710

@@ -2735,7 +2735,16 @@
27352735
"@types/scheduler" "*"
27362736
csstype "^3.0.2"
27372737

2738-
"@types/[email protected]", "@types/react@^17":
2738+
2739+
version "17.0.62"
2740+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.62.tgz#2efe8ddf8533500ec44b1334dd1a97caa2f860e3"
2741+
integrity sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==
2742+
dependencies:
2743+
"@types/prop-types" "*"
2744+
"@types/scheduler" "*"
2745+
csstype "^3.0.2"
2746+
2747+
"@types/react@^17":
27392748
version "17.0.45"
27402749
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
27412750
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==

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.30.0",
34-
"eslint-plugin-react-hooks": "4.5.0",
34+
"eslint-plugin-react-hooks": "4.6.0",
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
@@ -4983,6 +4983,11 @@ [email protected]:
49834983
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad"
49844984
integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==
49854985

4986+
4987+
version "4.6.0"
4988+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
4989+
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
4990+
49864991
49874992
version "7.30.0"
49884993
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"

0 commit comments

Comments
 (0)