Skip to content

Commit

Permalink
[lib][landing][web] Update patch versions of Rainbowkit and Wagmi
Browse files Browse the repository at this point in the history
Summary: These updates have no breaking changes. I was testing this during investigation of [ENG-5152](https://linear.app/comm/issue/ENG-5152/siwe-broken-on-mobile)... it turned out not to be necessary, but I figured I'd diff it up anyways since it's good to have recent package versions.

Test Plan: I deployed these patch versions to my staging keyserver at comm.domains, and then ran a version of the mobile app pointed there. I made sure that SIWE still worked with Rainbow

Reviewers: rohan, atul, ginsu

Reviewed By: atul

Subscribers: tomek, wyilio

Differential Revision: https://phab.comm.dev/D9405
  • Loading branch information
Ashoat committed Oct 7, 2023
1 parent 7587ffa commit 706be3e
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 160 deletions.
4 changes: 2 additions & 2 deletions landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@fortawesome/react-fontawesome": "0.1.5",
"@lottiefiles/lottie-interactivity": "^0.1.4",
"@lottiefiles/lottie-player": "^1.0.3",
"@rainbow-me/rainbowkit": "^0.12.15",
"@rainbow-me/rainbowkit": "^0.12.18",
"classnames": "^2.2.5",
"core-js": "^3.6.5",
"ethers": "^5.7.2",
Expand All @@ -49,6 +49,6 @@
"react-dom": "18.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"wagmi": "^0.12.16"
"wagmi": "^0.12.19"
}
}
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"webpack": "^5.76.0"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^0.12.15",
"@rainbow-me/rainbowkit": "^0.12.18",
"dateformat": "^3.0.3",
"emoji-regex": "^10.2.1",
"eth-ens-namehash": "^2.0.8",
Expand All @@ -60,7 +60,7 @@
"util-inspect": "^0.1.8",
"utils-copy-error": "^1.0.1",
"uuid": "^3.4.0",
"wagmi": "^0.12.16"
"wagmi": "^0.12.19"
},
"jest": {
"transform": {
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@fortawesome/free-solid-svg-icons": "5.11.2",
"@fortawesome/react-fontawesome": "0.1.5",
"@matrix-org/olm": "3.2.14",
"@rainbow-me/rainbowkit": "^0.12.15",
"@rainbow-me/rainbowkit": "^0.12.18",
"basscss": "8.0.2",
"brotli": "^1.3.3",
"classnames": "^2.2.5",
Expand Down Expand Up @@ -93,7 +93,7 @@
"tinycolor2": "^1.4.1",
"uuid": "^3.4.0",
"visibilityjs": "^2.0.2",
"wagmi": "^0.12.16"
"wagmi": "^0.12.19"
},
"jest": {
"roots": [
Expand Down
Loading

0 comments on commit 706be3e

Please sign in to comment.