Skip to content

Commit

Permalink
bump dependancy version
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Aug 31, 2022
1 parent 455e987 commit 1f4ea53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"fix:md": "npm run lint:md -- --fix",
"fix:yml": "prettier -w \"**/*.yml\"",
"lint:json": "prettier -c \"**/*.json\"",
"lint:md": "markdownlint \"**/*.md\" -i node_modules -r markdownlint-rule-search-replace",
"lint:md": "markdownlint \"**/*.md\" -i node_modules -r markdownlint-rule-search-replace",
"lint:yml": "prettier -c \"**/*.yml\"",
"start": "yarn up-to-date-check && env-cmd --silent cross-env CONTENT_ROOT=files REACT_APP_DISABLE_AUTH=true BUILD_OUT_ROOT=build yari-server",
"up-to-date-check": "node scripts/up-to-date-check.js"
Expand All @@ -24,7 +24,7 @@
"cross-env": "7.0.3",
"env-cmd": "10.1.0",
"markdownlint-cli": "0.32.2",
"markdownlint-rule-search-replace": "1.0.4",
"markdownlint-rule-search-replace": "1.0.5",
"prettier": "2.7.1"
}
}
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3065,22 +3065,17 @@ [email protected]:
minimatch "~5.1.0"
run-con "~1.2.11"

markdownlint-rule-helpers@^0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz#c327f72782bd2b9475127a240508231f0413a25e"
integrity sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==

markdownlint-rule-helpers@~0.17.2:
version "0.17.2"
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.2.tgz#64d6e8c66e497e631b0e40cf1cef7ca622a0b654"
integrity sha512-XaeoW2NYSlWxMCZM2B3H7YTG6nlaLfkEZWMBhr4hSPlq9MuY2sy83+Xr89jXOqZMZYjvi5nBCGoFh7hHoPKZmA==

[email protected].4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/markdownlint-rule-search-replace/-/markdownlint-rule-search-replace-1.0.4.tgz#0fcbdced404409a63cb331fa5090b2819ed2eb38"
integrity sha512-VOgjmFrY1vVtURFpjo7QYOL3K9qAy8ari+jFA2KwlkopPhDatvH4tcIR1SexYXe5jqcEwZqOOATCrrYVN81qTg==
[email protected].5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/markdownlint-rule-search-replace/-/markdownlint-rule-search-replace-1.0.5.tgz#20cc1681e3c162dd43d19614e3d1515e75cf0299"
integrity sha512-PXpHZuZrqaPA0kpkPSsTPVndxtoM+wgG95V9vzL5sZl+SQUp8hJIHSqOnNJOwd85ykgjbnripZYf0IN40ADkdw==
dependencies:
markdownlint-rule-helpers "^0.16.0"
markdownlint-rule-helpers "~0.17.2"

markdownlint@~0.26.2:
version "0.26.2"
Expand Down

0 comments on commit 1f4ea53

Please sign in to comment.