Skip to content

Commit

Permalink
[Bug fix] Update the dependencies in .babelrc (#260) (#261)
Browse files Browse the repository at this point in the history
* Address the version conflict



* Address the version conflict 2



* Regenerate yarn lock file



* revert back yarn lock



* revert back yarn lock 1



---------


(cherry picked from commit 1dea183)

Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 664363d commit 7dd5e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
require('@babel/preset-typescript'),
],
plugins: [
require('@babel/plugin-proposal-class-properties'),
require('@babel/plugin-proposal-object-rest-spread'),
require('@babel/plugin-transform-class-properties'),
require('@babel/plugin-transform-object-rest-spread'),
['@babel/plugin-transform-modules-commonjs', { allowTopLevelThis: true }],
[require('@babel/plugin-transform-runtime'), { regenerator: true }],
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
"debug": "^4.3.4",
"browserify-sign": "^4.2.2"
}
}
}

0 comments on commit 7dd5e6b

Please sign in to comment.