-
- Downloads
Merge pull request #284 from russellp17/master
Move jest types to devDependencies
No related branches found
No related tags found
... | ... | @@ -97,6 +97,7 @@ |
"@graphql-codegen/typescript-operations": "^2.1.6", | ||
"@types/cors": "^2.8.12", | ||
"@types/gl": "^4.1.0", | ||
"@types/jest": "^27.0.2", | ||
"@typescript-eslint/eslint-plugin": "^4.32.0", | ||
"@typescript-eslint/parser": "^4.32.0", | ||
"benchmark": "^2.1.4", | ||
... | ... | @@ -130,7 +131,6 @@ |
"@types/benchmark": "^2.1.1", | ||
"@types/compression": "1.7.2", | ||
"@types/express": "^4.17.13", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.10.2", | ||
"@types/node-fetch": "^2.5.12", | ||
"@types/react": "^17.0.27", | ||
... | ... |
Please register or sign in to comment