Skip to content

Commit

Permalink
Fix iframe overlay in dev (#1195)
Browse files Browse the repository at this point in the history
* Fix iframe overlay in dev

* Bump antd v4.21.0

Co-authored-by: Johnny D <johnnyD.eth@protonmail.com>
  • Loading branch information
aeolianeth and johnnyd-eth committed Jun 10, 2022
1 parent 0adf5ce commit 6e9f82d
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 150 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@uniswap/sdk-core": "3.0.1",
"@uniswap/v3-sdk": "3.8.2",
"@walletconnect/web3-provider": "^1.5.4",
"antd": "4.18.0",
"antd": "4.21.0",
"autolinker": "^3.14.3",
"axios": "^0.21.1",
"bnc-notify": "^1.9.1",
Expand Down Expand Up @@ -100,8 +100,13 @@
"@testing-library/user-event": "^12.1.10",
"husky": "^7.0.0",
"lint-staged": "13.0.0",
"react-error-overlay": "6.0.9",
"react-test-renderer": "^17",
"source-map-explorer": "^2.5.2",
"ts-prune": "^0.10.3"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
}
}
Loading

0 comments on commit 6e9f82d

Please sign in to comment.