|
1 | 1 | {
|
2 | 2 | "name": "@gnosis.pm/safe-core-sdk",
|
3 |
| - "version": "1.1.1", |
| 3 | + "version": "1.2.0", |
4 | 4 | "description": "Safe Core SDK",
|
5 | 5 | "main": "dist/src/index.js",
|
6 | 6 | "typings": "dist/src/index.d.ts",
|
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@gnosis.pm/safe-contracts-v1.2.0": "npm:@gnosis.pm/safe-contracts@1.2.0",
|
45 | 45 | "@gnosis.pm/safe-contracts-v1.3.0": "npm:@gnosis.pm/safe-contracts@1.3.0",
|
46 |
| - "@nomiclabs/hardhat-ethers": "^2.0.2", |
| 46 | + "@nomiclabs/hardhat-ethers": "^2.0.3", |
47 | 47 | "@nomiclabs/hardhat-waffle": "^2.0.1",
|
48 | 48 | "@nomiclabs/hardhat-web3": "^2.0.0",
|
49 |
| - "@typechain/ethers-v5": "^8.0.4", |
| 49 | + "@typechain/ethers-v5": "^8.0.5", |
50 | 50 | "@typechain/web3-v1": "^3.0.0",
|
51 |
| - "@types/chai": "^4.2.22", |
| 51 | + "@types/chai": "^4.3.0", |
52 | 52 | "@types/chai-as-promised": "^7.1.4",
|
53 | 53 | "@types/mocha": "^9.0.0",
|
54 |
| - "@types/node": "^16.11.9", |
| 54 | + "@types/node": "^16.11.13", |
55 | 55 | "@types/semver": "^7.3.9",
|
56 | 56 | "@types/yargs": "^16.0.1",
|
57 |
| - "@typescript-eslint/eslint-plugin": "^5.4.0", |
58 |
| - "@typescript-eslint/parser": "^5.4.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.7.0", |
| 58 | + "@typescript-eslint/parser": "^5.7.0", |
59 | 59 | "chai": "^4.3.4",
|
60 | 60 | "chai-as-promised": "^7.1.1",
|
61 | 61 | "coveralls": "^3.1.1",
|
62 | 62 | "dotenv": "^10.0.0",
|
63 |
| - "eslint": "^8.3.0", |
| 63 | + "eslint": "^8.4.1", |
64 | 64 | "eslint-config-prettier": "^8.3.0",
|
65 | 65 | "eslint-plugin-prettier": "^4.0.0",
|
66 | 66 | "ethereum-waffle": "^3.4.0",
|
67 |
| - "ethers": "^5.5.1", |
68 |
| - "hardhat": "^2.3.3", |
69 |
| - "hardhat-deploy": "^0.8.6", |
| 67 | + "ethers": "^5.5.2", |
| 68 | + "hardhat": "^2.8.0", |
| 69 | + "hardhat-deploy": "^0.9.14", |
70 | 70 | "husky": "^7.0.4",
|
71 | 71 | "lint-staged": "^12.1.2",
|
72 | 72 | "mocha": "^9.1.3",
|
73 | 73 | "nyc": "^15.1.0",
|
74 |
| - "prettier": "^2.4.1", |
| 74 | + "prettier": "^2.5.1", |
75 | 75 | "ts-generator": "^0.1.1",
|
76 | 76 | "ts-node": "^10.4.0",
|
77 |
| - "typechain": "^6.0.4", |
78 |
| - "typescript": "^4.5.2", |
| 77 | + "typechain": "^6.0.5", |
| 78 | + "typescript": "^4.5.4", |
79 | 79 | "web3": "^1.6.1",
|
80 |
| - "yargs": "^17.0.1" |
| 80 | + "yargs": "^17.3.0" |
81 | 81 | },
|
82 | 82 | "lint-staged": {
|
83 | 83 | "src/**/!(*test).ts": [
|
|
92 | 92 | },
|
93 | 93 | "dependencies": {
|
94 | 94 | "@gnosis.pm/safe-core-sdk-types": "^0.1.1",
|
95 |
| - "@gnosis.pm/safe-deployments": "^1.4.0", |
| 95 | + "@gnosis.pm/safe-deployments": "^1.5.0", |
96 | 96 | "ethereumjs-util": "^7.1.3",
|
97 | 97 | "semver": "^7.3.5"
|
98 | 98 | }
|
|
0 commit comments