diff --git a/package.json b/package.json index 9671ab5..30c48b4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@vite-pwa/sveltekit": "^0.4.0", "autoprefixer": "^10.4.18", "cross-env": "^7.0.3", - "daisyui": "^3.9.4", + "daisyui": "^4.7.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.35.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b304827..5e1bb2a 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.7.3 + version: 4.7.3(postcss@8.4.35) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -2848,10 +2848,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 @@ -2996,17 +2992,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.7.3(postcss@8.4.35): + resolution: {integrity: sha512-R8jUpBMAUm4rSyxzGa9QqFdJTkzREtb1QahXdDoOfElGiF4VbSuu5bfqQoOro1kkSagPy+aTKu5WtSSXmH3u3g==} engines: {node: '>=16.9.0'} dependencies: - colord: 2.9.3 css-selector-tokenizer: 0.8.0 - postcss: 8.4.35 + culori: 3.3.0 + picocolors: 1.0.0 postcss-js: 4.0.1(postcss@8.4.35) - tailwindcss: 3.4.1 transitivePeerDependencies: - - ts-node + - postcss dev: true /dargs@8.1.0: