diff --git a/CHANGELOG.md b/CHANGELOG.md index 322964ed..1ca48037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +* Dependency updates. Upgraded to `sw-precache@5.1.1` minimum to prevent error about corrupted data on firefox 52 and Chrome 60 (witch match the spec) + ## [1.2.1] - 2017-05-03 * Dependency updates. Upgraded to new `polymer-bundler`. Most important update is a fix to bug whereby `lazy-import` links were being moved out of their `` containers. diff --git a/package.json b/package.json index c42a79e2..9c480386 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "polymer-analyzer": "2.0.0-alpha.40", "polymer-bundler": "2.0.0-pre.14", "polymer-project-config": "^2.0.0", - "sw-precache": "^4.2.0", + "sw-precache": "^5.1.1", "vinyl": "^1.1.1", "vinyl-fs": "^2.4.3" },