From b104c201d05c1c7f01dd679903e78e754dbdea20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 22:51:33 +0200 Subject: [PATCH] Update dependency @astrojs/tailwind to v2 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d9c1df..0284eff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@astrojs/react": "1.1.4", - "@astrojs/tailwind": "1.0.1", + "@astrojs/tailwind": "2.0.2", "@iconify/json": "2.1.116", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", @@ -198,14 +198,16 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-1.0.1.tgz", - "integrity": "sha512-ZVytcmam/krEkg3xfW+2ItMz/XKWCg86Zj9lZsUOybEi3mcQZt++CRGyX1zqUAHrjXY9p/hhMeSWtwVX3GnIyA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.0.2.tgz", + "integrity": "sha512-SDQYqrOLwrRdDzjoSs6Ha2YQzWJlzWnPTZM5t0aWoHukm3JPQg/omDTpiz/XqT4vupYMOsBQZ9WBuNyWVtMrVg==", "dev": true, "dependencies": { "@proload/core": "^0.3.2", "autoprefixer": "^10.4.7", - "postcss": "^8.4.14", + "postcss": "^8.4.14" + }, + "peerDependencies": { "tailwindcss": "^3.0.24" } }, @@ -10383,15 +10385,14 @@ } }, "@astrojs/tailwind": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-1.0.1.tgz", - "integrity": "sha512-ZVytcmam/krEkg3xfW+2ItMz/XKWCg86Zj9lZsUOybEi3mcQZt++CRGyX1zqUAHrjXY9p/hhMeSWtwVX3GnIyA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.0.2.tgz", + "integrity": "sha512-SDQYqrOLwrRdDzjoSs6Ha2YQzWJlzWnPTZM5t0aWoHukm3JPQg/omDTpiz/XqT4vupYMOsBQZ9WBuNyWVtMrVg==", "dev": true, "requires": { "@proload/core": "^0.3.2", "autoprefixer": "^10.4.7", - "postcss": "^8.4.14", - "tailwindcss": "^3.0.24" + "postcss": "^8.4.14" } }, "@astrojs/telemetry": { diff --git a/package.json b/package.json index 7330712..feccd2c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@astrojs/react": "1.1.4", - "@astrojs/tailwind": "1.0.1", + "@astrojs/tailwind": "2.0.2", "@iconify/json": "2.1.116", "@types/react": "18.0.21", "@types/react-dom": "18.0.6",