Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed May 22, 2021
1 parent 591303a commit 0ca4f2d
Show file tree
Hide file tree
Showing 6 changed files with 2,683 additions and 5,841 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Expand Up @@ -7,6 +7,7 @@
}]
],
"plugins": [
["@babel/plugin-proposal-class-properties", {"loose": true}]
["@babel/plugin-proposal-class-properties", {"loose": true}],
["@babel/plugin-proposal-private-methods", {"loose": true}]
]
}
2 changes: 1 addition & 1 deletion .npm-upgrade.json
Expand Up @@ -13,4 +13,4 @@
"reason": "Current version of Webpack Dev Server doesn't work with v4"
}
}
}
}

0 comments on commit 0ca4f2d

Please sign in to comment.