Skip to content

Commit

Permalink
Patch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Oct 11, 2024
1 parent 1cf3f2a commit a5d6b68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-lies-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@delvtech/drift-viem": patch
---

Moved `@devltech/drift` dep to peer deps.
17 changes: 5 additions & 12 deletions packages/drift-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@
},
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
],
"testing": [
"./dist/testing.d.ts"
]
".": ["./dist/index.d.ts"],
"testing": ["./dist/testing.d.ts"]
}
},
"scripts": {
Expand All @@ -46,6 +42,7 @@
"watch": "tsup --watch"
},
"peerDependencies": {
"@delvtech/drift": "0.0.1-beta.6",
"sinon": "^17.0.3",
"viem": "^2"
},
Expand All @@ -54,10 +51,8 @@
"optional": true
}
},
"dependencies": {
"@delvtech/drift": "0.0.1-beta.6"
},
"devDependencies": {
"@delvtech/drift": "0.0.1-beta.6",
"@repo/typescript-config": "*",
"@types/sinon": "^17.0.3",
"tsconfig-paths": "^4.2.0",
Expand All @@ -77,7 +72,5 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist"
]
"files": ["dist"]
}

0 comments on commit a5d6b68

Please sign in to comment.