Skip to content

Commit

Permalink
Merge pull request #2873 from ONLYOFFICE/feature/update-dependencies
Browse files Browse the repository at this point in the history
Feature/update dependencies
  • Loading branch information
maxkadushkin authored Mar 5, 2024
2 parents 123fa42 + f7543df commit d739422
Show file tree
Hide file tree
Showing 3 changed files with 13,951 additions and 711 deletions.
2 changes: 1 addition & 1 deletion vendor/framework7-react/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
'@babel/plugin-transform-runtime',
'@babel/plugin-syntax-dynamic-import',
['@babel/plugin-proposal-decorators', {'legacy': true }],
['@babel/plugin-proposal-class-properties',{'loose':false}],
['@babel/plugin-transform-class-properties', { 'loose': false }]
],
};

Expand Down
Loading

0 comments on commit d739422

Please sign in to comment.