Update npm dependencies

This commit is contained in:
Eliot Partridge
2019-08-30 10:30:13 -05:00
parent 7603879d35
commit ef316acfe4
9 changed files with 68 additions and 64 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ export class PonyTownGame implements Game {
this.drawOptions.tileGrid = !this.drawOptions.tileGrid;
});
addDebugShortcut(7, 'grayscale', () => {
document.documentElement.style.filter = document.documentElement.style.filter ? null : 'grayscale(100%)';
document.documentElement.style.filter = document.documentElement.style.filter ? '' : 'grayscale(100%)';
});
addDebugShortcut(8, 'show regions', () => {
this.debug.showRegions = !this.debug.showRegions;
+3
View File
@@ -137,6 +137,7 @@ import {
faLinux,
faAmilia,
faYandexInternational,
faDiscord
} from '../generated/fa-icons';
export {
@@ -145,6 +146,7 @@ export {
faTwitter,
faTumblr,
faGithub,
faDiscord
} from '../generated/fa-icons';
export const partyLeaderIcon = faCrown;
@@ -164,6 +166,7 @@ export const oauthIcons: { [key: string]: any; } = {
github: faGithub,
vkontakte: faVk,
google: faGoogle,
discord: faDiscord
};
export const uaIcons: { [key: string]: any; } = {