Skip to content

Commit

Permalink
add workaround for bug in apollo utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 23, 2022
1 parent c6462b3 commit 91e126a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,14 @@
"remark-parse": "^10.0.1",
"express-session@^1.17.3": "patch:express-session@npm%3A1.17.3#./.yarn/patches/express-session-npm-1.17.3-0819dbe06c.patch",
"@apollo/client@^3.7.0": "patch:@apollo/client@npm%3A3.7.0#./.yarn/patches/@apollo-client-npm-3.7.0-07cf6b7bb6.patch",
"tslib": "^2.4.0"
"tslib": "^2.4.0",
"@apollo/utils.keyvaluecache": "^1.0.1"
},
"resolutionsComments": {
"@types/react": "Otherwise these types interfere with the types from vite: https://github.com/johnsoncodehk/volar/discussions/592#discussioncomment-1580518",
"unist-builder/remark-parse": "Otherwise we run into conflicts with older versions, which are imported mainly from storybook",
"tslib": "some libraries still pull-in v1 of tslib, which is incompatible with the other libraries that use tslib v2 features"
"tslib": "some libraries still pull-in v1 of tslib, which is incompatible with the other libraries that use tslib v2 features",
"@apollo/utils.keyvaluecache": "Bug introduced in v2: https://github.com/apollographql/apollo-utils/pull/169#discussion_r1030190816"
},
"prisma": {
"schema": "server/database/schema.prisma",
Expand Down

0 comments on commit 91e126a

Please sign in to comment.