Update dependency @astrojs/tailwind to v5.0.2
This commit is contained in:
parent
e9712e5a03
commit
b1e42fe364
1 changed files with 4 additions and 4 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -155,16 +155,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@astrojs/tailwind": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.0.tgz",
|
||||
"integrity": "sha512-bMZZNNm/SW+ijUKMQDhdiuNWDdR3CubEKUHb2Ran4Arx1ikWn/kKIkFDXUV+MUnsLa7s19x9VMRlARRyKbqMkQ==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.2.tgz",
|
||||
"integrity": "sha512-oXqeqmBlkQmsltrsU9nEWeXOtrZIAHW8dcmX7BCdrjzPnU6dPwWzAwhddNQ9ihKiWwsLnlbwQZIo2CDigcZlIA==",
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.15",
|
||||
"postcss": "^8.4.28",
|
||||
"postcss-load-config": "^4.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^3.0.0",
|
||||
"astro": "^3.2.4",
|
||||
"tailwindcss": "^3.0.24"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue