diff options
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 34 |
2 files changed, 15 insertions, 21 deletions
diff --git a/app/package.json b/app/package.json index 3cf158c..7a23fea 100644 --- a/app/package.json +++ b/app/package.json @@ -39,7 +39,7 @@ "typescript": "5.4.3", "vite": "5.2.8", "vite-plugin-pwa": "0.19.7", - "vite-plugin-tailwind-purgecss": "0.2.0" + "vite-plugin-tailwind-purgecss": "0.2.1" }, "private": true, "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f929a90..53213fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -118,8 +118,8 @@ importers: specifier: 0.19.7 version: 0.19.7(vite@5.2.8)(workbox-build@7.0.0)(workbox-window@7.0.0) vite-plugin-tailwind-purgecss: - specifier: 0.2.0 - version: 0.2.0(vite@5.2.8) + specifier: 0.2.1 + version: 0.2.1(vite@5.2.8) packages: @@ -2602,6 +2602,11 @@ packages: engines: {node: '>=16'} 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 @@ -3293,17 +3298,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'} @@ -4350,12 +4344,12 @@ packages: resolution: {integrity: sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==} 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 @@ -5295,13 +5289,13 @@ packages: - supports-color dev: true - /vite-plugin-tailwind-purgecss@0.2.0(vite@5.2.8): - resolution: {integrity: sha512-6Q+SaalUd0t3BOIIiCQPlbZQuYARVgjoC78X+fLbQJqIEy/9fC58aQgHMgi+CmYfVfZmJToA8YiLueSGEo2mng==} + /vite-plugin-tailwind-purgecss@0.2.1(vite@5.2.8): + 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.8(@types/node@20.12.4) dev: true |