Skip to content

Commit

Permalink
fix (examples): Changed the version of next-pwa (#39369)
Browse files Browse the repository at this point in the history
next-pwa verison 5.5.5 causes the app to [crash](shadowwalker/next-pwa#370). See issue #39224
Changed the version to 5.5.4 and removed `^`.

Fixes: #39383
  • Loading branch information
ahkhanjani committed Aug 7, 2022
1 parent 43a4a8e commit b1de1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/progressive-web-app/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"next": "latest",
"next-pwa": "^5.4.1",
"next-pwa": "5.5.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down

0 comments on commit b1de1d1

Please sign in to comment.