Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-helmet-async to v2 #9697

Merged
merged 3 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"graphql": "16.8.1",
"graphql-sse": "2.4.0",
"graphql-tag": "2.12.6",
"react-helmet-async": "1.3.0",
"react-helmet-async": "2.0.3",
"react-hot-toast": "2.4.1",
"stacktracey": "2.1.8",
"ts-toolbelt": "9.6.0"
Expand Down
16 changes: 7 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9638,7 +9638,7 @@ __metadata:
nodemon: "npm:3.0.2"
react: "npm:0.0.0-experimental-e5205658f-20230913"
react-dom: "npm:0.0.0-experimental-e5205658f-20230913"
react-helmet-async: "npm:1.3.0"
react-helmet-async: "npm:2.0.3"
react-hot-toast: "npm:2.4.1"
stacktracey: "npm:2.1.8"
ts-toolbelt: "npm:9.6.0"
Expand Down Expand Up @@ -30507,7 +30507,7 @@ __metadata:
languageName: node
linkType: hard

"react-fast-compare@npm:^3.2.0":
"react-fast-compare@npm:^3.2.2":
version: 3.2.2
resolution: "react-fast-compare@npm:3.2.2"
checksum: 0bbd2f3eb41ab2ff7380daaa55105db698d965c396df73e6874831dbafec8c4b5b08ba36ff09df01526caa3c61595247e3269558c284e37646241cba2b90a367
Expand All @@ -30530,19 +30530,17 @@ __metadata:
languageName: node
linkType: hard

"react-helmet-async@npm:1.3.0":
version: 1.3.0
resolution: "react-helmet-async@npm:1.3.0"
"react-helmet-async@npm:2.0.3":
version: 2.0.3
resolution: "react-helmet-async@npm:2.0.3"
dependencies:
"@babel/runtime": "npm:^7.12.5"
invariant: "npm:^2.2.4"
prop-types: "npm:^15.7.2"
react-fast-compare: "npm:^3.2.0"
react-fast-compare: "npm:^3.2.2"
shallowequal: "npm:^1.1.0"
peerDependencies:
react: ^16.6.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0
checksum: 8f3e6d26beff61d2ed18f7b41561df3e4d83a7582914c7196aa65158c7f3cce939276547d7a0b8987952d9d44131406df74efba02d1f8fa8a3940b49e6ced70b
checksum: 3ac58fac566e3f4951c3853975afd57dbc3af1442a897391a226fb1a54cc757506912d13485e897c61ecefe5d97e673ee91688b11ff20eb769b172c0309514ee
languageName: node
linkType: hard

Expand Down
Loading