Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 8, 2021
1 parent 274bacb commit 1c176e4
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,6 @@
"Denis Augsburger <[email protected]> (https://simpleen.io)"
],
"type": "module",
"devDependencies": {
"@types/mdast": "^3.0.0",
"@types/parse-author": "^2.0.0",
"@types/pluralize": "^0.0.29",
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"comment-parser": "^1.0.0",
"mdast-zone": "^5.0.0",
"parse-author": "^2.0.0",
"prettier": "^2.0.0",
"remark": "^14.0.0",
"remark-cli": "^10.0.0",
"remark-comment-config": "^7.0.0",
"remark-gfm": "^2.0.0",
"remark-github": "^11.0.0",
"remark-toc": "^8.0.0",
"remark-validate-links": "^11.0.0",
"rimraf": "^3.0.0",
"strip-indent": "^4.0.0",
"tape": "^5.0.0",
"to-vfile": "^7.0.0",
"type-coverage": "^2.0.0",
"type-fest": "^2.0.0",
"typescript": "^4.0.0",
"unist-builder": "^3.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.44.0"
},
"workspaces": [
"packages/remark-lint",
"packages/remark-lint-blockquote-indentation",
Expand Down Expand Up @@ -137,6 +109,34 @@
"packages/remark-preset-lint-recommended",
"packages/unified-lint-rule"
],
"devDependencies": {
"@types/mdast": "^3.0.0",
"@types/parse-author": "^2.0.0",
"@types/pluralize": "^0.0.29",
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"comment-parser": "^1.0.0",
"mdast-zone": "^5.0.0",
"parse-author": "^2.0.0",
"prettier": "^2.0.0",
"remark": "^14.0.0",
"remark-cli": "^10.0.0",
"remark-comment-config": "^7.0.0",
"remark-gfm": "^3.0.0",
"remark-github": "^11.0.0",
"remark-toc": "^8.0.0",
"remark-validate-links": "^11.0.0",
"rimraf": "^3.0.0",
"strip-indent": "^4.0.0",
"tape": "^5.0.0",
"to-vfile": "^7.0.0",
"type-coverage": "^2.0.0",
"type-fest": "^2.0.0",
"typescript": "^4.0.0",
"unist-builder": "^3.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.45.0"
},
"scripts": {
"build-packages": "node script/build-presets && node script/build-rules",
"build-workspace": "npm run build --workspaces",
Expand Down

0 comments on commit 1c176e4

Please sign in to comment.