update deps and fix style issue in js/class.js (#3289)

see title, should be merged because style tests are failing, see
https://github.com/MichMich/MagicMirror/pull/3284#issuecomment-1854513673
This commit is contained in:
Karsten Hassel 2023-12-13 22:48:23 +01:00 committed by GitHub
parent 55cd03576f
commit d5406f4900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 337 additions and 664 deletions

View file

@ -53,7 +53,7 @@
return ret;
};
})(name, prop[name])
})(name, prop[name])
: prop[name];
}