Skip to content

Commit

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

Signed-off-by: Ryan Liang <[email protected]>

* Address the version conflict 2

Signed-off-by: Ryan Liang <[email protected]>

* Regenerate yarn lock file

Signed-off-by: Ryan Liang <[email protected]>

* revert back yarn lock

Signed-off-by: Ryan Liang <[email protected]>

* revert back yarn lock 1

Signed-off-by: Ryan Liang <[email protected]>

---------

Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 authored Dec 15, 2023
1 parent 47db578 commit 1dea183
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 1dea183

Please sign in to comment.