chore: bump marp versions

This commit is contained in:
Glenn Y. Rolland 2024-04-17 17:05:16 +02:00
parent 0e364f496d
commit d123b3cd65
3 changed files with 2249 additions and 1791 deletions

View file

@ -126,7 +126,8 @@ autoslide: $(SLIDES_DIR)/autoslide.md | $(BUILD_SLIDES_DIR)
$(SLIDES_DIR)/autoslide.md: $(DOCS_MD) $(SLIDES_DIR)/autoslide.md: $(DOCS_MD)
find -L $(DOCS_DIR) -regextype sed \( -regex '.*/[0-9][^/]*\.md' ! -regex '.*/_.*' \) -print0 \ 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 > $(SLIDES_DIR)/autoslide.md
watch-autoslide-internal: watch-autoslide-internal:

4029
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,11 +12,11 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@marp-team/marp-cli": "^1.5.0", "@marp-team/marp-cli": "^3.4.0",
"@marp-team/marp-core": "^3.0.0", "@marp-team/marp-core": "^3.9.0",
"foreman": "^3.0.1",
"markdown-it-footnote": "^3.0.2", "markdown-it-footnote": "^3.0.2",
"markdown-it-highlight-lines": "^1.0.2", "markdown-it-highlight-lines": "^1.0.2",
"foreman": "^3.0.1",
"node-sass": "^7.0.0" "node-sass": "^7.0.0"
} }
} }