package-lock fix
This commit is contained in:
parent
5f36202dff
commit
1c047ff495
|
@ -0,0 +1,5 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import * as jsPDF from 'jspdf';
|
||||
import {jsPDF} from 'jspdf';
|
||||
import domtoimage from 'dom-to-image';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue