Skip to content

Commit

Permalink
Update to [email protected] (#13)
Browse files Browse the repository at this point in the history
* Update to [email protected]

* Update dev dependency for graphql-js
  • Loading branch information
utkarsh867 authored Nov 5, 2023
1 parent f9e2fc5 commit 5ddb77a
Show file tree
Hide file tree
Showing 2 changed files with 1,775 additions and 2,022 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,29 @@
"url": "https://github.com/utkarsh867/typegraphql-authchecker"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.3",
"@types/jest": "^29.5.7",
"@types/node": "^16.6.2",
"class-validator": "^0.14.0",
"graphql": "^16.7.1",
"jest": "^27.4.4",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"jest": "^29.7.0",
"reflect-metadata": "^0.1.13",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"dependencies": {
"type-graphql": "^2.0.0-beta.2"
"type-graphql": "^2.0.0-beta.3"
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"peerDependencies": {
"class-validator": "^0.14.0",
"graphql": "^16.7.1",
"reflect-metadata": "^0.1.13"
"class-validator": ">=0.14.0",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4"
}
}
Loading

0 comments on commit 5ddb77a

Please sign in to comment.