Skip to content

Commit

Permalink
feat(package): upgrade all packages
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Nov 9, 2019
1 parent ca6225a commit 97eb451
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 91 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,39 @@
"objection": ">=1.6.8"
},
"devDependencies": {
"@babel/core": "7.7.0",
"@babel/core": "7.7.2",
"@babel/plugin-proposal-decorators": "7.7.0",
"@babel/preset-env": "7.7.1",
"@babel/preset-typescript": "7.7.0",
"@babel/preset-typescript": "7.7.2",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@godaddy/terminus": "4.2.0",
"@godaddy/terminus": "4.2.1",
"@nestjs/common": "6.9.0",
"@nestjs/core": "6.9.0",
"@nestjs/terminus": "6.5.2",
"@nestjs/testing": "6.9.0",
"@types/jest": "24.0.18",
"@typescript-eslint/eslint-plugin": "2.6.0",
"@typescript-eslint/parser": "2.6.0",
"@types/jest": "24.0.22",
"@typescript-eslint/eslint-plugin": "2.6.1",
"@typescript-eslint/parser": "2.6.1",
"@willsoto/eslint-config-base": "2.0.0",
"babel-jest": "24.9.0",
"conventional-github-releaser": "3.1.3",
"eslint": "6.6.0",
"eslint-config-prettier": "6.5.0",
"husky": "3.0.8",
"husky": "3.0.9",
"jest": "24.9.0",
"knex": "0.20.0",
"lint-staged": "9.4.2",
"objection": "1.6.9",
"prettier": "1.18.2",
"prettier": "1.19.1",
"prettier-package-json": "2.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.0",
"rollup": "1.26.0",
"rollup": "1.26.3",
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-filesize": "6.2.0",
"rollup-plugin-filesize": "6.2.1",
"rollup-plugin-typescript": "1.0.1",
"rxjs": "6.5.3",
"sqlite3": "4.1.0",
"standard-version": "7.0.0",
"typescript": "3.7.2"
Expand Down
Loading

0 comments on commit 97eb451

Please sign in to comment.