Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 4, 2023
1 parent eee763a commit 82312c4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@
"lint-staged": "^13.1.0",
"named-app-errors": "^4.0.0",
"prettier": "^2.8.1",
"remark-capitalize-headings": "^1.0.1",
"remark-capitalize-headings": "^1.0.2",
"remark-cli": "^11.0.0",
"remark-comment-config": "^7.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-ignore": "^1.0.4",
"remark-ignore": "^1.0.5",
"remark-lint": "^9.1.1",
"remark-lint-definition-case": "^3.1.1",
"remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-fenced-code-flag-case": "^1.0.2",
"remark-lint-fenced-code-flag-case": "^1.0.3",
"remark-lint-file-extension": "^2.1.1",
"remark-lint-first-heading-level": "^3.1.1",
"remark-lint-heading-increment": "^3.1.1",
"remark-lint-heading-whitespace": "^1.0.0",
"remark-lint-heading-word-length": "^1.0.1",
"remark-lint-list-item-style": "^1.1.1",
"remark-lint-heading-word-length": "^1.0.2",
"remark-lint-list-item-style": "^1.1.2",
"remark-lint-no-duplicate-defined-urls": "^2.1.1",
"remark-lint-no-duplicate-headings-in-section": "^3.1.1",
"remark-lint-no-empty-sections": "^4.0.0",
Expand All @@ -115,11 +115,11 @@
"remark-lint-unordered-list-marker-style": "^3.1.1",
"remark-reference-links": "^6.0.1",
"remark-remove-comments": "^0.2.0",
"remark-remove-unused-definitions": "^1.0.2",
"remark-remove-url-trailing-slash": "^1.0.0",
"remark-renumber-references": "^1.0.3",
"remark-sort-definitions": "^1.0.3",
"remark-tight-comments": "^1.0.4",
"remark-remove-unused-definitions": "^1.0.3",
"remark-remove-url-trailing-slash": "^1.0.1",
"remark-renumber-references": "^1.0.4",
"remark-sort-definitions": "^1.0.4",
"remark-tight-comments": "^1.0.5",
"remark-validate-links": "^12.1.0",
"semantic-release": "https://xunn.at/semantic-release-atam",
"simple-git": "^3.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-ignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"@types/mdast": "^3.0.10",
"mdast-comment-marker": "^2.1.0",
"mdast-util-hidden": "^1.1.2",
"mdast-util-hidden": "^1.1.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-renumber-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@types/mdast": "^3.0.10",
"mdast-util-hidden": "^1.1.2",
"mdast-util-hidden": "^1.1.3",
"remark-inline-links": "^6.0.1",
"remark-reference-links": "^6.0.1",
"unified": "^10.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-tight-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"@types/mdast": "^3.0.10",
"mdast-util-tight-comments": "^1.0.4",
"mdast-util-tight-comments": "^1.0.5",
"unified": "^10.1.2"
},
"engines": {
Expand Down

0 comments on commit 82312c4

Please sign in to comment.