diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 1fa5a9c..b444b65 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,27 +3,27 @@ module hugoplate.netlify.app go 1.20 require ( - github.com/gethugothemes/hugo-modules/accordion v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/search v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20231227015948-b2308653c9e2 // indirect - github.com/zeon-studio/hugoplate v0.0.0-20240101043423-aa00fbb34355 // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20240120062719-ef21cc42d8bc // indirect + github.com/zeon-studio/hugoplate v0.0.0-20240110020211-1fe4fc478ee0 // indirect ) diff --git a/package.json b/package.json index 97e08b0..8a47d90 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "@fullhuman/postcss-purgecss": "^5.0.0", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", - "autoprefixer": "^10.4.16", + "autoprefixer": "^10.4.17", "postcss": "^8.4.33", "postcss-cli": "^11.0.0", - "prettier": "^3.1.1", + "prettier": "^3.2.4", "prettier-plugin-go-template": "0.0.15", "prettier-plugin-tailwindcss": "^0.5.11", "tailwind-bootstrap-grid": "^5.1.0",