|
20 | 20 | "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
|
21 | 21 | ],
|
22 | 22 | "dependencies": {
|
23 |
| - "@babel/runtime": "^7.4.5", |
| 23 | + "@babel/runtime": "^7.6.3", |
| 24 | + "dayjs": "^1.8.16", |
24 | 25 | "debug": "^4.1.1",
|
25 |
| - "moment": "^2.24.0", |
26 |
| - "nodemailer": "^6.2.1", |
27 |
| - "open": "^6.3.0", |
| 26 | + "nodemailer": "^6.3.1", |
| 27 | + "open": "^6.4.0", |
28 | 28 | "pify": "^4.0.1",
|
29 | 29 | "pug": "^2.0.4",
|
30 |
| - "uuid": "^3.3.2" |
| 30 | + "uuid": "^3.3.3" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/cli": "^7.4.4", |
34 |
| - "@babel/core": "^7.4.5", |
35 |
| - "@babel/plugin-transform-runtime": "^7.4.4", |
36 |
| - "@babel/preset-env": "^7.4.5", |
37 |
| - "@commitlint/cli": "^8.0.0", |
38 |
| - "@commitlint/config-conventional": "^8.0.0", |
39 |
| - "auto-bind": "^2.1.0", |
40 |
| - "ava": "^2.1.0", |
41 |
| - "codecov": "^3.5.0", |
42 |
| - "cross-env": "^5.2.0", |
43 |
| - "eslint": "^6.0.0", |
| 33 | + "@babel/cli": "^7.6.4", |
| 34 | + "@babel/core": "^7.6.4", |
| 35 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 36 | + "@babel/preset-env": "^7.6.3", |
| 37 | + "@commitlint/cli": "^8.2.0", |
| 38 | + "@commitlint/config-conventional": "^8.2.0", |
| 39 | + "auto-bind": "^2.1.1", |
| 40 | + "ava": "^2.4.0", |
| 41 | + "codecov": "^3.6.1", |
| 42 | + "cross-env": "^6.0.3", |
| 43 | + "eslint": "^6.5.1", |
44 | 44 | "eslint-config-xo-lass": "^1.0.3",
|
45 |
| - "eslint-plugin-node": "^9.1.0", |
46 |
| - "husky": "^2.4.1", |
47 |
| - "lint-staged": "^8.2.1", |
| 45 | + "eslint-plugin-node": "^10.0.0", |
| 46 | + "husky": "^3.0.8", |
| 47 | + "lint-staged": "^9.4.2", |
48 | 48 | "nyc": "^14.1.1",
|
49 |
| - "remark-cli": "^6.0.1", |
50 |
| - "remark-preset-github": "^0.0.14", |
51 |
| - "rimraf": "^2.6.3", |
52 |
| - "xo": "^0.24.0" |
| 49 | + "remark-cli": "^7.0.0", |
| 50 | + "remark-preset-github": "^0.0.16", |
| 51 | + "rimraf": "^3.0.0", |
| 52 | + "xo": "^0.25.3" |
53 | 53 | },
|
54 | 54 | "engines": {
|
55 | 55 | "node": ">=8"
|
|
0 commit comments