-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
3,414 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.