diff options
author | crupest <crupest@outlook.com> | 2021-01-31 13:53:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 13:53:00 +0800 |
commit | 46016b83d57681b7af37c66e8722b0186b8a9549 (patch) | |
tree | 0d7e3a9839813c6d2be33817ed279327c9181463 | |
parent | 657be399bb1dbfa1443b50e991c69112516c4ffd (diff) | |
parent | 2c3e442440f30ca2d9689c779b98c1ae9066ad3a (diff) | |
download | timeline-46016b83d57681b7af37c66e8722b0186b8a9549.tar.gz timeline-46016b83d57681b7af37c66e8722b0186b8a9549.tar.bz2 timeline-46016b83d57681b7af37c66e8722b0186b8a9549.zip |
Merge pull request #215 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-webpack-plugin-6.1.0
build(deps-dev): Bump workbox-webpack-plugin from 6.0.2 to 6.1.0 in /FrontEnd
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 97850b42..248416a9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -108,6 +108,6 @@ "webpack-chain": "^6.5.1",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
- "workbox-webpack-plugin": "^6.0.2"
+ "workbox-webpack-plugin": "^6.1.0"
}
}
|