Update some JS dependencies (#13222)
* Update some JS dependencies - Update selective dependencies that are compatible with webpack 4. We can not upgrade to webpack 5 yet because `license-webpack-plugin` is incompatible. - Enable a few new eslint rules and fix new issues * fix comment Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
965861043a
commit
58e1e5ba13
6 changed files with 878 additions and 697 deletions
|
@ -15,7 +15,7 @@ export const emojiKeys = Object.keys(tempMap).sort((a, b) => {
|
|||
return a.localeCompare(b);
|
||||
});
|
||||
|
||||
export const emojiMap = {};
|
||||
const emojiMap = {};
|
||||
for (const key of emojiKeys) {
|
||||
emojiMap[key] = tempMap[key];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue