tify-iiif-viewer / tify

TIFY is a slim and mobile-friendly IIIF document viewer.
GNU Affero General Public License v3.0
108 stars 27 forks source link

Update dependencies #99

Closed t11r closed 3 years ago

t11r commented 3 years ago

Sass Loader v12 does not work with Vue yet, so we stick to v10.

ipf commented 3 years ago

When running npm build I get some deprecation warnings regarding sass, such as

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid, 8)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ╷
10 │     padding: ($grid / 8);
   │               ^^^^^^^^^
   ╵
    src/styles/common/badge.scss 10:12  @import
    common/* 1:9                        @import
    src/styles/main.scss 7:9            root stylesheet

WARNING: 73 repetitive deprecation warnings omitted.

These should be eliminated if possible

ipf commented 3 years ago

After rebasing to main the deprecations are gone.