Skip to content

Commit 3d79e2c

Browse files
fix: remove viem from devDependencies and update lockfile
The initial commit only removed viem from peerDependencies but left it in devDependencies. This caused the CI lockfile check to fail. This commit: - Removes viem from devDependencies in package.json - Updates yarn.lock to reflect the removal All 20 tests still pass. Co-authored-by: jeffsmale90 <jeffsmale90@users.noreply.github.com>
1 parent 110a266 commit 3d79e2c

2 files changed

Lines changed: 1621 additions & 1742 deletions

File tree

packages/x402/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"prettier": "^3.5.3",
6868
"tsup": "^8.5.0",
6969
"typescript": "5.5.4",
70-
"viem": "2.31.4",
7170
"vitest": "^3.2.4"
7271
}
7372
}

0 commit comments

Comments
 (0)