Skip to content

Commit

Permalink
feat: upgrade 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 Feb 28, 2022
1 parent 2f6ebae commit 13e35a0
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
82 changes: 41 additions & 41 deletions package-lock.json

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

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,45 +112,45 @@
"devDependencies": {
"@commitlint/cli": "~16.2.1",
"@commitlint/config-conventional": "~16.2.1",
"@istanbuljs/nyc-config-typescript": "~1.0.1",
"@istanbuljs/nyc-config-typescript": "~1.0.2",
"@nestjs/common": "~8.3.1",
"@nestjs/core": "~8.3.1",
"@nestjs/testing": "~8.3.1",
"@semantic-release/changelog": "~6.0.1",
"@semantic-release/git": "~10.0.1",
"@types/chai": "~4.3.0",
"@types/chai-as-promised": "~7.1.4",
"@types/chai-as-promised": "~7.1.5",
"@types/mocha": "~9.1.0",
"@types/node": "~17.0.1",
"@types/sinon": "~10.0.6",
"@types/sinon-chai": "~3.2.6",
"@types/node": "~17.0.21",
"@types/sinon": "~10.0.11",
"@types/sinon-chai": "~3.2.8",
"@typescript-eslint/eslint-plugin": "~5.12.1",
"@typescript-eslint/parser": "~5.12.1",
"@vscode/sqlite3": "~5.0.7",
"chai": "~4.3.4",
"chai": "~4.3.6",
"chai-as-promised": "~7.1.1",
"eslint": "~8.9.0",
"eslint": "~8.10.0",
"eslint-config-prettier": "~8.4.0",
"eslint-plugin-mocha": "~10.0.1",
"eslint-plugin-mocha": "~10.0.3",
"husky": "~7.0.4",
"knex": "~1.0.1",
"lint-staged": "~12.3.1",
"knex": "~1.0.3",
"lint-staged": "~12.3.4",
"markdown-toc": "~1.2.0",
"mocha": "~9.2.0",
"mocha": "~9.2.1",
"nyc": "~15.1.0",
"objection": "3.0.1",
"prettier": "~2.5.0",
"prettier": "~2.5.1",
"prettier-plugin-organize-imports": "~2.3.4",
"prettier-plugin-packagejson": "~2.2.15",
"reflect-metadata": "~0.1.13",
"rimraf": "~3.0.2",
"rxjs": "~7.5.1",
"rxjs": "~7.5.4",
"semantic-release": "~19.0.2",
"sinon": "~13.0.0",
"sinon": "~13.0.1",
"sinon-chai": "~3.7.0",
"source-map-support": "~0.5.21",
"ts-node": "~10.5.0",
"typescript": "~4.5.2"
"typescript": "~4.5.5"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0",
Expand Down

0 comments on commit 13e35a0

Please sign in to comment.