fix(deps): pin dependency html-webpack-plugin to 5.3.1 (#164)

This commit is contained in:
renovate[bot]
2021-03-15 06:32:07 -03:00
committed by GitHub
parent 391a77a0ff
commit d63efade2f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"dependencies": {
"@marscollective/gatsby-theme-link-free": "0.2.8",
"gatsby": "3.0.4",
"html-webpack-plugin": "^5.3.1",
"html-webpack-plugin": "5.3.1",
"react": "17.0.1",
"react-dom": "17.0.1"
}