Skip to content

Commit 0ca4f2d

Browse files
committed
Update deps
1 parent 591303a commit 0ca4f2d

File tree

6 files changed

+2683
-5841
lines changed

6 files changed

+2683
-5841
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
}]
88
],
99
"plugins": [
10-
["@babel/plugin-proposal-class-properties", {"loose": true}]
10+
["@babel/plugin-proposal-class-properties", {"loose": true}],
11+
["@babel/plugin-proposal-private-methods", {"loose": true}]
1112
]
1213
}

.npm-upgrade.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"reason": "Current version of Webpack Dev Server doesn't work with v4"
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)