stephanrauh / ngx-extended-pdf-viewer

A full-blown PDF viewer for Angular 16, 17, and beyond
https://pdfviewer.net
Apache License 2.0
487 stars 184 forks source link

clean up dependencies #2557

Closed tbo47 closed 2 months ago

tbo47 commented 2 months ago

I think the following dependencies can be in devDependencies

    "@schematics/angular": "^17.1.1",
    "@types/estree": "^1.0.5",
    "@types/trusted-types": "^2.0.7",

I don't see deburr being used anywhere anymore.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

stephanrauh commented 2 months ago

Thanks! You're right, I should have removed the dependency from deburr a long time ago.