|
12 | 12 | "test": "jest && eslint .",
|
13 | 13 | "test:watch": "jest --watchAll --no-watchman",
|
14 | 14 | "format": "prettier --write **/*.{js,md,json}",
|
15 |
| - "doctoc": "doctoc --notitle --maxlevel 3 README.md", |
16 |
| - "precommit": "lint-staged" |
| 15 | + "doctoc": "doctoc --notitle --maxlevel 3 README.md" |
17 | 16 | },
|
18 | 17 | "lint-staged": {
|
19 | 18 | "*.js": [
|
|
35 | 34 | "babel-preset-env": "1.7.0",
|
36 | 35 | "babel-preset-stage-2": "6.24.1",
|
37 | 36 | "bunyan": "1.8.12",
|
38 |
| - "bunyan-debug-stream": "1.1.1", |
39 |
| - "dotenv": "6.2.0", |
| 37 | + "bunyan-debug-stream": "2.0.0", |
| 38 | + "dotenv": "8.0.0", |
40 | 39 | "escape-html": "1.0.3",
|
41 | 40 | "got": "9.6.0",
|
42 |
| - "gravatar-url": "2.0.0", |
| 41 | + "gravatar-url": "3.0.1", |
43 | 42 | "hosted-git-info": "2.7.1",
|
44 | 43 | "lodash": "4.17.15",
|
45 | 44 | "ms": "2.1.2",
|
|
52 | 51 | "truncate-utf8-bytes": "1.0.2"
|
53 | 52 | },
|
54 | 53 | "devDependencies": {
|
55 |
| - "babel-eslint": "8.2.6", |
| 54 | + "@babel/core": "7.5.5", |
| 55 | + "@babel/preset-env": "7.5.5", |
| 56 | + "babel-eslint": "10.0.2", |
| 57 | + "babel-jest": "24.8.0", |
56 | 58 | "babel-plugin-rewire": "1.2.0",
|
57 | 59 | "doctoc": "1.4.0",
|
58 |
| - "eslint": "5.16.0", |
59 |
| - "eslint-config-algolia": "13.1.0", |
60 |
| - "eslint-config-prettier": "2.10.0", |
| 60 | + "eslint": "6.1.0", |
| 61 | + "eslint-config-algolia": "13.4.0", |
| 62 | + "eslint-config-prettier": "6.0.0", |
61 | 63 | "eslint-import-resolver-webpack": "0.11.1",
|
62 | 64 | "eslint-plugin-import": "2.18.2",
|
63 | 65 | "eslint-plugin-jasmine": "2.10.1",
|
64 | 66 | "eslint-plugin-jest": "22.14.1",
|
65 |
| - "eslint-plugin-prettier": "2.7.0", |
| 67 | + "eslint-plugin-prettier": "3.1.0", |
66 | 68 | "eslint-plugin-react": "7.14.3",
|
67 |
| - "husky": "0.14.3", |
68 |
| - "jest": "23.6.0", |
69 |
| - "lint-staged": "7.3.0", |
| 69 | + "husky": "3.0.2", |
| 70 | + "jest": "24.8.0", |
| 71 | + "lint-staged": "9.2.1", |
70 | 72 | "pre-commit": "1.2.2",
|
71 |
| - "prettier": "1.14.3", |
| 73 | + "prettier": "1.18.2", |
72 | 74 | "renovate-config-algolia": "2.0.2",
|
73 |
| - "validator": "10.11.0" |
| 75 | + "validator": "11.1.0" |
74 | 76 | },
|
75 | 77 | "engines": {
|
76 | 78 | "node": "12"
|
|
80 | 82 | "node_modules",
|
81 | 83 | "lib"
|
82 | 84 | ]
|
| 85 | + }, |
| 86 | + "husky": { |
| 87 | + "hooks": { |
| 88 | + "pre-commit": "lint-staged" |
| 89 | + } |
83 | 90 | }
|
84 | 91 | }
|
0 commit comments