Skip to content

Commit

Permalink
fix: Remove linked dependency from examples (#139)
Browse files Browse the repository at this point in the history
* fix dependencies for examples, updated examples

* move metamask package to dev deps

* update for examples

* deleted web vitals

* exclude test from eslint
  • Loading branch information
enemycnt authored Jan 17, 2023
1 parent b4875e8 commit 430f1b5
Show file tree
Hide file tree
Showing 18 changed files with 525 additions and 696 deletions.
9 changes: 4 additions & 5 deletions examples/erc20-react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@buildwithsygma/sygma-sdk-core": "link:../packages/sdk",
"@buildwithsygma/sygma-sdk-core": "*",
"@buildwithsygma/sygma-contracts": "1.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
Expand All @@ -21,9 +21,7 @@
"react-scripts": "5.0.1",
"ts-node": "^10.7.0",
"ethers": "5.6.2",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4",
"web3": "^1.7.3"
"typescript": "^4.6.3"
},
"scripts": {
"start": "PORT=3001 BROWSER=none react-app-rewired start",
Expand Down Expand Up @@ -59,6 +57,7 @@
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
"url": "^0.11.0",
"@metamask/providers": "^10.2.1"
}
}
Loading

0 comments on commit 430f1b5

Please sign in to comment.