Skip to content

Commit

Permalink
chore: in order to use latest ts version, add resolutions
Browse files Browse the repository at this point in the history
to fix compat issues with tsdx
see jaredpalmer/tsdx#926 (comment)
  • Loading branch information
pantajoe committed Aug 22, 2022
1 parent e019578 commit 783f574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
"@urql/core": "^3.0.0",
"graphql": "^16.0.0",
"wonka": "^6.0.0"
},
"resolutions": {
"**/typescript": "^4.7.4",
"**/@typescript-eslint/eslint-plugin": "^5.16.0",
"**/@typescript-eslint/parser": "^5.16.0"
}
}

0 comments on commit 783f574

Please sign in to comment.