Skip to content

Commit 547c21c

Browse files
committed
fix: remove ethers dependency
1 parent 9e2d8b0 commit 547c21c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"@vercel/postgres-kysely": "^0.6.0",
1919
"chatgpt": "^5.2.5",
2020
"cheerio": "^1.0.0-rc.12",
21-
"ethers": "^5.6.9",
2221
"kysely": "^0.26.3",
2322
"next": "^13.5.6",
2423
"open-graph-scraper": "^6.3.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8068,7 +8068,7 @@ eth-rpc-errors@^4.0.2:
80688068
dependencies:
80698069
fast-safe-stringify "^2.0.6"
80708070

8071-
ethers@^5.6.9, ethers@^5.7.1:
8071+
ethers@^5.7.1:
80728072
version "5.7.2"
80738073
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
80748074
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==

0 commit comments

Comments
 (0)