Update dependency @astrojs/tailwind to v5.0.2 #1

Merged
jahanson merged 1 commit from renovate/astrojs-tailwind-5.x-lockfile into main 2023-10-26 08:25:07 -05:00
Showing only changes of commit b1e42fe364 - Show all commits

8
package-lock.json generated
View file

@ -155,16 +155,16 @@
} }
}, },
"node_modules/@astrojs/tailwind": { "node_modules/@astrojs/tailwind": {
"version": "5.0.0", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.0.tgz", "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.2.tgz",
"integrity": "sha512-bMZZNNm/SW+ijUKMQDhdiuNWDdR3CubEKUHb2Ran4Arx1ikWn/kKIkFDXUV+MUnsLa7s19x9VMRlARRyKbqMkQ==", "integrity": "sha512-oXqeqmBlkQmsltrsU9nEWeXOtrZIAHW8dcmX7BCdrjzPnU6dPwWzAwhddNQ9ihKiWwsLnlbwQZIo2CDigcZlIA==",
"dependencies": { "dependencies": {
"autoprefixer": "^10.4.15", "autoprefixer": "^10.4.15",
"postcss": "^8.4.28", "postcss": "^8.4.28",
"postcss-load-config": "^4.0.1" "postcss-load-config": "^4.0.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^3.0.0", "astro": "^3.2.4",
"tailwindcss": "^3.0.24" "tailwindcss": "^3.0.24"
} }
}, },