Skip to content

Commit

Permalink
Bump sw-precache-webpack-plugin from 0.11.5 to 1.0.0 (#1148)
Browse files Browse the repository at this point in the history
Bumps [sw-precache-webpack-plugin](https://github.com/goldhand/sw-precache-webpack-plugin) from 0.11.5 to 1.0.0.
- [Changelog](https://github.com/goldhand/sw-precache-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](goldhand/sw-precache-webpack-plugin@v0.11.5...v1.0.0)

---
updated-dependencies:
- dependency-name: sw-precache-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent fb4e96b commit ead99c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react-web-tabs": "^1.0.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.1",
"sw-precache-webpack-plugin": "^0.11.5",
"sw-precache-webpack-plugin": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "^3.10.0"
},
Expand All @@ -86,7 +86,7 @@
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"sass-lint": "^1.13.1",
"sw-precache-webpack-plugin": "^0.11.5",
"sw-precache-webpack-plugin": "^1.0.0",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"webpack-bundle-analyzer": ">=3.3.2"
}
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7371,7 +7371,7 @@ lodash.template@^2.4.1:
lodash.templatesettings "~2.4.1"
lodash.values "~2.4.1"

lodash.template@^4.0.2, lodash.template@^4.4.0:
lodash.template@^4.0.2, lodash.template@^4.4.0, lodash.template@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
Expand Down Expand Up @@ -11452,12 +11452,13 @@ svgo@^0.7.0, svgo@^0.7.2:
sax "~1.2.1"
whet.extend "~0.9.9"

sw-precache-webpack-plugin@^0.11.5:
version "0.11.5"
resolved "https://registry.yarnpkg.com/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.11.5.tgz#9b53f65a4966e3adc298e256b3cef7a55c73fdfd"
integrity sha512-K6E52DbYyzGNXGyv2LhI2Duomr3t/2FFMmnGdHZ1Ruk3ulFHDMASJtg3WpA3CXlWODZx189tTaOIO5mWkSKyVg==
sw-precache-webpack-plugin@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-1.0.0.tgz#57438e9a2a730fd9f9ff76b346196164c5dcd301"
integrity sha512-xXda8q9Nx1uCQ3m6TfPvw6X9OcTCnl6qB/afrUi+FF9CK7Lly29XHnvRrni0fzBU/1LKToHFDfi4jpLZuhL9JQ==
dependencies:
del "^3.0.0"
lodash.template "^4.5.0"
sw-precache "^5.2.1"
uglify-es "^3.3.9"

Expand Down

0 comments on commit ead99c1

Please sign in to comment.