Build fixes
This commit is contained in:
parent
ebb77bcb1c
commit
749666dc3c
File diff suppressed because it is too large
Load Diff
|
@ -32,8 +32,8 @@
|
|||
"css-loader": "^5.2.4",
|
||||
"mocha": "^7.1.1",
|
||||
"node-sass": "^5.0.0",
|
||||
"sass-loader": "^12.0.0",
|
||||
"webpack": "^5.38.1",
|
||||
"sass-loader": "^10.2.0",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^4.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import WebAnnotation from './WebAnnotation';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import * as equals from 'fast-deep-equal';
|
||||
import equals from 'fast-deep-equal';
|
||||
|
||||
/**
|
||||
* An "annotation in draft mode". Really the same
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { v4 as uuid } from 'uuid';
|
||||
import * as equals from 'fast-deep-equal';
|
||||
import equals from 'fast-deep-equal';
|
||||
|
||||
export default class WebAnnotation {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import * as Polyglot from 'node-polyglot';
|
||||
import Polyglot from 'node-polyglot';
|
||||
import * as timeago from 'timeago.js';
|
||||
|
||||
const i18n = new Polyglot({ allowMissing: true });
|
||||
|
|
Loading…
Reference in New Issue