Skip to content

Commit

Permalink
Bump esbuild from 0.20.2 to 0.21.1
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.2 to 0.21.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.20.2...v0.21.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bcomnes committed May 8, 2024
1 parent 7e70f4b commit 9db29a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/build-pages/page-builders/md/get-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ export function getMd () {
const md = markdownIt(mdOpts)
.use(markdownItSub)
.use(markdownItSup)
// @ts-expect-error Who knows who caress
.use(markdownItFootnote)
.use(markdownItDeflist)
.use(markdownItEmoji)
.use(markdownItIns)
.use(markdownItMark)
.use(markdownItAbbr)
.use(markdownItTaskList)
// @ts-expect-error Who knows who caress
.use(markdownItAnchor)
.use(markdownItAttrs)
.use(markdownItTOC, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean-deep": "^3.4.0",
"cpx2": "^7.0.0",
"desm": "^1.1.0",
"esbuild": "^0.20.0",
"esbuild": "^0.21.1",
"handlebars": "^4.7.8",
"highlight.js": "^11.9.0",
"ignore": "^5.1.8",
Expand Down

0 comments on commit 9db29a3

Please sign in to comment.