Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Oct 20, 2020
1 parent 71db5b0 commit d9af033
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 182 deletions.
128 changes: 72 additions & 56 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
"dependencies": {
"@bugsnag/js": "^7.4.0",
"@vvo/tzdb": "^6.1.0",
"@vvo/tzdb": "^6.2.0",
"cron": "^1.7.2",
"dotenv": "^8.2.0",
"fastify": "^3.6.0",
"fastify": "^3.7.0",
"fastify-autoload": "^3.3.0",
"fastify-bearer-auth": "^5.0.2",
"fastify-cli": "^2.3.0",
"fastify-cli": "^2.5.0",
"fastify-cors": "^4.1.0",
"fastify-plugin": "^2.3.4",
"fastify-static": "^3.2.1",
"fastify-plugin": "^3.0.0",
"fastify-static": "^3.3.0",
"knex": "^0.21.6",
"luxon": "^1.25.0",
"module-alias": "^2.2.2",
Expand All @@ -45,12 +45,12 @@
"devDependencies": {
"@release-it/bumper": "^2.0.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-prettier": "^6.13.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"npm-run-all": "^4.1.5",
"prettier": "2.1.2",
"release-it": "^14.1.0"
"release-it": "^14.2.0"
},
"engines": {
"node": "14.x",
Expand Down
Loading

0 comments on commit d9af033

Please sign in to comment.