Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
csuwildcat committed Mar 12, 2021
1 parent db8db7e commit a397bb7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "spec-up",
"version": "0.10.1",
"version": "0.10.2",
"description": "Technical specification drafting tool that generates rich specification documents from markdown.",
"main": "./index",
"repository": {
Expand All @@ -27,10 +27,11 @@
"homepage": "https://github.com/csuwildcat/spec-up#readme",
"dependencies": {
"yargs": "16.2.0",
"yargs-parser": ">=5.0.0-security.0",
"axios": "0.21.1",
"fs-extra": "8.1.0",
"globby": "11.0.0",
"gulp": "^4.0.2",
"gulp": "4.0.2",
"gulp-bump": "3.2.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
Expand All @@ -50,7 +51,7 @@
"markdown-it-mark": "^2.0.0",
"markdown-it-modify-token": "1.0.2",
"markdown-it-multimd-table": "4.0.0",
"markdown-it-prism": "2.1.2",
"markdown-it-prism": "2.1.6",
"markdown-it-references": "1.0.0-alpha.10",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
Expand Down

0 comments on commit a397bb7

Please sign in to comment.