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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ramda": "0.32.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-error-boundary": "5.0.0",
"react-error-boundary": "6.1.0",
"react-redux": "9.2.0",
"react-router": "7.12.0",
"react-router-dom": "7.9.6",
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14196,14 +14196,12 @@ __metadata:
languageName: node
linkType: hard

"react-error-boundary@npm:5.0.0":
version: 5.0.0
resolution: "react-error-boundary@npm:5.0.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"react-error-boundary@npm:6.1.0":
version: 6.1.0
resolution: "react-error-boundary@npm:6.1.0"
peerDependencies:
react: ">=16.13.1"
checksum: 10c0/38da5e7e81016a4750d3b090e3c740c2c1125c0bb9de14e1ab92ee3b5190d34517c199935302718a24aa35d3f89081412b3444edc23f63729bde2e862a2fbfec
react: ^18.0.0 || ^19.0.0
checksum: 10c0/943eda25fef9bb70400861506be679d3025fa291ac1665b789d6af886cfb8d8af6c155d1fa6649b19ff45aa40ec9fd88592f169da07beeb74e08e674452932a9
languageName: node
linkType: hard

Expand Down Expand Up @@ -14293,7 +14291,7 @@ __metadata:
ramda: "npm:0.32.0"
react: "npm:19.2.0"
react-dom: "npm:19.2.0"
react-error-boundary: "npm:5.0.0"
react-error-boundary: "npm:6.1.0"
react-redux: "npm:9.2.0"
react-router: "npm:7.12.0"
react-router-dom: "npm:7.9.6"
Expand Down
Loading