diff options
-rw-r--r-- | clients/www/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 35 |
2 files changed, 13 insertions, 24 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 236275c..257dec6 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -38,7 +38,7 @@ "tslib": "^2.6.2", "typescript": "^5.4.3", "vite": "^5.2.7", - "vite-plugin-tailwind-purgecss": "0.2.0" + "vite-plugin-tailwind-purgecss": "0.2.1" }, "type": "module" }
\ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbc09be..be7729b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -99,8 +99,8 @@ importers: specifier: ^5.2.7 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: @@ -2449,9 +2449,9 @@ packages: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true - /commander@10.0.1: - resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} - engines: {node: '>=14'} + /commander@12.0.0: + resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==} + engines: {node: '>=18'} dev: true /commander@2.20.3: @@ -3072,17 +3072,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@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} @@ -3982,12 +3971,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.15 dev: true @@ -4842,13 +4831,13 @@ packages: - supports-color 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 |