Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
bumps pjs packages to resolve #105
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Nov 17, 2023
1 parent 3209933 commit abba2c4
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 1,798 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@
"lint:ci": "biome ci ."
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-contract": "^10.9.1",
"@polkadot/api-derive": "^10.9.1",
"@polkadot/extension-dapp": "^0.46.5",
"@polkadot/extension-inject": "^0.46.5",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/api-contract": "^10.10.1",
"@polkadot/api-derive": "^10.10.1",
"@polkadot/api": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@talismn/connect-wallets": "^1.2.3"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2"
},
"packageManager": "pnpm@8.6.1"
"packageManager": "pnpm@8.10.5"
}
13 changes: 6 additions & 7 deletions packages/useink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@
"lint": "tsc",
"release": "pnpm run build && changeset publish"
},
"dependencies": {
"nanoid": "3"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@polkadot/types": "^10.9.1",
"@polkadot/types-codec": "^10.9.1",
"@polkadot/types": "^10.10.1",
"@polkadot/types-codec": "^10.10.1",
"@types/react": "^18.2.7",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react": "^18.0.0",
"react": "^18",
"ws": "^8.13.0"
},
"exports": {
Expand Down Expand Up @@ -88,8 +90,5 @@
"default": "./dist/utils.js"
}
}
},
"dependencies": {
"nanoid": "3"
}
}
Loading

0 comments on commit abba2c4

Please sign in to comment.