Skip to content

Commit 927b247

Browse files
authored
Merge pull request TeamWertarbyte#3 from RadomirPerisic/upgrade-packages
Upgrade material-ui to v3, babel to v7, styleguidist to v9
2 parents b55921f + 16658ac commit 927b247

File tree

7 files changed

+7154
-7522
lines changed

7 files changed

+7154
-7522
lines changed

.babelrc

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"presets": [
3-
"es2015",
4-
"react",
5-
"stage-0"
6-
],
7-
"plugins": [
8-
["direct-import", ["material-ui", "material-ui-icons"]],
9-
"transform-runtime",
10-
"transform-decorators-legacy"
3+
[
4+
"@babel/env",
5+
{
6+
"modules": false,
7+
"useBuiltIns": "usage"
8+
}
9+
],
10+
"@babel/react"
1111
]
1212
}

0 commit comments

Comments
 (0)