Skip to content

Commit

Permalink
chore(deps): Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 9, 2022
1 parent 8343f21 commit 5181e9f
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,32 +62,32 @@
]
},
"dependencies": {
"@types/cheerio": "0.22.31",
"@types/ejs": "3.1.0",
"@types/fs-extra": "9.0.13",
"@types/svgo": "2.6.1",
"@types/svg2ttf": "5.0.1",
"@types/svgicons2svgfont": "10.0.1",
"@types/ttf2eot": "2.0.0",
"@types/ttf2woff": "2.0.2",
"@types/ttf2woff2": "2.0.0",
"cheerio": "1.0.0-rc.10",
"colors-cli": "1.0.28",
"copy-template-dir": "1.4.0",
"del": "6.0.0",
"ejs": "3.1.6",
"fs-extra": "10.0.0",
"image2uri": "1.0.5",
"move-file": "2.1.0",
"svg2ttf": "6.0.3",
"svgicons2svgfont": "10.0.5",
"svgo": "2.8.0",
"ttf2eot": "3.1.0",
"ttf2woff": "3.0.0",
"ttf2woff2": "4.0.4",
"yargs": "17.3.1"
"@types/cheerio": "~0.22.31",
"@types/ejs": "~3.1.0",
"@types/fs-extra": "~9.0.13",
"@types/svgo": "~2.6.1",
"@types/svg2ttf": "~5.0.1",
"@types/svgicons2svgfont": "~10.0.1",
"@types/ttf2eot": "~2.0.0",
"@types/ttf2woff": "~2.0.2",
"@types/ttf2woff2": "~2.0.0",
"cheerio": "~1.0.0-rc.10",
"colors-cli": "~1.0.28",
"copy-template-dir": "~1.4.0",
"del": "~6.0.0",
"ejs": "~3.1.6",
"fs-extra": "~10.0.0",
"image2uri": "~1.0.5",
"move-file": "~2.1.0",
"svg2ttf": "~6.0.3",
"svgicons2svgfont": "~10.0.5",
"svgo": "~2.8.0",
"ttf2eot": "~3.1.0",
"ttf2woff": "~3.0.0",
"ttf2woff2": "~4.0.4",
"yargs": "~17.3.1"
},
"devDependencies": {
"tsbb": "3.5.6"
"tsbb": "~3.7.2"
}
}

0 comments on commit 5181e9f

Please sign in to comment.