Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Nov 29, 2024
1 parent c31860a commit e7380c6
Show file tree
Hide file tree
Showing 8 changed files with 250 additions and 748 deletions.
9 changes: 9 additions & 0 deletions .changeset/giant-spoons-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@delvtech/drift-ethers-v5": patch
"@delvtech/drift-ethers": patch
"@delvtech/drift-viem": patch
"@delvtech/drift": patch
"@delvtech/drift-web3": patch
---

Update deps
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"node": ">=18"
},
"resolutions": {
"typescript": "^5.4.5",
"viem": "^2.21.37"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"workspaces": ["apps/*", "packages/*"]
Expand Down
6 changes: 3 additions & 3 deletions packages/drift-ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"ethers": "^5.7.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6"
},
"author": {
"name": "DELV",
Expand Down
6 changes: 3 additions & 3 deletions packages/drift-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"ethers": "^6.13.4",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6"
},
"author": {
"name": "DELV",
Expand Down
10 changes: 5 additions & 5 deletions packages/drift-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
},
"peerDependencies": {
"@delvtech/drift": "0.0.1-beta.20",
"viem": "^2.21.45"
"viem": "^2.21.52"
},
"devDependencies": {
"@delvtech/drift": "0.0.1-beta.20",
"@repo/typescript-config": "*",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"viem": "^2.21.45",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"viem": "^2.21.52",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6"
},
"author": {
"name": "DELV",
Expand Down
6 changes: 3 additions & 3 deletions packages/drift-web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"abitype": "^1.0.6",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6",
"web3": "^4.15.0"
},
"author": {
Expand Down
10 changes: 5 additions & 5 deletions packages/drift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"sinon": "^17.0.3"
"sinon": "^17.0.1"
},
"peerDependenciesMeta": {
"sinon": {
Expand All @@ -64,10 +64,10 @@
"fast-json-stable-stringify": "^2.1.0",
"sinon": "^17.0.1",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6"
},
"author": {
"name": "DELV",
Expand Down
948 changes: 221 additions & 727 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e7380c6

Please sign in to comment.