Skip to content

Commit

Permalink
Update to core-js 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedersen2 authored and ThiefMaster committed Jul 31, 2023
1 parent 30549f0 commit adf7f26
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion indico/modules/rb/client/js/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// modify it under the terms of the MIT License; see the
// LICENSE file for more details.

import 'core-js/es6';
import 'core-js/es';
import setup from './setup';
import 'indico/modules/core/impersonation';
import 'indico/modules/core/top_bars';
Expand Down
2 changes: 1 addition & 1 deletion indico/web/client/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// modify it under the terms of the MIT License; see the
// LICENSE file for more details.

import 'core-js/es6';
import 'core-js/es';

import './legacy/presentation.js';
import './legacy/indico.js';
Expand Down
33 changes: 24 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ckeditor": "git+https://[email protected]/indico/ckeditor.git#v1.10.0",
"clipboard": "^2.0.11",
"connected-react-router": "^6.9.2",
"core-js": "^2.6.12",
"core-js": "^3.32.0",
"dropzone": "^5.9.3",
"file-selector": "^0.6.0",
"final-form": "^4.20.7",
Expand Down

0 comments on commit adf7f26

Please sign in to comment.