Skip to content

Commit

Permalink
Make Linaria great again (vercel#13568)
Browse files Browse the repository at this point in the history
This PR fixes vercel#7769.

However, I would like for @jayu to confirm that it's ok to use the latest Linaria 2.0 alpha release. I can confirm from my local testing that it's working as expected.
  • Loading branch information
marbiano authored and rokinsky committed Jul 11, 2020
1 parent 5d3d021 commit f93b8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "1.0.1",
"linaria": "1.2.4",
"@zeit/next-css": "^1.0.1",
"linaria": "2.0.0-alpha.5",
"next": "latest",
"react": "16.8.3",
"react-dom": "16.8.3"
Expand Down

0 comments on commit f93b8c9

Please sign in to comment.