Build fixes

This commit is contained in:
Rainer Simon 2021-06-05 08:42:14 +02:00
parent ebb77bcb1c
commit 749666dc3c
5 changed files with 6237 additions and 576 deletions

6803
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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": {

View File

@ -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

View File

@ -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 {

View File

@ -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 });