diff --git a/package.json b/package.json index bff4190..6fe1bda 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "^10.4.19", "cross-env": "^7.0.3", - "daisyui": "^3.9.4", + "daisyui": "^4.12.10", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.42.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 264c991..4ac979e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,8 +86,8 @@ devDependencies: specifier: ^7.0.3 version: 7.0.3 daisyui: - specifier: ^3.9.4 - version: 3.9.4 + specifier: ^4.12.10 + version: 4.12.10(postcss@8.4.39) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -3100,10 +3100,6 @@ packages: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true - /colord@2.9.3: - resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} - dev: true - /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: true @@ -3252,17 +3248,21 @@ packages: hasBin: true dev: true - /daisyui@3.9.4: - resolution: {integrity: sha512-fvi2RGH4YV617/6DntOVGcOugOPym9jTGWW2XySb5ZpvdWO4L7bEG77VHirrnbRUEWvIEVXkBpxUz2KFj0rVnA==} + /culori@3.3.0: + resolution: {integrity: sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + + /daisyui@4.12.10(postcss@8.4.39): + resolution: {integrity: sha512-jp1RAuzbHhGdXmn957Z2XsTZStXGHzFfF0FgIOZj3Wv9sH7OZgLfXTRZNfKVYxltGUOBsG1kbWAdF5SrqjebvA==} engines: {node: '>=16.9.0'} dependencies: - colord: 2.9.3 css-selector-tokenizer: 0.8.0 - postcss: 8.4.39 + culori: 3.3.0 + picocolors: 1.0.1 postcss-js: 4.0.1(postcss@8.4.39) - tailwindcss: 3.4.5 transitivePeerDependencies: - - ts-node + - postcss dev: true /dargs@8.1.0: