|
18 | 18 | "doc:publish": "yarn doc:build && gh-pages --repo [email protected]:renproject/ren-js-v3-docs.git -m \"[ci skip] Updates\" -d docs"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@istanbuljs/nyc-config-typescript": "^1.0.1", |
22 |
| - "@nomiclabs/hardhat-ethers": "^2.0.2", |
23 |
| - "@truffle/hdwallet-provider": "1.4.1", |
24 |
| - "@types/chai": "^4.2.22", |
| 21 | + "@istanbuljs/nyc-config-typescript": "^1.0.2", |
| 22 | + "@nomiclabs/hardhat-ethers": "^2.0.3", |
| 23 | + "@truffle/hdwallet-provider": "2.0.0", |
| 24 | + "@types/chai": "^4.3.0", |
25 | 25 | "@types/chai-as-promised": "^7.1.4",
|
26 | 26 | "@types/mocha": "^9.0.0",
|
27 |
| - "@types/node": "^14", |
28 |
| - "@typescript-eslint/eslint-plugin": "^4.32.0", |
29 |
| - "@typescript-eslint/parser": "^4.32.0", |
| 27 | + "@types/node": "^17", |
| 28 | + "@typescript-eslint/eslint-plugin": "^5.9.0", |
| 29 | + "@typescript-eslint/parser": "^5.9.0", |
30 | 30 | "babel-core": "^6.26.3",
|
31 |
| - "babel-loader": "^8.2.2", |
| 31 | + "babel-loader": "^8.2.3", |
32 | 32 | "babel-plugin-import": "^1.13.3",
|
33 | 33 | "babel-polyfill": "^6.26.0",
|
34 | 34 | "babel-runtime": "^6.26.0",
|
35 |
| - "bignumber.js": "^9.0.1", |
| 35 | + "bignumber.js": "^9.0.2", |
36 | 36 | "chai": "^4.3.4",
|
37 | 37 | "chai-as-promised": "^7.1.1",
|
38 | 38 | "chalk": "^4.1.2",
|
39 | 39 | "codecov": "^3.8.3",
|
40 | 40 | "cross-env": "^7.0.3",
|
41 | 41 | "cz-conventional-changelog": "^3.3.0",
|
42 |
| - "dotenv": "^8.2.0", |
43 |
| - "eslint": "^7.32.0", |
| 42 | + "dotenv": "^10.0.0", |
| 43 | + "eslint": "^8.6.0", |
44 | 44 | "eslint-config-prettier": "^8.3.0",
|
45 |
| - "eslint-plugin-import": "^2.24.2", |
46 |
| - "eslint-plugin-jsdoc": "^36.1.1", |
| 45 | + "eslint-plugin-import": "^2.25.4", |
| 46 | + "eslint-plugin-jsdoc": "^37.5.1", |
47 | 47 | "eslint-plugin-no-null": "^1.0.2",
|
48 | 48 | "eslint-plugin-prefer-arrow": "^1.2.3",
|
49 |
| - "eslint-plugin-react": "^7.26.0", |
| 49 | + "eslint-plugin-react": "^7.28.0", |
50 | 50 | "eslint-plugin-security": "^1.4.0",
|
51 |
| - "ethers": "^5.5.1", |
52 |
| - "gh-pages": "^3.1.0", |
53 |
| - "hardhat": "2.4.1", |
54 |
| - "immutable": "^4.0.0-rc.14", |
| 51 | + "ethers": "^5.5.2", |
| 52 | + "gh-pages": "^3.2.3", |
| 53 | + "hardhat": "2.8.0", |
55 | 54 | "lerna": "^4.0.0",
|
56 |
| - "mocha": "^9.1.2", |
| 55 | + "mocha": "^9.1.3", |
57 | 56 | "npm-run-all": "^4.1.5",
|
58 | 57 | "npmignore": "^0.2.0",
|
59 | 58 | "nyc": "^15.1.0",
|
60 | 59 | "open-cli": "^7.0.1",
|
61 |
| - "prettier": "^2.4.1", |
| 60 | + "prettier": "^2.5.1", |
62 | 61 | "rimraf": "^3.0.2",
|
63 | 62 | "send-crypto": "^0.2.33",
|
64 | 63 | "throat": "6.0.1",
|
65 | 64 | "ts-loader": "^9.2.6",
|
66 | 65 | "ts-mocha": "^8.0.0",
|
67 |
| - "typedoc": "^0.22.4", |
68 |
| - "typescript": "4.4.3", |
69 |
| - "webpack": "5.54.0", |
70 |
| - "webpack-cli": "^4.8.0", |
| 66 | + "typedoc": "^0.22.10", |
| 67 | + "typescript": "4.5.4", |
| 68 | + "webpack": "5.65.0", |
| 69 | + "webpack-cli": "^4.9.1", |
71 | 70 | "webpack-node-externals": "^3.0.0"
|
72 | 71 | },
|
73 | 72 | "workspaces": [
|
|
0 commit comments