chore(deps): update earmark requirement in /apps/content
Updates the requirements on [earmark](https://github.com/pragdave/earmark) to permit the latest version. - [Release notes](https://github.com/pragdave/earmark/releases) - [Changelog](https://github.com/pragdave/earmark/blob/master/RELEASE.md) - [Commits](https://github.com/pragdave/earmark/compare/1.4.3...v1.4.15)
This commit is contained in:
parent
6257eeaa90
commit
528ec44c93
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ defmodule Legendary.Content.MixProject do
|
|||
defp deps do
|
||||
[
|
||||
{:core, in_umbrella: true},
|
||||
{:earmark, "1.4.3"},
|
||||
{:earmark, "1.4.15"},
|
||||
{:excoveralls, "~> 0.10", only: [:dev, :test]},
|
||||
{:floki, ">= 0.30.0"},
|
||||
{:gettext, "~> 0.11"},
|
||||
|
|
Loading…
Reference in a new issue