Skip to content

Commit aa74619

Browse files
committed
update deps
1 parent 82c71bf commit aa74619

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/remark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins:
4040
- - remark-lint-unordered-list-marker-style
4141
- '-'
4242
- - remark-lint-list-item-indent
43-
- space
43+
- one
4444
# Tables
4545
- remark-lint-table-pipes
4646
- remark-lint-no-literal-urls

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/template/v1.0.0/schema.json=./json-schema/schema.json"
99
},
1010
"dependencies": {
11-
"remark-cli": "^12.0.0",
12-
"remark-gfm": "^4.0.0",
13-
"remark-lint": "^9.1.2",
14-
"remark-lint-no-html": "^3.1.2",
15-
"remark-preset-lint-consistent": "^5.1.2",
16-
"remark-preset-lint-markdown-style-guide": "^5.1.3",
17-
"remark-preset-lint-recommended": "^6.1.3",
18-
"remark-validate-links": "^13.0.0",
19-
"stac-node-validator": "^1.3.0"
11+
"remark-cli": "^12.0.1",
12+
"remark-gfm": "^4.0.1",
13+
"remark-lint": "^10.0.1",
14+
"remark-lint-no-html": "^4.0.1",
15+
"remark-preset-lint-consistent": "^6.0.1",
16+
"remark-preset-lint-markdown-style-guide": "^6.0.1",
17+
"remark-preset-lint-recommended": "^7.0.1",
18+
"remark-validate-links": "^13.1.0",
19+
"stac-node-validator": "^1.3.2"
2020
}
2121
}

0 commit comments

Comments
 (0)