Skip to content

Commit

Permalink
fix(startup): Prepare for startup gates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco (Valandur) committed Mar 23, 2020
1 parent f543fa2 commit bda4f86
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 210 deletions.
180 changes: 107 additions & 73 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://docs.invitemanager.co/",
"dependencies": {
"@sentry/node": "5.14.2",
"@sentry/node": "5.15.0",
"amqplib": "0.5.5",
"axios": "0.19.2",
"bufferutil": "4.0.1",
Expand All @@ -46,22 +46,22 @@
"reflect-metadata": "0.1.13",
"uws": "10.148.1",
"xmldoc": "1.1.2",
"ytdl-core": "2.0.0",
"ytdl-core": "2.0.1",
"zlib-sync": "0.1.6"
},
"devDependencies": {
"@sentry/cli": "1.51.1",
"@types/amqplib": "0.5.13",
"@types/i18n": "0.8.6",
"@types/mysql2": "github:types/mysql2",
"@types/node": "13.9.2",
"@types/node": "13.9.3",
"@types/xmldoc": "1.1.4",
"cross-env": "7.0.2",
"docsify": "4.11.2",
"docsify-cli": "4.4.0",
"fs-extra": "8.1.0",
"fs-extra": "9.0.0",
"husky": "4.2.3",
"prettier": "1.19.1",
"prettier": "2.0.1",
"pretty-quick": "2.0.1",
"tslint": "6.1.0",
"tslint-config-prettier": "1.18.0",
Expand Down
Loading

0 comments on commit bda4f86

Please sign in to comment.