Skip to content

Commit

Permalink
fix: add @polkadot/util-crypto to @talismn/scale deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Nov 1, 2023
1 parent 17a10ff commit 7dc7742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/scale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"wat-the-crypto": "^0.0.3"
},
"devDependencies": {
"@polkadot/util-crypto": "^11.1.1",
"@talismn/eslint-config": "workspace:*",
"@talismn/tsconfig": "workspace:*",
"@types/jest": "^27.5.1",
Expand All @@ -41,6 +42,9 @@
"ts-jest": "^28.0.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@polkadot/util-crypto": "^11.x"
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7991,6 +7991,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@talismn/scale@workspace:packages/scale"
dependencies:
"@polkadot/util-crypto": ^11.1.1
"@talismn/eslint-config": "workspace:*"
"@talismn/subshape-fork": ^0.0.1
"@talismn/tsconfig": "workspace:*"
Expand All @@ -8003,6 +8004,8 @@ __metadata:
typescript: ^5.2.2
wasm-feature-detect: ^1.6.0
wat-the-crypto: ^0.0.3
peerDependencies:
"@polkadot/util-crypto": ^11.x
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7dc7742

Please sign in to comment.