Skip to content

Commit d53b870

Browse files
Jan Vincent LiwanagJan Vincent Liwanag
Jan Vincent Liwanag
authored and
Jan Vincent Liwanag
committed
Update react, emotion
* Fix #16 - @emotion/react import
1 parent b262d59 commit d53b870

File tree

4 files changed

+3414
-299
lines changed

4 files changed

+3414
-299
lines changed

examples/basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"@emotion/core": "^10.0.21",
4-
"react": "16.10.2",
5-
"react-dom": "16.10.2"
3+
"@emotion/react": "^11.1.5",
4+
"react": "17.0.2",
5+
"react-dom": "17.0.2"
66
},
77
"devDependencies": {
8-
"browserify": "16.5.0"
8+
"browserify": "17.0.0"
99
}
1010
}

0 commit comments

Comments
 (0)