|
15 | 15 | "devDependencies": {
|
16 | 16 | "async": "^2.0.1",
|
17 | 17 | "bail": "^1.0.1",
|
18 |
| - "browserify": "^14.0.0", |
| 18 | + "browserify": "^15.0.0", |
19 | 19 | "budo": "^10.0.0",
|
20 | 20 | "bundle-collapser": "^1.2.1",
|
21 | 21 | "cssnano": "^3.10.0",
|
|
30 | 30 | "mkdirp": "^0.5.1",
|
31 | 31 | "pluralize": "^7.0.0",
|
32 | 32 | "rehype-autolink-headings": "^2.0.0",
|
33 |
| - "rehype-cli": "^4.0.0", |
| 33 | + "rehype-cli": "^5.0.0", |
34 | 34 | "rehype-document": "^2.0.0",
|
35 | 35 | "rehype-highlight": "^2.0.0",
|
36 | 36 | "rehype-parse": "^4.0.0",
|
|
39 | 39 | "rehype-retext": "^2.0.0",
|
40 | 40 | "rehype-slug": "^2.0.0",
|
41 | 41 | "rehype-stringify": "^3.0.0",
|
42 |
| - "remark-cli": "^4.0.0", |
| 42 | + "remark-cli": "^5.0.0", |
43 | 43 | "remark-lint-first-heading-level": "^1.0.0",
|
44 | 44 | "remark-lint-no-dead-urls": "^0.3.0",
|
45 |
| - "remark-parse": "^4.0.0", |
46 |
| - "remark-preset-wooorm": "^3.0.0", |
47 |
| - "remark-rehype": "^2.0.0", |
| 45 | + "remark-parse": "^5.0.0", |
| 46 | + "remark-preset-wooorm": "^4.0.0", |
| 47 | + "remark-rehype": "^3.0.0", |
48 | 48 | "remark-retext": "^3.0.0",
|
49 |
| - "remark-toc": "^4.0.0", |
50 |
| - "remark-validate-links": "^6.0.0", |
| 49 | + "remark-toc": "^5.0.0", |
| 50 | + "remark-validate-links": "^7.0.0", |
51 | 51 | "retext-english": "^3.0.0",
|
52 | 52 | "retext-equality": "^3.0.0",
|
53 | 53 | "retext-passive": "^1.0.0",
|
|
59 | 59 | "retext-syntax-mentions": "^1.1.2",
|
60 | 60 | "strip-comments": "^0.4.4",
|
61 | 61 | "stylelint": "^8.0.0",
|
62 |
| - "stylelint-config-standard": "^17.0.0", |
| 62 | + "stylelint-config-standard": "^18.0.0", |
63 | 63 | "svgo": "^1.0.0",
|
64 | 64 | "to-vfile": "^2.1.0",
|
65 | 65 | "trim": "0.0.1",
|
|
87 | 87 | ]
|
88 | 88 | },
|
89 | 89 | "stylelint": {
|
90 |
| - "extends": "stylelint-config-standard" |
| 90 | + "extends": "stylelint-config-standard", |
| 91 | + "rules": { |
| 92 | + "no-descending-specificity": null |
| 93 | + } |
91 | 94 | },
|
92 | 95 | "remarkConfig": {
|
93 | 96 | "plugins": [
|
|
0 commit comments