Skip to content

Commit

Permalink
chore: Upgrade next-pwa to latest (#1326)
Browse files Browse the repository at this point in the history
* Update package.json

* Added next-pwa in yarn
  • Loading branch information
alceil authored Feb 5, 2022
1 parent cba075a commit 0f9d310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"morphmorph": "^0.1.3",
"ms": "^2.1.3",
"next": "^12.0.9",
"next-pwa": "^3.1.0",
"next-pwa": "^5.4.4",
"prettier": "^2.5.1",
"puppeteer-core": "^9.0.0",
"react": "^17.0.2",
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6203,15 +6203,17 @@ negotiator@0.6.2:
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==

next-pwa@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/next-pwa/-/next-pwa-3.1.0.tgz#44eacd2680704b65afc085a15df2d37476a4283f"
integrity sha512-59W1mWQ8pTNAzMZIgaUZHQjUXwcTaf1nEfgYKvzG2bl8H2SmC4iYcJAG7gMFEW3lUTdjzT7rA3274+CrdrdM0g==
next-pwa@^5.4.4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/next-pwa/-/next-pwa-5.4.4.tgz#00f1678091f05662e54c25106664e79c26c337ef"
integrity sha512-Wo7DctXO9ZZzMCuRK/q2U3x5k49LBRv7p31woJIUfiR6tJChSMoojHUvvgeCY72gSo4mtovS5KRm6iHIs/kxeg==
dependencies:
clean-webpack-plugin "^3.0.0"
globby "^11.0.0"
workbox-webpack-plugin "^5.1.3"
workbox-window "^5.1.3"
babel-loader "^8.2.3"
clean-webpack-plugin "^4.0.0"
globby "^11.0.4"
terser-webpack-plugin "^5.2.5"
workbox-webpack-plugin "^6.4.2"
workbox-window "^6.4.2"

next@^12.0.9:
version "12.0.9"
Expand Down

0 comments on commit 0f9d310

Please sign in to comment.