Skip to content

Commit

Permalink
Merge pull request #434 from tianenpang/fix/stitches-typescript-compa…
Browse files Browse the repository at this point in the history
…tability

fix: #291 stitches compatability with typescript
  • Loading branch information
jrgarciadev committed Apr 25, 2022
2 parents 689c2f2 + faaa0e9 commit 15c0061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@react-types/grid": "3.0.1",
"@react-types/overlays": "3.5.4",
"@react-types/shared": "3.11.0",
"@stitches/react": "1.2.7"
"@stitches/react": "1.2.8"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4228,10 +4228,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@stitches/react@1.2.7":
version "1.2.7"
resolved "https://registry.yarnpkg.com/@stitches/react/-/react-1.2.7.tgz#aea2403fac726db66d1740d29557e3910b1a1dc7"
integrity sha512-6AxpUag7OW55ANzRnuy7R15FEyQeZ66fytVo3BBilFIU0mfo3t49CAMcEAL/A1SbhSj/FCdWkn/XrbjGBTJTzg==
"@stitches/react@1.2.8":
version "1.2.8"
resolved "https://registry.yarnpkg.com/@stitches/react/-/react-1.2.8.tgz#954f8008be8d9c65c4e58efa0937f32388ce3a38"
integrity sha512-9g9dWI4gsSVe8bNLlb+lMkBYsnIKCZTmvqvDG+Avnn69XfmHZKiaMrx7cgTaddq7aTPPmXiTsbFcUy0xgI4+wA==

"@storybook/addon-a11y@^6.3.9":
version "6.4.19"
Expand Down

1 comment on commit 15c0061

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nextui-docs ready!

✅ Preview
https://nextui-docs-1jtpv9hr8-nextui-org.vercel.app

Built with commit 15c0061.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.