Skip to content

Commit

Permalink
Merge pull request #18 from lorena-ssi/bump
Browse files Browse the repository at this point in the history
v3.0.1 with updated polkadot dependencies
  • Loading branch information
celeduc committed May 20, 2020
2 parents 535a1fe + cf8efc4 commit 6589b9f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@lorena-ssi/substrate-lib",
"version": "3.0.0",
"version": "3.0.1",
"description": "Lorena Substrate integration library",
"main": "src/index.js",
"author": "Alex Puig",
Expand All @@ -10,31 +10,31 @@
"url": "git+https://github.com/lorena-ssi/substrate-lib.git"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@lorena-ssi/blockchain-lib": "^1.0.0",
"@polkadot/api": "1.10.1",
"@polkadot/api-contract": "1.10.1",
"@polkadot/keyring": "^2.8.1",
"@polkadot/types": "1.10.1",
"@polkadot/util": "^2.8.1",
"@polkadot/util-crypto": "^2.8.1"
"@babel/core": "^7.9.6",
"@lorena-ssi/blockchain-lib": "^1.1.0",
"@polkadot/api": "1.14.1",
"@polkadot/api-contract": "1.14.1",
"@polkadot/keyring": "^2.10.1",
"@polkadot/types": "1.14.1",
"@polkadot/util": "^2.10.1",
"@polkadot/util-crypto": "^2.10.1"
},
"devDependencies": {
"@lorena-ssi/zenroom-lib": "^1.5.0",
"@lorena-ssi/zenroom-lib": "^1.5.4",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.13",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^24.0.0",
"eslint-plugin-jsdoc": "^25.4.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"mocha": "^7.1.1",
"mocha": "^7.1.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.1"
},
Expand Down

0 comments on commit 6589b9f

Please sign in to comment.