Skip to content

Commit

Permalink
Refactor deprecated npm packages - remove unusued SnapSVG library
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Jan 20, 2025
1 parent d53e856 commit c3b58b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
15 changes: 7 additions & 8 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@
<!-- NPM Package and version Local package_dir -->
<!-- ----------------------- ----------------- -->
<!-- -->
<!-- "jointjs": "~2.0.1" ==> jointjs -->
<!-- "bootstrap": "~3.3.7" ==> boostrap -->
<!-- "svg-pan-zoom": "~3.4.1" ==> svg-pan-zoom -->
<!-- "svgo": "~0.7.2" ==> svgo -->
<!-- "jointjs": "~2.0.1" ==> jointjs -->
<!-- "bootstrap": "~3.3.7" ==> boostrap -->
<!-- "svg-pan-zoom": "~3.4.1" ==> svg-pan-zoom -->
<!-- "angular": "~1.6.9" ==> angular -->
<!-- "angular-gettext": "2.4.2" ==> angular-gettext -->
<!-- "angular-route": "~1.6.9" ==> angular-route -->
<!-- "angular-ui-bootstrap": "~1.3.3" ==> angular-ui-bootstrap -->
<!-- -->
<!----------------------------------------------------------------------->

Expand Down Expand Up @@ -376,10 +379,6 @@
<!-- https://alertifyjs.com/ -->
<script src="node_modules/alertifyjs/build/alertify.js"></script>

<!-- snapsvg: The JavaScript SVG library for the modern web -->
<!-- http://snapsvg.io/ -->
<script src="node_modules/snapsvg/dist/snap.svg-min.js"></script>

<!-- jSuites: a collection of lightweight common required -->
<!-- javascript web components -->
<!-- https://www.npmjs.com/package/jsuites -->
Expand Down
16 changes: 0 additions & 16 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"select2": "~4.1.0-rc.0",
"sha1": "~1.1.1",
"shelljs": "^0.8.5",
"snapsvg": "~0.5.1",
"spark-md5": "^3.0.1",
"ssh-exec": "~2.0.0",
"sudo-prompt": "~8.2.0",
Expand Down

0 comments on commit c3b58b3

Please sign in to comment.