Upgrade IOV Core to v2.0.2

This commit is contained in:
Simon Warta
2020-02-14 16:22:42 +01:00
parent 843bed9e04
commit a12ceb8916
5 changed files with 49 additions and 49 deletions
+3 -3
View File
@@ -38,9 +38,9 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@iov/crypto": "^2.0.0-alpha.7",
"@iov/encoding": "^2.0.0-alpha.7",
"@iov/utils": "^2.0.0-alpha.7",
"@iov/crypto": "^2.0.2",
"@iov/encoding": "^2.0.2",
"@iov/utils": "^2.0.2",
"axios": "^0.19.0"
},
"devDependencies": {