Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Update deps #240

Closed keanulee closed 5 years ago

keanulee commented 5 years ago

For review:

There's an issue with the TS template if I compile pwa-helpers with TS 3.1.1 which I have to look into (currently locked to TS 3.0.3), so will block merging this until I figure that out and cut a stable release for pwa-helpers.

Fixes #245

keanulee commented 5 years ago

Was able to remove DOM API typings from connect-mixin in https://github.com/Polymer/pwa-helpers/pull/43. As a result, we can still use TS 3.0 here (until https://github.com/Polymer/polymer/pull/5371 is resolved) while pwa-helpers becomes compatible with both 3.0 and 3.1.