Skip to content

Commit

Permalink
Update PJS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Mar 25, 2024
1 parent 65895fa commit 771d880
Show file tree
Hide file tree
Showing 14 changed files with 270 additions and 462 deletions.
8 changes: 4 additions & 4 deletions examples/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "npx @prosopo/typechain-polkadot --plugins ./plugins --input ./artifacts --output ./output"
},
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.14",
"@prosopo/typechain-types": "1.1.14",
"@prosopo/typechain-polkadot": "1.1.15",
"@prosopo/typechain-types": "1.1.15",
"@types/node": "^17.0.34",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@polkadot/api": "10.12.2",
"@polkadot/api-contract": "10.12.2",
"@types/bn.js": "^5.1.0"
},
"author": "Varex Silver",
Expand Down
8 changes: 4 additions & 4 deletions examples/psp22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.14",
"@prosopo/typechain-types": "1.1.14",
"@prosopo/typechain-polkadot": "1.1.15",
"@prosopo/typechain-types": "1.1.15",
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@polkadot/api": "10.12.2",
"@polkadot/api-contract": "10.12.2",
"@types/bn.js": "^5.1.0"
},
"author": "Supercolony-net",
Expand Down
8 changes: 4 additions & 4 deletions examples/psp34/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.14",
"@prosopo/typechain-types": "1.1.14",
"@prosopo/typechain-polkadot": "1.1.15",
"@prosopo/typechain-types": "1.1.15",
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@polkadot/api": "10.12.2",
"@polkadot/api-contract": "10.12.2",
"@types/bn.js": "^5.1.1"
},
"author": "Supercolony-net",
Expand Down
8 changes: 4 additions & 4 deletions examples/psp34_enumerable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.14",
"@prosopo/typechain-types": "1.1.14",
"@prosopo/typechain-polkadot": "1.1.15",
"@prosopo/typechain-types": "1.1.15",
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@polkadot/api": "10.12.2",
"@polkadot/api-contract": "10.12.2",
"@types/bn.js": "^5.1.0"
},
"author": "Supercolony-net",
Expand Down
Loading

0 comments on commit 771d880

Please sign in to comment.