Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vkizhaev-spartez committed Mar 21, 2022
1 parent cd50d85 commit f409922
Show file tree
Hide file tree
Showing 4 changed files with 2,572 additions and 2,834 deletions.
5 changes: 3 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ module.exports = {
],
plugins: [
'@babel/plugin-transform-runtime',
'@babel/plugin-proposal-object-rest-spread'
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-unicode-property-regex'
],
sourceType: 'unambiguous',
env: {
test: {
presets: ['@babel/env']
}
}
};
};
Loading

0 comments on commit f409922

Please sign in to comment.