From cb598d5c3c494b9ce1d4f7c8e76fccbba9ecd221 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 6 Jun 2023 20:51:24 +0200 Subject: [PATCH] Update package.hugo.json To match recent changes to package.json. The package.hugo.json file is picked up when using the repository as a Module, and without this change it would bring in Tailwind 2.x as a dependency. --- package.hugo.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.hugo.json b/package.hugo.json index cd8efdc..37ef527 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -6,12 +6,11 @@ }, "dependencies": {}, "devDependencies": { - "@tailwindcss/typography": "^0.4.1", - "autoprefixer": "^10.3.1", - "postcss": "^8.3.6", - "postcss-cli": "^8.3.1", - "postcss-purgecss": "^2.0.3", - "tailwindcss": "^2.2.7" + "@tailwindcss/typography": "^0.5.9", + "autoprefixer": "^10.4.14", + "postcss": "^8.4.23", + "postcss-cli": "^10.1.0", + "tailwindcss": "^3.3.2" }, "name": "hugo-starter-tailwind-basic", "version": "0.1.0"