chore(deps): update dependency vite-plugin-tailwind-purgecss to v0.2.1
Build & Deploy / build (pull_request) Successful in 29s Details
Build & Deploy / build (push) Successful in 31s Details

This commit is contained in:
Renovate Bot 2024-04-02 19:02:04 +00:00
parent eae551a1ad
commit 4db4d1863a
2 changed files with 15 additions and 28 deletions

View File

@ -40,7 +40,7 @@
"tslib": "^2.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-tailwind-purgecss": "0.2.0"
"vite-plugin-tailwind-purgecss": "0.2.1"
},
"type": "module"
}

View File

@ -90,8 +90,8 @@ devDependencies:
specifier: ^5.2.6
version: 5.2.7(@types/node@20.12.2)
vite-plugin-tailwind-purgecss:
specifier: 0.2.0
version: 0.2.0(vite@5.2.7)
specifier: 0.2.1
version: 0.2.1(vite@5.2.7)
packages:
@ -1328,6 +1328,11 @@ packages:
engines: {node: '>=14'}
dev: true
/commander@12.0.0:
resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==}
engines: {node: '>=18'}
dev: true
/commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
dev: true
@ -1787,17 +1792,6 @@ packages:
path-is-absolute: 1.0.1
dev: true
/glob@8.1.0:
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
engines: {node: '>=12'}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
inherits: 2.0.4
minimatch: 5.1.6
once: 1.4.0
dev: true
/globals@13.24.0:
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
engines: {node: '>=8'}
@ -2104,13 +2098,6 @@ packages:
brace-expansion: 1.1.11
dev: true
/minimatch@5.1.6:
resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
engines: {node: '>=10'}
dependencies:
brace-expansion: 2.0.1
dev: true
/minimatch@9.0.3:
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
engines: {node: '>=16 || 14 >=14.17'}
@ -2455,12 +2442,12 @@ packages:
engines: {node: '>=6'}
dev: true
/purgecss@6.0.0-alpha.0:
resolution: {integrity: sha512-UC7d7uIyZsky+srEsSXny9BkbTcVn3ZtBCNX3rW3DsqJKhvUXFRpufA4ktcHzWF0+JLZgmsqjUm/8R82x9bHpw==}
/purgecss@6.0.0:
resolution: {integrity: sha512-s3EBxg5RSWmpqd0KGzNqPiaBbWDz1/As+2MzoYVGMqgDqRTLBhJW6sywfTBek7OwNfoS/6pS0xdtvChNhFj2cw==}
hasBin: true
dependencies:
commander: 10.0.1
glob: 8.1.0
commander: 12.0.0
glob: 10.3.10
postcss: 8.4.38
postcss-selector-parser: 6.0.16
dev: true
@ -3020,13 +3007,13 @@ packages:
- rollup
dev: true
/vite-plugin-tailwind-purgecss@0.2.0(vite@5.2.7):
resolution: {integrity: sha512-6Q+SaalUd0t3BOIIiCQPlbZQuYARVgjoC78X+fLbQJqIEy/9fC58aQgHMgi+CmYfVfZmJToA8YiLueSGEo2mng==}
/vite-plugin-tailwind-purgecss@0.2.1(vite@5.2.7):
resolution: {integrity: sha512-pJevMPGyEve5Z/KCXEbYiw7I11Skt+ZAc+GGa8HcJy4d+8OAzgYG3rdvv3NZOT3IJyErSGoLb8dFxj9elPudtw==}
peerDependencies:
vite: ^4.1.1 || ^5.0.0
dependencies:
estree-walker: 3.0.3
purgecss: 6.0.0-alpha.0
purgecss: 6.0.0
vite: 5.2.7(@types/node@20.12.2)
dev: true