Skip to content
Open
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 demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-helmet-async": "^2.0.0",
"react-hook-form": "^8.0.0-alpha.4",
"react-redux": "^9.2.0",
"react-router-bootstrap": "^0.26.2",
Expand Down
19 changes: 8 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.24.7, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.3, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2":
"@babel/runtime@npm:^7.24.7, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.3, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2":
version: 7.28.3
resolution: "@babel/runtime@npm:7.28.3"
checksum: 10c0/b360f82c2c5114f2a062d4d143d7b4ec690094764853937110585a9497977aed66c102166d0e404766c274e02a50ffb8f6d77fef7251ecf3f607f0e03e6397bc
Expand Down Expand Up @@ -926,7 +926,7 @@ __metadata:
react: "npm:^18.2.0"
react-bootstrap: "npm:^2.7.0"
react-dom: "npm:^18.2.0"
react-helmet-async: "npm:^1.3.0"
react-helmet-async: "npm:^2.0.0"
react-hook-form: "npm:^8.0.0-alpha.4"
react-redux: "npm:^9.2.0"
react-router-bootstrap: "npm:^0.26.2"
Expand Down Expand Up @@ -13678,26 +13678,23 @@ __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: 10c0/0bbd2f3eb41ab2ff7380daaa55105db698d965c396df73e6874831dbafec8c4b5b08ba36ff09df01526caa3c61595247e3269558c284e37646241cba2b90a367
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.0":
version: 2.0.5
resolution: "react-helmet-async@npm:2.0.5"
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: 10c0/8f3e6d26beff61d2ed18f7b41561df3e4d83a7582914c7196aa65158c7f3cce939276547d7a0b8987952d9d44131406df74efba02d1f8fa8a3940b49e6ced70b
checksum: 10c0/f390ea8bf13c2681850e5f8eb5b73d8613f407c245a5fd23e9db9b2cc14a3700dd1ce992d3966632886d1d613083294c2aeee009193f49dfa7d145d9f13ea2b0
languageName: node
linkType: hard

Expand Down
Loading