Skip to content

Commit

Permalink
Update react, emotion
Browse files Browse the repository at this point in the history
* Fix #16 - @emotion/react import
  • Loading branch information
Jan Vincent Liwanag authored and Jan Vincent Liwanag committed Mar 31, 2021
1 parent b262d59 commit d53b870
Show file tree
Hide file tree
Showing 4 changed files with 3,414 additions and 299 deletions.
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"@emotion/core": "^10.0.21",
"react": "16.10.2",
"react-dom": "16.10.2"
"@emotion/react": "^11.1.5",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"browserify": "16.5.0"
"browserify": "17.0.0"
}
}
Loading

0 comments on commit d53b870

Please sign in to comment.