Skip to content

Commit

Permalink
feat(package): update @nestjs/* to v6.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Jun 7, 2019
1 parent 724ec95 commit 2581b45
Show file tree
Hide file tree
Showing 2 changed files with 2,403 additions and 127 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,33 @@
},
"description": "Objection module for NestJS",
"devDependencies": {
"@babel/core": "~7.4.4",
"@babel/core": "~7.4.5",
"@babel/plugin-proposal-decorators": "~7.4.4",
"@babel/preset-env": "~7.4.4",
"@babel/preset-env": "~7.4.5",
"@babel/preset-typescript": "~7.3.3",
"@commitlint/cli": "~8.0.0",
"@commitlint/config-conventional": "~8.0.0",
"@nestjs/common": "~6.2.1",
"@nestjs/core": "~6.2.1",
"@nestjs/testing": "~6.2.1",
"@godaddy/terminus": "~4.1.2",
"@nestjs/common": "~6.3.1",
"@nestjs/core": "~6.3.1",
"@nestjs/terminus": "~6.3.1",
"@nestjs/testing": "~6.3.1",
"@types/jest": "~24.0.13",
"@typescript-eslint/eslint-plugin": "~1.9.0",
"@willsoto/eslint-config-base": "~2.0.0",
"babel-jest": "~24.8.0",
"conventional-github-releaser": "~3.1.2",
"conventional-github-releaser": "~3.1.3",
"eslint": "~5.16.0",
"eslint-config-prettier": "~4.3.0",
"husky": "~2.3.0",
"husky": "~2.4.0",
"jest": "~24.8.0",
"knex": "~0.17.3",
"lint-staged": "~8.1.7",
"lint-staged": "~8.2.0",
"objection": "~1.6.9",
"prettier": "~1.17.1",
"prettier": "~1.18.0",
"reflect-metadata": "~0.1.13",
"rimraf": "~2.6.3",
"rollup": "~1.13.1",
"rollup": "~1.14.3",
"rollup-plugin-eslint": "~6.0.0",
"rollup-plugin-filesize": "~6.1.0",
"rollup-plugin-typescript": "~1.0.1",
Expand Down
Loading

0 comments on commit 2581b45

Please sign in to comment.