|
59 | 59 | "@semantic-release/npm": "^7.0.10", |
60 | 60 | "@semantic-release/release-notes-generator": "^9.0.1", |
61 | 61 | "@types/jest": "^26.0.20", |
| 62 | + "@types/lodash.mergewith": "^4.6.6", |
62 | 63 | "@types/node": "^14.14.35", |
63 | 64 | "@types/prettier": "^2.1.5", |
64 | | - "@types/lodash.mergewith": "^4.6.6", |
65 | 65 | "@typescript-eslint/eslint-plugin": "^4.15.0", |
66 | 66 | "@typescript-eslint/parser": "^4.15.0", |
67 | 67 | "@typescript-eslint/typescript-estree": "^4.17.0", |
68 | 68 | "@vercel/ncc": "~>0.27.0", |
69 | | - "dateformat": "^4.5.1", |
70 | 69 | "boxen": "^5.0.0", |
71 | | - "cz-conventional-changelog": "^3.3.0", |
72 | 70 | "conventional-changelog-cli": "^2.0.0", |
73 | 71 | "coveralls": "^3.1.0", |
| 72 | + "cz-conventional-changelog": "^3.3.0", |
| 73 | + "dateformat": "^4.5.1", |
74 | 74 | "del-cli": "^3.0.1", |
75 | 75 | "editorconfig-checker": "3.3.0", |
76 | | - "license-checker": "^25.0.1", |
77 | 76 | "eslint": "^7.19.0", |
78 | | - "eslint-plugin-unicorn": "^17.2.0", |
| 77 | + "eslint-config-prettier": "^6.15.0", |
79 | 78 | "eslint-import-resolver-typescript": "^2.0.0", |
80 | 79 | "eslint-plugin-eslint-comments": "^3.1.2", |
81 | | - "eslint-config-prettier": "^6.15.0", |
82 | | - "eslint-plugin-github": "^4.1.1", |
| 80 | + "eslint-plugin-github": "^4.1.3", |
83 | 81 | "eslint-plugin-import": "^2.22.1", |
84 | 82 | "eslint-plugin-jest": "^23.20.0", |
85 | 83 | "eslint-plugin-node": "^11.1.0", |
86 | 84 | "eslint-plugin-prettier": "^3.1.4", |
87 | 85 | "eslint-plugin-spellcheck": "0.0.8", |
88 | | - "typedoc": "^0.20.28", |
| 86 | + "eslint-plugin-unicorn": "^17.2.0", |
89 | 87 | "expect": "^26.6.2", |
90 | 88 | "folio": "^0.3.18", |
91 | 89 | "git-cz": "^4.1.0", |
92 | 90 | "husky": "^5.0.8", |
93 | 91 | "jest": "^26.6.3", |
94 | 92 | "jest-circus": "^26.6.3", |
| 93 | + "jsonlint": "^1.6.3", |
| 94 | + "license-checker": "^25.0.1", |
95 | 95 | "lint-staged": "^10.1.6", |
| 96 | + "markdown-link-check": "^3.8.6", |
96 | 97 | "prettier": "^2.1.2", |
97 | 98 | "pretty-quick": "^3.1.0", |
98 | | - "semantic-release": ">=17.2.3", |
99 | 99 | "remark-cli": "^9.0.0", |
100 | | - "remark-validate-links": "^10.0.2", |
101 | 100 | "remark-lint-code-block-style": "^2.0.1", |
102 | | - "remark-preset-davidtheclark": "^0.12.0", |
103 | 101 | "remark-lint-ordered-list-marker-value": "^2.0.1", |
104 | | - "markdown-link-check": "^3.8.6", |
105 | | - "jsonlint": "^1.6.3", |
| 102 | + "remark-preset-davidtheclark": "^0.12.0", |
| 103 | + "remark-validate-links": "^10.0.2", |
| 104 | + "semantic-release": ">=17.2.3", |
106 | 105 | "ts-jest": "^26.4.4", |
107 | 106 | "ts-node": ">=9.0.0", |
| 107 | + "typedoc": "^0.20.28", |
108 | 108 | "typescript": "^4.1.3" |
109 | 109 | }, |
110 | 110 | "repository": { |
|
0 commit comments