Skip to content

Commit

Permalink
fix(startup-error): update browser targets, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moconnell committed Sep 29, 2023
1 parent 3fdfe0f commit 69e82ef
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 556 deletions.
12 changes: 7 additions & 5 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"react-table": "^7.8.0",
"styled-components": "^5.3.5",
"urql": "^2.2.3",
"viem": "1.10.13",
"wagmi": "1.4.1",
"viem": "^1.12.2",
"wagmi": "~1.4.2",
"web3": "1.10.2"
},
"scripts": {
Expand All @@ -39,9 +39,11 @@
"lint": "eslint \"./src/**/*.{js,jsx}\""
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"devDependencies": {
"@craco/craco": "6.4.5",
Expand Down
Loading

0 comments on commit 69e82ef

Please # to comment.