Skip to content

Commit

Permalink
v6.4.0: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Jun 15, 2022
1 parent e4471e3 commit 05470d9
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 287 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-assets",
"moduleName": "Web3Assets",
"version": "6.3.0",
"version": "6.4.0",
"description": "",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
"private": false,
"dependencies": {},
"peerDependencies": {
"@depay/web3-blockchains": "^4.5.0",
"@depay/web3-client": "^8.2.1",
"@depay/web3-constants": "^5.2.1",
"@depay/web3-blockchains": "^5.0.1",
"@depay/web3-client": "^8.4.0",
"@depay/web3-constants": "^6.0.0",
"@depay/web3-tokens": "^8.1.0"
},
"engines": {
Expand All @@ -46,9 +46,9 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@depay/web3-blockchains": "^4.5.0",
"@depay/web3-client": "^8.2.1",
"@depay/web3-constants": "^5.2.1",
"@depay/web3-blockchains": "^5.0.1",
"@depay/web3-client": "^8.4.0",
"@depay/web3-constants": "^6.0.0",
"@depay/web3-mock": "^11.8.1",
"@depay/web3-tokens": "^8.1.0",
"@rollup/plugin-commonjs": "^18.0.0",
Expand All @@ -62,7 +62,7 @@
"eslint": "^7.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"ethers": "^5.6.5",
"ethers": "^5.6.8",
"fetch-mock": "^9.11.0",
"jest-environment-jsdom": "^28.1.0",
"regenerator-runtime": "^0.13.7",
Expand Down
Loading

0 comments on commit 05470d9

Please sign in to comment.