vitaliy-bobrov / pacman-pwa

Pacman PWA arcade game build with Phaser & TypeScript.
https://bobrov.dev/pacman-pwa/
43 stars 15 forks source link

Updated typescript, removed typings dependency #7

Closed mikehodgson closed 5 years ago

mikehodgson commented 5 years ago

I noticed when I was working on #4 yesterday, that there were two critical vulnerabilities signaled by NPM. This commit fixes those by removing the dependency on typings, and upgrading @types/node, tslint, and typescript to their latest versions.

I've also updated the clean-webpack-plugin and copy-webpack-plugin modules that I missed yesterday.

I have tested everything using webpack-test-server, and also building and running the project on my own IIS server.

vitaliy-bobrov commented 5 years ago

Thanks!