Closed dkastl closed 1 year ago
@dkastl (CC: @ishikawa999)
Thanks!
I confirmed the followings on my macOS Ventura 13.5.2 (M1)
and Ubuntu 22.04
asdf Node.js v18.18.0 environments.
Execute npm install
.
macOS:
Ubuntu:
Execute npm run build
after removing updating files (to make sure files will be generated), then check diff by git diff
macOS:
Ubuntu:
There was no installation error and generated files (theme.js
and theme.css
) are completely same as original ones,
so I think that this PR is safe to merge.
@dkastl
Thank you for the pull request. I've tested it in my environment and had no issues with installation. The results of npm run build
were also problem-free, so I will merge it.
I appreciate your contribution.
@sanak Thank you for helping with the verification.
This pull requests improves the following:
Removal of
node-sass
dependencyThere was an error installing
node-sass
on my environment (Ubuntu 23.04). Some research showed that the library is deprecated and a migration to Dart SASS is easy: https://sass-lang.com/blog/libsass-is-deprecated/#how-do-i-migrateIn fact, Dart SASS was already in
package.json
assass
.Removal of unneeded dependencies
It seems that a few dev dependencies are not used, so I removed them from
package.json
.Minor version upgrades
A few dependencies have updated versions available.