Skip to content

Commit

Permalink
Fix for Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Oct 1, 2024
1 parent 2fa0e7f commit 8ff9595
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 223 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"dependencies": {
"@airgap/beacon-sdk": "^4.2.2",
"@airgap/beacon-types": "^4.2.2",
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
Expand All @@ -39,7 +40,7 @@
"@types/react-paginate": "^7.1.2",
"@types/react-router-hash-link": "^2.4.5",
"@types/valid-url": "^1.0.4",
"@web3modal/wagmi": "^5.0.6",
"@web3modal/wagmi": "5.0.11",
"assert": "^2.0.0",
"bignumber.js": "^9.0.1",
"blockies-ts": "^1.0.0",
Expand Down Expand Up @@ -83,13 +84,15 @@
"serve": "^11.3.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"util": "^0.12.5",
"valid-url": "^1.0.9",
"viem": "^2.17.4",
"wagmi": "^2.10.10",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/jest": "^29.5.12",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
Expand All @@ -107,14 +110,24 @@
"husky": "8.0.3",
"jest": "^29.7.0",
"lint-staged": "15.2.2",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.0",
"source-map-explorer": "2.5.2",
"ts-jest": "^29.1.4",
"typescript": "^5.0.4"
},
"resolutions": {
"@types/react": "~17.0.3",
"react-error-overlay": "6.0.9"
"react-error-overlay": "6.0.9",
"@walletconnect/core": "2.14.0",
"@walletconnect/types": "2.14.0",
"@walletconnect/utils": "2.14.0"
},
"overrides": {
"@walletconnect/core": "2.14.0",
"@walletconnect/types": "2.14.0",
"@walletconnect/utils": "2.14.0"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -143,4 +156,4 @@
"npm run lint:check"
]
}
}
}
Loading

0 comments on commit 8ff9595

Please sign in to comment.