Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amits97 committed Jun 15, 2024
1 parent 2995e6d commit 62a1ea6
Show file tree
Hide file tree
Showing 3 changed files with 3,425 additions and 1,732 deletions.
16 changes: 11 additions & 5 deletions api/.babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"plugins": ["source-map-support", "transform-runtime"],
"presets": [
["env", { "node": "8.10" }],
"stage-3"
"plugins": [
"source-map-support",
[
"@babel/plugin-transform-runtime", {
"corejs": 2
}
],
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings"
]
}

Loading

0 comments on commit 62a1ea6

Please sign in to comment.