Skip to content

Commit

Permalink
feat(simpleicons-7): upgrade the package (7.4.0 -> 7.19.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Nov 6, 2022
1 parent 7947950 commit d31077d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/library/packages/simpleicons-7/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { toCamelCase } from "../../../generator/workdir/naming"
import { promisify } from "util"
import { unifyItems } from "../../../generator/workdir/discovery"

const ICONS_VERSION = "7.4.0"
const ICONS_VERSION = "7.19.0"
const ICONS_URL = `https://github.com/simple-icons/simple-icons/archive/${ICONS_VERSION}.zip`

type ItemsByModules = { [key: string]: Array<Item> }
Expand Down

0 comments on commit d31077d

Please sign in to comment.