Skip to content

Commit

Permalink
Fixes #428
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 15, 2019
1 parent 7a48fb7 commit f9cfccc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,35 +65,35 @@
]
},
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"ava": "^1.4.1",
"lint-staged": "^8.1.5",
"lint-staged": "^8.2.1",
"markdown-it-emoji": "^1.4.0",
"nyc": "^13.3.0",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"prettier": "^1.16.4",
"prettier": "^1.18.2",
"viperhtml": "^2.17.0",
"vue": "^2.6.10",
"vue-server-renderer": "^2.6.10"
},
"dependencies": {
"browser-sync": "^2.26.3",
"browser-sync": "^2.26.7",
"chalk": "^2.4.2",
"chokidar": "^2.1.5",
"debug": "^4.1.1",
"dependency-graph": "^0.8.0",
"dependency-tree": "^6.3.0",
"ejs": "^2.6.1",
"fast-glob": "^2.2.6",
"ejs": "^2.6.2",
"fast-glob": "^2.2.7",
"fs-extra": "^7.0.1",
"gray-matter": "^4.0.2",
"hamljs": "^0.6.2",
"handlebars": "^4.1.1",
"handlebars": "^4.1.2",
"javascript-stringify": "^2.0.0",
"liquidjs": "^6.4.3",
"lodash": "^4.17.11",
"luxon": "^1.12.0",
"luxon": "^1.16.0",
"markdown-it": "^8.4.2",
"minimist": "^1.2.0",
"moo": "^0.5.0",
Expand All @@ -106,11 +106,11 @@
"pretty": "^2.0.0",
"pug": "^2.0.3",
"recursive-copy": "^2.0.10",
"semver": "^6.0.0",
"semver": "^6.1.1",
"slugify": "^1.3.4",
"time-require": "^0.1.2",
"valid-url": "^1.0.9"
},
"pre-commit": "lint-staged",
"pre-push": "test"
}
}

0 comments on commit f9cfccc

Please sign in to comment.