-
-
Notifications
You must be signed in to change notification settings - Fork 302
chore(deps): bump workbox-precaching from 7.3.0 to 7.4.0 #5614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,7 +102,7 @@ | |
| "vuetify": "^1.5.24", | ||
| "vuex": "^3.0.1", | ||
| "workbox-core": "^7.4.0", | ||
| "workbox-precaching": "^7.3.0", | ||
| "workbox-precaching": "^7.4.0", | ||
| "workbox-routing": "^7.3.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nitpick (re-raised, unaddressed from prior review):
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nitpick (re-raised, unaddressed from prior reviews): |
||
| "workbox-strategies": "^7.3.0", | ||
| "workbox-window": "^7.3.0" | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: With
workbox-precachingnow at^7.4.0, its transitive deps (workbox-routing,workbox-strategies) resolve to 7.4.0 in the lockfile, while the direct specifiers on lines 106-108 are still^7.3.0. Consider bumpingworkbox-routing,workbox-strategies, andworkbox-windowto^7.4.0as well for consistency. Not blocking — both versions are compatible and this can be done in a follow-up.