Skip to content

Commit

Permalink
removed unused babel dependencies, moved @types/graphql to devDepende…
Browse files Browse the repository at this point in the history
…ncies where they belong 🚀
  • Loading branch information
Enubia committed Jun 11, 2021
1 parent 1a18b9a commit 164b2c9
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1,569 deletions.
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

9 changes: 0 additions & 9 deletions jsconfig.json

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -62,14 +62,12 @@
"url": "https://github.com/chriskalmar/shyft"
},
"devDependencies": {
"@babel/core": "7.14.5",
"@babel/preset-env": "7.14.5",
"@types/graphql": "^14.5.0",
"@types/jest": "26.0.23",
"@types/lodash": "4.14.170",
"@types/node": "14.17.3",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"babel-jest": "26.6.3",
"codecov": "3.8.2",
"cross-env": "7.0.3",
"eslint": "7.28.0",
Expand All @@ -85,13 +83,11 @@
"prettier-eslint": "12.0.0",
"prettier-eslint-cli": "5.0.1",
"rimraf": "3.0.2",
"sqlite3": "5.0.2",
"ts-jest": "26.5.6",
"typeorm": "0.2.34",
"typescript": "4.2.x"
},
"dependencies": {
"@types/graphql": "^14.5.0",
"casual": "^1.6.2",
"dataloader": "^2.0.0",
"date-fns": "^2.1.0",
Expand Down

0 comments on commit 164b2c9

Please sign in to comment.