Add package resolution for @types/react

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-04-08 10:58:08 +02:00
parent 4af1d8b71d
commit e838a7060a
4 changed files with 14 additions and 18 deletions
+2 -1
View File
@@ -45,7 +45,8 @@
]
},
"resolutions": {
"**/@graphql-codegen/cli/**/ws": "^7.4.6"
"**/@graphql-codegen/cli/**/ws": "^7.4.6",
"@types/react": "^17.0.39"
},
"version": "1.1.0-next.2",
"dependencies": {