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 56ad929 commit aff5149
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,33 +107,33 @@
"@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.9",
"@types/sinon": "~10.0.6",
"@types/node": "~17.0.21",
"@types/sinon": "~10.0.11",
"@types/sinon-chai": "~3.2.8",
"@typescript-eslint/eslint-plugin": "~5.12.0",
"@typescript-eslint/eslint-plugin": "~5.12.1",
"@typescript-eslint/parser": "~5.12.1",
"@vscode/sqlite3": "~5.0.7",
"c8": "~7.11.0",
"casbin": "~5.13.0",
"chai": "~4.3.4",
"casbin": "~5.13.1",
"chai": "~4.3.6",
"chai-as-promised": "~7.1.1",
"eslint": "~8.10.0",
"eslint-config-prettier": "~8.4.0",
"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",
"objection": "~3.0.1",
"prettier": "~2.5.1",
"prettier-plugin-organize-imports": "~2.3.4",
"prettier-plugin-packagejson": "~2.2.15",
"rimraf": "~3.0.2",
"semantic-release": "~19.0.2",
"sinon": "~13.0.0",
"sinon": "~13.0.1",
"sinon-chai": "~3.7.0",
"ts-node": "~10.5.0",
"typescript": "4.5.2"
Expand Down

0 comments on commit aff5149

Please sign in to comment.