Skip to content

Commit

Permalink
Merge pull request #91 from ColeWalker/fix/alter-dependencies
Browse files Browse the repository at this point in the history
build: ➖ remove or alter unused dependencies
  • Loading branch information
ColeWalker authored Sep 13, 2020
2 parents aead317 + 740fe56 commit f6c1f13
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1,728 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,29 @@
"url": "https://github.com/ColeWalker/twitch-graphql-server.git"
},
"dependencies": {
"@types/cors": "^2.8.7",
"@types/express": "^4.17.7",
"@types/node": "^14.0.27",
"axios": "^0.19.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-graphql": "^0.11.0",
"graphql": "^15.3.0",
"graphql-modules": "^1.0.0-alpha.1",
"graphql-tag": "^2.11.0",
"graphql-tools": "^6.0.18",
"mongoose": "^5.10.0",
"reflect-metadata": "^0.1.13",
"tmi": "^2.0.0",
"twitch": "^4.1.3",
"twitch-chat-client": "^4.1.3",
"twitch-pubsub-client": "^4.1.3",
"twitch-webhooks": "^4.1.3",
"twitchps": "^1.5.4"
"twitch-webhooks": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@types/cors": "^2.8.7",
"@types/express": "^4.17.7",
"@types/jest": "^26.0.10",
"concurrently": "^5.3.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-graphql": "^0.11.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"nodemon": "^2.0.4",
Expand Down
Loading

0 comments on commit f6c1f13

Please sign in to comment.