Skip to content

Commit ece8ebf

Browse files
committed
Upgrade dependencies
1 parent de33d33 commit ece8ebf

File tree

4 files changed

+489
-269
lines changed

4 files changed

+489
-269
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ We use `npm` to manage our dependencies.
1010

1111
### Develop the presentation
1212

13-
Embed code snippets into the content files with [EmbedMe](https://www.npmjs.com/package/embedme), then render the page with [Vite](https://vitejs.dev/).
13+
Embed code snippets into the content files with [EmbedMe](https://www.npmjs.com/package/embedme), then render the page with [Vite](https://vitejs.dev/).
1414
Source code changes are automatically reflected in the browser.
1515

1616
npm run embed
1717
npm run dev
1818

1919
### Build the presentation
2020

21-
Bundle the final presentation into a single deployment.
21+
Bundle the final presentation into a single deployment.
2222
Optionally check that all snippets have been embedded.
2323

2424
npm run embed-verify
@@ -33,6 +33,6 @@ If you have [Pandoc](https://pandoc.org/) installed, you can directly use the sc
3333

3434
Alternatively, you can utilize a small Docker container to build the excerpt.
3535

36-
docker run --rm -v "$(pwd)/slides:/data" --entrypoint "./excerpt.sh" pandoc/core:2.16.1
36+
docker run --rm -v "$(pwd)/slides:/data" --entrypoint "./excerpt.sh" pandoc/core:2.19.2
3737

3838
Find the final excerpt at `./slides/dist/excerpt.html`.

0 commit comments

Comments
 (0)