Skip to content

Commit

Permalink
feat(*): upgrade @nestjs/* to v6
Browse files Browse the repository at this point in the history
Closes #48
Closes #49
Closes #50

Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Mar 16, 2019
1 parent a029668 commit 3fadbfa
Show file tree
Hide file tree
Showing 2 changed files with 359 additions and 831 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"@babel/preset-typescript": "~7.3.3",
"@commitlint/cli": "~7.5.2",
"@commitlint/config-conventional": "~7.5.0",
"@nestjs/common": "~5.7.4",
"@nestjs/core": "~5.7.4",
"@nestjs/testing": "~5.7.4",
"@nestjs/common": "~6.0.0",
"@nestjs/core": "~6.0.0",
"@nestjs/testing": "~6.0.0",
"@types/jest": "~24.0.11",
"@typescript-eslint/eslint-plugin": "~1.4.2",
"@willsoto/eslint-config-base": "~1.4.2",
"babel-jest": "~24.3.1",
"babel-jest": "~24.5.0",
"conventional-github-releaser": "~3.1.2",
"eslint": "~5.15.1",
"eslint": "~5.15.2",
"eslint-config-prettier": "~4.1.0",
"husky": "~1.3.1",
"jest": "~24.3.1",
"jest": "~24.5.0",
"knex": "~0.16.3",
"lint-staged": "~8.1.5",
"objection": "~1.6.3",
Expand All @@ -35,7 +35,7 @@
"rollup-plugin-filesize": "~6.0.1",
"rollup-plugin-typescript": "~1.0.0",
"sqlite3": "~4.0.6",
"standard-version": "~5.0.1",
"standard-version": "~5.0.2",
"typescript": "~3.3.3333"
},
"files": [
Expand Down
Loading

0 comments on commit 3fadbfa

Please sign in to comment.