Skip to content

Commit

Permalink
Upgrade Surf and Change Surf to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQZQ committed Dec 18, 2023
1 parent 6711853 commit cabac03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-moons-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thalalabs/router-sdk": minor
---

Upgrade Surf and Change Surf to peer dependency
Binary file modified bun.lockb
Binary file not shown.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@
"lint-staged": "^15.0.2",
"prettier": "3.1.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"@aptos-labs/ts-sdk": "^1.0.0",
"@thalalabs/surf": "^1.1.0"
},
"license": "MIT",
"dependencies": {
"@aptos-labs/ts-sdk": "^1.0.0",
"@thalalabs/surf": "^1.0.1",
"axios": "^1.5.1"
},
"peerDependencies": {
"@thalalabs/surf": "^1.1.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
Expand Down

0 comments on commit cabac03

Please sign in to comment.