Skip to content

Commit dcbd1ea

Browse files
authored
Update all dependencies (#29)
* Update all dependencies * Remove dist
1 parent b51ebe5 commit dcbd1ea

8 files changed

+4603
-41434
lines changed

.babelrc

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"presets": [ "env", "react", "stage-1" ]
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react"
5+
],
6+
"plugins": [
7+
"@babel/plugin-proposal-class-properties",
8+
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }]
9+
]
310
}

0 commit comments

Comments
 (0)