Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johannespfeiffer committed Nov 27, 2020
1 parent 6e5b295 commit ba075db
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 52 deletions.
98 changes: 51 additions & 47 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"license": "Apache-2.0",
"scripts": {
"build": "tsc",
"test": "npm run lint && npm run build && mocha --recursive 'dist/tests/**/*.spec.js'",
"test": "npm run lint && npm run build && ./node_modules/mocha/bin/mocha --recursive 'dist/tests/**/*.spec.js'",
"cover": "nyc npm run test",
"lint": "tslint --fix --project ."
"lint": "./node_modules/tslint/bin/tslint --fix --project ."
},
"dependencies": {
"graphql": "^14.5.8",
"type-graphql": "^0.17.6"
"class-validator": "^0.12.2",
"graphql": "^15.4.0",
"type-graphql": "^1.1.1"
},
"devDependencies": {
"@types/chai": "^4.2.5",
Expand All @@ -29,4 +30,4 @@
"tslint": "^5.20.1",
"typescript": "^3.7.2"
}
}
}

0 comments on commit ba075db

Please sign in to comment.