Skip to content

Commit

Permalink
Make all package.json dependency versions explicit for more determini…
Browse files Browse the repository at this point in the history
…stic installs.
  • Loading branch information
DavidAnson committed Jan 14, 2022
1 parent 66d533d commit 61bb059
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 61bb059

Please sign in to comment.