chore: bump web3 version

This commit is contained in:
nikdementev 2021-08-30 17:55:41 +03:00
parent 8d7c3f9e34
commit c3cac21dd1
No known key found for this signature in database
GPG Key ID: 769B05D57CF16FE2
2 changed files with 642 additions and 264 deletions

View File

@ -1,13 +1,13 @@
{ {
"name": "nuxt-web3-provider", "name": "nuxt-web3-provider",
"version": "0.1.3", "version": "0.1.4",
"description": "Provider integration with Nuxt.js", "description": "Provider integration with Nuxt.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/tornadocash/provider" "url": "https://github.com/tornadocash/provider"
}, },
"license": "MIT", "license": "MIT",
"contributors": "pertsev", "contributors": ["pertsev"],
"main": "lib/module.js", "main": "lib/module.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",
"files": [ "files": [
@ -19,7 +19,7 @@
"release": "git push --follow-tags && npm publish" "release": "git push --follow-tags && npm publish"
}, },
"dependencies": { "dependencies": {
"web3": "^1.3.0", "web3": "^1.5.2",
"web3-utils": "^1.3.0" "web3-utils": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {

900
yarn.lock

File diff suppressed because it is too large Load Diff