|
19 | 19 | "access": "public"
|
20 | 20 | },
|
21 | 21 | "engine": {
|
22 |
| - "node": ">= 10.15.0" |
| 22 | + "node": ">= 12.15.0" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@babel/cli": "^7.8.4", |
26 |
| - "@babel/core": "^7.9.0", |
27 |
| - "@babel/plugin-proposal-class-properties": "^7.8.3", |
28 |
| - "@babel/plugin-transform-strict-mode": "^7.8.3", |
29 |
| - "codecov": "^3.6.5", |
| 25 | + "@babel/cli": "^7.10.3", |
| 26 | + "@babel/core": "^7.10.3", |
| 27 | + "@babel/plugin-proposal-class-properties": "^7.10.1", |
| 28 | + "@babel/plugin-transform-strict-mode": "^7.10.1", |
| 29 | + "codecov": "^3.7.0", |
30 | 30 | "cross-env": "^7.0.2",
|
31 |
| - "eslint": "^6.8.0", |
32 |
| - "eslint-config-makeomatic": "^4.0.0", |
33 |
| - "eslint-plugin-import": "^2.20.1", |
| 31 | + "eslint": "^7.3.1", |
| 32 | + "eslint-config-makeomatic": "^5.0.2", |
| 33 | + "eslint-plugin-import": "^2.21.2", |
34 | 34 | "eslint-plugin-promise": "^4.2.1",
|
35 |
| - "eslint-plugin-unicorn": "^17.2.0", |
36 |
| - "jest": "^25.1.0", |
| 35 | + "eslint-plugin-unicorn": "^20.1.0", |
| 36 | + "jest": "^26.1.0", |
37 | 37 | "tempy": "^0.5.0"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@commitlint/cli": "^8.3.5", |
| 40 | + "@commitlint/cli": "^9.0.1", |
41 | 41 | "bluebird": "^3.7.2",
|
42 |
| - "chrome-launcher": "^0.13.0", |
| 42 | + "chrome-launcher": "^0.13.3", |
43 | 43 | "chrome-remote-interface": "^0.28.1",
|
44 | 44 | "death": "^1.1.0",
|
45 | 45 | "find-up": "^4.1.0",
|
46 | 46 | "glob": "^7.1.6",
|
47 | 47 | "husky": "^4.2.3",
|
48 | 48 | "hyperid": "^2.0.3",
|
49 | 49 | "is": "^3.2.1",
|
50 |
| - "js-yaml": "^3.13.1", |
| 50 | + "js-yaml": "^3.14.0", |
51 | 51 | "lodash.get": "^4.4.2",
|
52 | 52 | "lodash.merge": "^4.6.2",
|
53 | 53 | "lodash.set": "^4.3.2",
|
54 |
| - "ms-conf": "^6.0.1", |
| 54 | + "ms-conf": "^7.0.0", |
55 | 55 | "npm-path": "^2.0.4",
|
56 |
| - "pino": "^5.17.0", |
| 56 | + "pino": "^6.3.2", |
57 | 57 | "read-pkg": "^5.2.0",
|
58 | 58 | "rimraf": "^3.0.2",
|
59 |
| - "semantic-release": "17.0.4", |
| 59 | + "semantic-release": "17.1.0", |
60 | 60 | "shelljs": "^0.8.3",
|
61 | 61 | "strip-final-newline": "^2.0.0",
|
62 | 62 | "yargs": "^15.3.1"
|
|
0 commit comments