mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
parent
bfbb0c1787
commit
9e3375d12d
|
@ -126,7 +126,7 @@
|
|||
"yaml-js": "^0.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"core-js": "^2.6.5",
|
||||
"core-js": "^3.1.4",
|
||||
"mobx": "^4.2.0 || ^5.0.0",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
|
|
|
@ -2,7 +2,7 @@ import * as lunr from 'lunr';
|
|||
|
||||
try {
|
||||
// tslint:disable-next-line
|
||||
require('core-js/es6/promise'); // bundle into worker
|
||||
require('core-js/es/promise'); // bundle into worker
|
||||
} catch (_) {
|
||||
// nope
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user