Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Aug 10, 2021
1 parent 9e2594b commit dab1004
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 317 deletions.
1 change: 1 addition & 0 deletions babel.config.cjs
Expand Up @@ -10,6 +10,7 @@ const plugins = [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose" : true }],
["@babel/plugin-proposal-private-methods", { "loose": true }],
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
["@babel/plugin-transform-runtime", {
"absoluteRuntime": false,
"corejs": 3,
Expand Down

0 comments on commit dab1004

Please sign in to comment.