Bump marked from 3.0.8 to 4.0.10 (#195)

* Bump marked from 3.0.8 to 4.0.10

Bumps [marked](https://github.com/markedjs/marked) from 3.0.8 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.8...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/marked from 3.0.2 to 4.0.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Misode <Misoloo64@gmail.com>
This commit is contained in:
dependabot[bot]
2022-01-15 20:23:17 +01:00
committed by GitHub
parent 8996090954
commit cd318dc795
3 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import marked from 'marked'
import { marked } from 'marked'
import { useEffect, useMemo, useState } from 'preact/hooks'
import { Ad, Btn, ErrorPanel, Octicon, TextInput } from '../components'
import { locale } from '../Locales'