Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi1osof committed Apr 10, 2022
1 parent 9c625ec commit 9358fe7
Show file tree
Hide file tree
Showing 3 changed files with 3,773 additions and 3,996 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ addDecorator(makeDecorator({
isPreview: false,
}}
>
{/* @ts-expect-error */}
{storyFn(context)}
</RouterContext.Provider>
</ThemeProvider>
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@types/lodash": "^4.14.161",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.41",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.3",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
Expand Down Expand Up @@ -120,6 +120,8 @@
"resolutions": {
"@apollo/client": "^3.2.2",
"@graphql-codegen/visitor-plugin-common": "~1.20.0",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.11",
"graphql": "^15.8.0",
"immer": "^9.0.6"
},
Expand Down
Loading

0 comments on commit 9358fe7

Please sign in to comment.