Skip to content

Commit

Permalink
Upgrade packages & add React 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Apr 17, 2022
1 parent 3f6a23c commit 06d21e2
Show file tree
Hide file tree
Showing 25 changed files with 19,530 additions and 7,836 deletions.
6 changes: 4 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": [
"@babel/preset-env",
"@babel/react"
]
}

2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
example
src
5 changes: 4 additions & 1 deletion example/material-ui/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": [
"@babel/preset-env",
"@babel/react"
]
}
Loading

0 comments on commit 06d21e2

Please sign in to comment.