Skip to content

Commit

Permalink
chore(issuer-sdk): update deps (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez authored Oct 24, 2024
1 parent f6e6f02 commit 619d420
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 103 deletions.
11 changes: 2 additions & 9 deletions packages/issuer-sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@
"test": "vitest run",
"test:watch": "vitest",
"release-it": "release-it",
"prepack": "clean-package",
"postpack": "clean-package restore",
"test:build": "pnpx publint --strict"
},
"devDependencies": {
"@idos-network/kwil-nep413-signer": "workspace:*",
"@idos-network/idos-sdk-types": "workspace:*",
"@idos-network/kwil-nep413-signer": "workspace:*",
"@release-it/keep-a-changelog": "^5.0.0",
"clean-package": "^2.2.0",
"@types/node": "^22.7.9",
"release-it": "^17.0.0",
"tsup": "^8.0.2",
"typescript": "^5.2.2",
Expand All @@ -66,10 +64,5 @@
"peerDependencies": {
"ethers": "^6.13.3",
"near-api-js": "^3.0.4"
},
"clean-package": {
"replace": {
"./package.json": "./package.json"
}
}
}
Loading

0 comments on commit 619d420

Please sign in to comment.