Skip to content

Commit

Permalink
fix: fix styled-jsx error
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto authored Jan 24, 2022
1 parent c6560ff commit 8ba074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"peerDependencies": {
"next": ">= 12.x.x",
"react": ">= 17.x.x",
"styled-jsx": ">= 4.x.x"
"styled-jsx": ">= 4.x.x || 5.x.x"
},
"release": {
"plugins": [
Expand Down

3 comments on commit 8ba074d

@vercel
Copy link

@vercel vercel bot commented on 8ba074d Jan 24, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 8ba074d Jan 24, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sknui-demobase-react – ./examples/demo_base

sknui-demobase-react-skynexui.vercel.app
sknui-demobase-react-git-main-skynexui.vercel.app
sknui-demobase-react.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8ba074d Jan 24, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.