Skip to content

Commit

Permalink
Bump workbox-build deps (#1959)
Browse files Browse the repository at this point in the history
* Bump workbox-build deps

* Keep fs-extra as-is for now.
  • Loading branch information
jeffposnick committed Mar 14, 2019
1 parent da6e0f2 commit 121729c
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 38 deletions.
173 changes: 141 additions & 32 deletions packages/workbox-build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/workbox-build/package.json
Expand Up @@ -20,14 +20,14 @@
"bugs": "https://github.com/GoogleChrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"dependencies": {
"@babel/runtime": "^7.0.0",
"common-tags": "^1.4.0",
"@babel/runtime": "^7.3.4",
"common-tags": "^1.8.0",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"joi": "^11.1.1",
"glob": "^7.1.3",
"joi": "^14.3.1",
"lodash.template": "^4.4.0",
"pretty-bytes": "^4.0.2",
"stringify-object": "^3.2.2",
"pretty-bytes": "^5.1.0",
"stringify-object": "^3.3.0",
"strip-comments": "^1.0.2",
"workbox-background-sync": "^4.1.0",
"workbox-broadcast-update": "^4.1.0",
Expand Down

0 comments on commit 121729c

Please sign in to comment.