mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
Make all package.json dependency versions explicit for more deterministic installs.
This commit is contained in:
parent
66d533d038
commit
61bb059c75
1 changed files with 22 additions and 22 deletions
44
package.json
44
package.json
|
|
@ -50,28 +50,28 @@
|
||||||
"markdown-it": "12.3.2"
|
"markdown-it": "12.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "~3.15.0",
|
"ava": "3.15.0",
|
||||||
"c8": "~7.10.0",
|
"c8": "7.10.0",
|
||||||
"eslint": "~8.5.0",
|
"eslint": "8.5.0",
|
||||||
"eslint-plugin-jsdoc": "~37.4.0",
|
"eslint-plugin-jsdoc": "37.4.0",
|
||||||
"eslint-plugin-node": "~11.1.0",
|
"eslint-plugin-node": "11.1.0",
|
||||||
"eslint-plugin-unicorn": "~39.0.0",
|
"eslint-plugin-unicorn": "39.0.0",
|
||||||
"globby": "~12.0.2",
|
"globby": "12.0.2",
|
||||||
"js-yaml": "~4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"markdown-it-for-inline": "~0.1.1",
|
"markdown-it-for-inline": "0.1.1",
|
||||||
"markdown-it-sub": "~1.0.0",
|
"markdown-it-sub": "1.0.0",
|
||||||
"markdown-it-sup": "~1.0.0",
|
"markdown-it-sup": "1.0.0",
|
||||||
"markdown-it-texmath": "~0.9.7",
|
"markdown-it-texmath": "0.9.7",
|
||||||
"markdownlint-rule-github-internal-links": "~0.1.0",
|
"markdownlint-rule-github-internal-links": "0.1.0",
|
||||||
"markdownlint-rule-helpers": "~0.15.0",
|
"markdownlint-rule-helpers": "0.15.0",
|
||||||
"npm-run-all": "~4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"strip-json-comments": "~4.0.0",
|
"strip-json-comments": "4.0.0",
|
||||||
"toml": "~3.0.0",
|
"toml": "3.0.0",
|
||||||
"ts-loader": "~9.2.6",
|
"ts-loader": "9.2.6",
|
||||||
"tv4": "~1.3.0",
|
"tv4": "1.3.0",
|
||||||
"typescript": "~4.5.4",
|
"typescript": "4.5.4",
|
||||||
"webpack": "~5.65.0",
|
"webpack": "5.65.0",
|
||||||
"webpack-cli": "~4.9.1"
|
"webpack-cli": "4.9.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue