|
1 | 1 | { |
2 | 2 | "name": "@opengsn/paymasters", |
3 | 3 | "license": "GPL-3.0-only", |
4 | | - "version": "3.0.0-beta.7", |
| 4 | + "version": "3.0.0-beta.8", |
5 | 5 | "scripts": { |
6 | 6 | "deploy": "hardhat deploy", |
7 | 7 | "verify": "hardhat etherscan-verify --force-license --license GPL-3.0", |
|
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "@metamask/eth-sig-util": "^5.1.0", |
36 | | - "@opengsn/common": "^3.0.0-beta.7", |
37 | | - "@opengsn/contracts": "^3.0.0-beta.7", |
38 | | - "@opengsn/dev": "^3.0.0-beta.7", |
39 | | - "@opengsn/provider": "^3.0.0-beta.7", |
| 36 | + "@opengsn/common": "^3.0.0-beta.8", |
| 37 | + "@opengsn/contracts": "^3.0.0-beta.8", |
| 38 | + "@opengsn/dev": "^3.0.0-beta.8", |
| 39 | + "@opengsn/provider": "^3.0.0-beta.8", |
40 | 40 | "@openzeppelin/contracts": "^4.2.0", |
41 | 41 | "@uniswap/v3-periphery": "^1.1.1", |
42 | 42 | "ethereumjs-util": "^7.1.0", |
|
52 | 52 | "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers", |
53 | 53 | "@nomiclabs/hardhat-etherscan": "^2.1.8", |
54 | 54 | "@nomiclabs/hardhat-web3": "^2.0.0", |
55 | | - "@opengsn/cli": "^3.0.0-beta.7", |
| 55 | + "@opengsn/cli": "^3.0.0-beta.8", |
56 | 56 | "@openzeppelin/test-helpers": "^0.5.15", |
57 | 57 | "@truffle/hdwallet-provider": "^2.0.10", |
58 | 58 | "@types/chai-as-promised": "^7.1.3", |
|
0 commit comments