Skip to content

Commit

Permalink
Merge branch 'main' into fix/safe-support
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jun 20, 2023
2 parents 58a0324 + f69dfd8 commit 9e5b303
Show file tree
Hide file tree
Showing 9 changed files with 639 additions and 2,216 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
"@rainbow-me/rainbowkit": "0.12.15",
"@sentry/nextjs": "^7.43.0",
"@svgr/webpack": "^6.3.1",
"@tanstack/query-persist-client-core": "4.14.5",
"@tanstack/query-sync-storage-persister": "4.14.5",
"@tanstack/react-query": "4.14.5",
"@tanstack/react-query-persist-client": "4.14.5",
"@wagmi/core": "0.10.1",
"@tanstack/query-persist-client-core": "4.29.1",
"@tanstack/query-sync-storage-persister": "4.29.1",
"@tanstack/react-query": "4.29.1",
"@tanstack/react-query-persist-client": "4.29.1",
"@wagmi/core": "0.10.11",
"calendar-link": "^2.2.0",
"dns-packet": "^5.4.0",
"glob": "^8.0.3",
Expand Down Expand Up @@ -116,7 +116,7 @@
"styled-components": "^5.3.5",
"ts-pattern": "^4.2.2",
"use-immer": "^0.7.0",
"wagmi": "0.12.1"
"wagmi": "0.12.13"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "*",
Expand Down Expand Up @@ -155,7 +155,7 @@
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@wagmi/core-cjs": "npm:@wagmi/[email protected].1-cjs",
"@wagmi/core-cjs": "npm:@wagmi/[email protected].11-cjs",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.5",
"canvas": "^2.9.3",
Expand Down Expand Up @@ -208,7 +208,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"typescript-styled-plugin": "^0.18.2",
"wagmi-cjs": "npm:[email protected].1-cjs",
"wagmi-cjs": "npm:[email protected].13-cjs",
"wait-on": "^6.0.1",
"wrangler": "2.16.0",
"yalc": "^1.0.0-pre.53"
Expand All @@ -220,12 +220,14 @@
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@next/swc-linux-x64-gnu": "12.1.4",
"cypress": "12.7.0",
"@tanstack/query-persist-client-core": "4.14.5",
"@tanstack/query-sync-storage-persister": "4.14.5",
"@tanstack/react-query": "4.14.5",
"@tanstack/react-query-persist-client": "4.14.5",
"@tanstack/query-core": "4.14.5",
"wagmi": "0.12.1"
"@tanstack/query-persist-client-core": "4.29.1",
"@tanstack/query-sync-storage-persister": "4.29.1",
"@tanstack/react-query": "4.29.1",
"@tanstack/react-query-persist-client": "4.29.1",
"@tanstack/query-core": "4.29.1",
"@walletconnect/ethereum-provider": "2.7.8",
"@web3modal/standalone": "^2.4.3",
"wagmi": "0.12.13"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
Expand Down
Loading

0 comments on commit 9e5b303

Please sign in to comment.