Make all package.json dependency versions explicit for more deterministic installs.

This commit is contained in:
David Anson 2022-01-13 22:22:20 -08:00
parent 66d533d038
commit 61bb059c75

View file

@ -50,28 +50,28 @@
"markdown-it": "12.3.2"
},
"devDependencies": {
"ava": "~3.15.0",
"c8": "~7.10.0",
"eslint": "~8.5.0",
"eslint-plugin-jsdoc": "~37.4.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-unicorn": "~39.0.0",
"globby": "~12.0.2",
"js-yaml": "~4.1.0",
"markdown-it-for-inline": "~0.1.1",
"markdown-it-sub": "~1.0.0",
"markdown-it-sup": "~1.0.0",
"markdown-it-texmath": "~0.9.7",
"markdownlint-rule-github-internal-links": "~0.1.0",
"markdownlint-rule-helpers": "~0.15.0",
"npm-run-all": "~4.1.5",
"strip-json-comments": "~4.0.0",
"toml": "~3.0.0",
"ts-loader": "~9.2.6",
"tv4": "~1.3.0",
"typescript": "~4.5.4",
"webpack": "~5.65.0",
"webpack-cli": "~4.9.1"
"ava": "3.15.0",
"c8": "7.10.0",
"eslint": "8.5.0",
"eslint-plugin-jsdoc": "37.4.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-unicorn": "39.0.0",
"globby": "12.0.2",
"js-yaml": "4.1.0",
"markdown-it-for-inline": "0.1.1",
"markdown-it-sub": "1.0.0",
"markdown-it-sup": "1.0.0",
"markdown-it-texmath": "0.9.7",
"markdownlint-rule-github-internal-links": "0.1.0",
"markdownlint-rule-helpers": "0.15.0",
"npm-run-all": "4.1.5",
"strip-json-comments": "4.0.0",
"toml": "3.0.0",
"ts-loader": "9.2.6",
"tv4": "1.3.0",
"typescript": "4.5.4",
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
},
"keywords": [
"markdown",