diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 32a5a3e..0c54cfe 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -25,5 +25,5 @@ require ( github.com/gethugothemes/hugo-modules/tab v0.0.0-20230731033118-be0c1c964f76 // indirect github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230731033118-be0c1c964f76 // indirect github.com/gethugothemes/hugo-modules/videos v0.0.0-20230731033118-be0c1c964f76 // indirect - github.com/zeon-studio/hugoplate v0.0.0-20230805040115-3e2ac9f85227 // indirect + github.com/zeon-studio/hugoplate v0.0.0-20230806021916-758bc53106bd // indirect ) diff --git a/package.json b/package.json index 151b820..da46be9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "autoprefixer": "^10.4.14", "postcss": "^8.4.27", "postcss-cli": "^10.1.0", - "prettier": "^3.0.0", + "prettier": "^3.0.1", "prettier-plugin-go-template": "0.0.15", "prettier-plugin-tailwindcss": "^0.4.1", "tailwind-bootstrap-grid": "^5.0.1",