Skip to content

Commit

Permalink
fix: P-1203 unified npm package version
Browse files Browse the repository at this point in the history
  • Loading branch information
higherordertech committed Dec 10, 2024
1 parent 06f0c71 commit 4b4b061
Show file tree
Hide file tree
Showing 21 changed files with 3,010 additions and 1,511 deletions.
26 changes: 13 additions & 13 deletions parachain/ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
"author": "Litentry Dev",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^10.0.1",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.10",
"chai": "^4.3.6",
"gts": "^3.1.0",
"mocha": "^10.2.0",
"mocha": "^10.6.0",
"mocha-steps": "^1.3.0",
"prettier": "2.8.3",
"ts-node": "^10.8.1",
"typescript": "^4.9.4"
"prettier": "^2.8.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.0"
},
"dependencies": {
"@polkadot/api": "^15.0.1",
"@polkadot/api-augment": "^15.0.1",
"@polkadot/keyring": "12.4.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "^15.0.1",
"@polkadot/util": "12.4.2",
"@polkadot/util-crypto": "12.4.2",
"@types/bn.js": "^5.1.2",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@types/bn.js": "^5.1.6",
"add": "^2.0.6",
"bn.js": "^5.2.1",
"dotenv": "^16.0.3",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"solc": "0.8.18",
"solc": "^0.8.18",
"web3": "^4.7.0",
"web3-types": "1.5.0",
"web3-types": "^1.5.0",
"web3-utils": "^4.2.2"
},
"compilerOptions": {
Expand Down
Loading

0 comments on commit 4b4b061

Please sign in to comment.