chore: bump marp versions
This commit is contained in:
parent
0e364f496d
commit
d123b3cd65
3 changed files with 2249 additions and 1791 deletions
3
Makefile
3
Makefile
|
@ -126,7 +126,8 @@ autoslide: $(SLIDES_DIR)/autoslide.md | $(BUILD_SLIDES_DIR)
|
|||
|
||||
$(SLIDES_DIR)/autoslide.md: $(DOCS_MD)
|
||||
find -L $(DOCS_DIR) -regextype sed \( -regex '.*/[0-9][^/]*\.md' ! -regex '.*/_.*' \) -print0 \
|
||||
| sort -z |xargs -0 cat \
|
||||
| sort -z \
|
||||
| xargs -0 sed '/^---$$/,/^---$$/d' \
|
||||
> $(SLIDES_DIR)/autoslide.md
|
||||
|
||||
watch-autoslide-internal:
|
||||
|
|
4031
package-lock.json
generated
4031
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,11 +12,11 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@marp-team/marp-cli": "^1.5.0",
|
||||
"@marp-team/marp-core": "^3.0.0",
|
||||
"@marp-team/marp-cli": "^3.4.0",
|
||||
"@marp-team/marp-core": "^3.9.0",
|
||||
"foreman": "^3.0.1",
|
||||
"markdown-it-footnote": "^3.0.2",
|
||||
"markdown-it-highlight-lines": "^1.0.2",
|
||||
"foreman": "^3.0.1",
|
||||
"node-sass": "^7.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue