|
24 | 24 | "eslint": "eslint src/**/*.js",
|
25 | 25 | "eslint:md": "summary-to-path | xargs eslint -c .md.eslintrc --ext .md",
|
26 | 26 | "textlint": "summary-to-path | xargs textlint -f pretty-error",
|
| 27 | + "textlint:fix": "summary-to-path | xargs textlint --fix", |
27 | 28 | "test:example": "find ./src -name '*-example.js' | xargs babel-node",
|
28 | 29 | "test:js": "mocha",
|
29 | 30 | "test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build",
|
|
43 | 44 | "babel-register": "^6.9.0",
|
44 | 45 | "codecov.io": "^0.1.6",
|
45 | 46 | "connect": "^3.4.0",
|
46 |
| - "eslint": "^2.3.0", |
| 47 | + "eslint": "^3.10.2", |
47 | 48 | "eslint-plugin-markdown": "^1.0.0-beta",
|
48 | 49 | "gitbook-cli": "^2.1.2",
|
49 | 50 | "gitbook-plugin-edit-link": "^2.0.0",
|
50 | 51 | "gitbook-plugin-ga": "^1.0.0",
|
51 | 52 | "gitbook-plugin-github": "^2.0.0",
|
52 |
| - "gitbook-plugin-include-codeblock": "^1.9.0", |
| 53 | + "gitbook-plugin-include-codeblock": "^2.1.0", |
53 | 54 | "gitbook-plugin-japanese-support": "0.0.1",
|
54 | 55 | "gitbook-plugin-richquotes": "0.0.7",
|
55 | 56 | "gitbook-summary-to-path": "^1.0.1",
|
56 | 57 | "jsdom": "^9.2.1",
|
57 | 58 | "lcov-summary": "^1.0.1",
|
58 |
| - "mocha": "^2.2.5", |
| 59 | + "mocha": "^3.1.2", |
59 | 60 | "nlcst-to-string": "^2.0.0",
|
60 | 61 | "node-fetch": "^1.3.2",
|
61 |
| - "npm-run-all": "^2.1.1", |
| 62 | + "npm-run-all": "^3.1.1", |
62 | 63 | "power-assert": "^1.4.1",
|
63 | 64 | "redux": "^3.5.2",
|
64 |
| - "remark": "^5.0.1", |
| 65 | + "remark": "^6.2.0", |
65 | 66 | "stemming-x-keywords": "^1.0.3",
|
66 | 67 | "textlint": "^7.0.0",
|
67 | 68 | "textlint-filter-rule-comments": "^1.2.1",
|
|
84 | 85 | "textlint-rule-sentence-length": "^1.0.4",
|
85 | 86 | "textlint-rule-spellcheck-tech-word": "^5.0.0",
|
86 | 87 | "textlint-rule-unexpanded-acronym": "^1.2.0",
|
87 |
| - "unist-util-is": "^1.0.0", |
| 88 | + "unist-util-is": "^2.0.0", |
88 | 89 | "unist-util-parents": "^0.1.1",
|
89 | 90 | "unist-util-select": "^1.0.0"
|
90 | 91 | },
|
|
0 commit comments