Skip to content

Commit

Permalink
update deps and version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Vatjus-Anttila authored Mar 23, 2019
1 parent 47fa1aa commit e2ad307
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 91 deletions.
153 changes: 67 additions & 86 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puml2code",
"version": "0.5.0",
"version": "0.6.0",
"description": "PlantUML to code generator",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -38,23 +38,23 @@
"homepage": "https://github.com/jupe/puml2code#readme",
"dependencies": {
"bluebird": "^3.5.3",
"camelcase": "^5.0.0",
"camelcase": "^5.2.0",
"commander": "^2.19.0",
"debug": "^4.1.1",
"handlebars": "^4.1.0",
"handlebars": "^4.1.1",
"lodash": "^4.17.11",
"pegjs": "^0.10.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^5.15.1",
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-chai-expect": "^2.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mocha": "^5.3.0",
"istanbul": "^1.1.0-alpha.1",
"mocha-circleci-reporter": "0.0.3",
"sinon": "^7.2.7"
"sinon": "^7.3.0"
}
}

0 comments on commit e2ad307

Please sign in to comment.