package-lock fix

This commit is contained in:
jbalasis 2023-07-12 14:26:00 +03:00
parent 5f36202dff
commit 1c047ff495
4 changed files with 4376 additions and 22334 deletions

5
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

26697
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,9 +31,9 @@
"highcharts": "^7.2.0",
"highcharts-angular": "^2.4.0",
"jquery": "^3.4.1",
"jspdf": "^1.5.3",
"jspdf": "^2.5.1",
"ngx-echarts": "^4.2.2",
"ngx-matomo": "^1.0.0-rc.0",
"ngx-matomo": "1.0.0-rc.1",
"proj4": "^2.5.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
@ -59,4 +59,4 @@
"ts-node": "~7.0.0",
"typescript": "~4.3.5"
}
}
}

View File

@ -1,4 +1,4 @@
import * as jsPDF from 'jspdf';
import {jsPDF} from 'jspdf';
import domtoimage from 'dom-to-image';