Openstatus www.openstatus.dev

chore: bump tailwind autoprefixer postcss (#805)

* chore: bump tailwind autoprefixer postcss

* fix: format

authored by

Maximilian Kaske and committed by
GitHub
7722fde9 eb21f864

+84 -95
+3 -3
apps/web/package.json
··· 95 95 "@types/react": "18.2.64", 96 96 "@types/react-dom": "18.2.21", 97 97 "@types/rss": "0.0.32", 98 - "autoprefixer": "10.4.16", 99 - "postcss": "8.4.31", 98 + "autoprefixer": "10.4.19", 99 + "postcss": "8.4.38", 100 100 "rehype-autolink-headings": "7.1.0", 101 101 "rehype-slug": "5.1.0", 102 102 "remark-gfm": "3.0.1", 103 - "tailwindcss": "3.3.2", 103 + "tailwindcss": "3.4.3", 104 104 "typescript": "5.4.5", 105 105 "unified": "10.1.2" 106 106 }
+2 -2
apps/web/src/app/app/[workspaceSlug]/(dashboard)/rum/_components/route-table.tsx
··· 23 23 <TableCaption>An overview of your page performance.</TableCaption> 24 24 <TableHeader> 25 25 <TableRow className="sticky top-0"> 26 - <TableHead className="max-w-6 w-4">Page</TableHead> 26 + <TableHead className="w-4 max-w-6">Page</TableHead> 27 27 <TableHead>Total Events</TableHead> 28 28 <TableHead>CLS</TableHead> 29 29 <TableHead>FCP</TableHead> ··· 36 36 {data.map((page) => { 37 37 return ( 38 38 <TableRow key={`${page.href}`}> 39 - <TableCell className="max-w-6 w-2 truncate font-medium"> 39 + <TableCell className="w-2 max-w-6 truncate font-medium"> 40 40 {page.href} 41 41 </TableCell> 42 42 <TableCell>{page.total_event}</TableCell>
+1 -1
apps/web/src/app/play/checker/[id]/page.tsx
··· 55 55 <Shell className="flex flex-col gap-8"> 56 56 <div className="flex justify-between gap-4"> 57 57 <div className="flex max-w-[calc(100%-50px)] flex-col gap-1"> 58 - <h1 className="text-wrap truncate text-lg font-semibold sm:text-xl md:text-3xl"> 58 + <h1 className="truncate text-wrap text-lg font-semibold sm:text-xl md:text-3xl"> 59 59 {data.url} 60 60 </h1> 61 61 <p className="text-muted-foreground text-sm sm:text-base">
+1 -1
packages/react/package.json
··· 28 28 "@openstatus/tsconfig": "workspace:*", 29 29 "@types/node": "20.8.0", 30 30 "@types/react": "18.2.64", 31 - "tailwindcss": "3.3.2", 31 + "tailwindcss": "3.4.3", 32 32 "tsup": "7.2.0", 33 33 "typescript": "5.4.5" 34 34 },
+77 -88
pnpm-lock.yaml
··· 310 310 version: 0.7.0(typescript@5.4.5)(zod@3.22.4) 311 311 '@tailwindcss/container-queries': 312 312 specifier: 0.1.1 313 - version: 0.1.1(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 313 + version: 0.1.1(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 314 314 '@tailwindcss/typography': 315 315 specifier: 0.5.10 316 - version: 0.5.10(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 316 + version: 0.5.10(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 317 317 '@tanstack/react-table': 318 318 specifier: 8.10.3 319 319 version: 8.10.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) 320 320 '@tremor/react': 321 321 specifier: 3.13.3 322 - version: 3.13.3(prop-types@15.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 322 + version: 3.13.3(prop-types@15.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 323 323 '@trpc/client': 324 324 specifier: 10.45.1 325 325 version: 10.45.1(@trpc/server@10.45.1) ··· 451 451 version: 1.14.0 452 452 tailwindcss-animate: 453 453 specifier: 1.0.7 454 - version: 1.0.7(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 454 + version: 1.0.7(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 455 455 zod: 456 456 specifier: 3.22.4 457 457 version: 3.22.4 ··· 478 478 specifier: 0.0.32 479 479 version: 0.0.32 480 480 autoprefixer: 481 - specifier: 10.4.16 482 - version: 10.4.16(postcss@8.4.31) 481 + specifier: 10.4.19 482 + version: 10.4.19(postcss@8.4.38) 483 483 postcss: 484 - specifier: 8.4.31 485 - version: 8.4.31 484 + specifier: 8.4.38 485 + version: 8.4.38 486 486 rehype-autolink-headings: 487 487 specifier: 7.1.0 488 488 version: 7.1.0 ··· 493 493 specifier: 3.0.1 494 494 version: 3.0.1 495 495 tailwindcss: 496 - specifier: 3.3.2 497 - version: 3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 496 + specifier: 3.4.3 497 + version: 3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 498 498 typescript: 499 499 specifier: 5.4.5 500 500 version: 5.4.5 ··· 900 900 specifier: 18.2.64 901 901 version: 18.2.64 902 902 tailwindcss: 903 - specifier: 3.3.2 904 - version: 3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 903 + specifier: 3.4.3 904 + version: 3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 905 905 tsup: 906 906 specifier: 7.2.0 907 - version: 7.2.0(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))(typescript@5.4.5) 907 + version: 7.2.0(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))(typescript@5.4.5) 908 908 typescript: 909 909 specifier: 5.4.5 910 910 version: 5.4.5 ··· 1118 1118 version: 20.8.0 1119 1119 tsup: 1120 1120 specifier: 7.2.0 1121 - version: 7.2.0(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))(typescript@5.4.5) 1121 + version: 7.2.0(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))(typescript@5.4.5) 1122 1122 typescript: 1123 1123 specifier: 5.4.5 1124 1124 version: 5.4.5 ··· 4399 4399 asynckit@0.4.0: 4400 4400 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} 4401 4401 4402 - autoprefixer@10.4.16: 4403 - resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} 4402 + autoprefixer@10.4.19: 4403 + resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} 4404 4404 engines: {node: ^10 || ^12 || >=14} 4405 4405 hasBin: true 4406 4406 peerDependencies: ··· 4468 4468 resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} 4469 4469 engines: {node: '>=8'} 4470 4470 4471 - browserslist@4.22.1: 4472 - resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} 4473 - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4474 - hasBin: true 4475 - 4476 4471 browserslist@4.23.0: 4477 4472 resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} 4478 4473 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} ··· 4546 4541 camelcase@7.0.1: 4547 4542 resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==} 4548 4543 engines: {node: '>=14.16'} 4549 - 4550 - caniuse-lite@1.0.30001551: 4551 - resolution: {integrity: sha512-vtBAez47BoGMMzlbYhfXrMV1kvRF2WP/lqiMuDu1Sb4EE4LKEgjopFDSRtZfdVnslNRpOqV/woE+Xgrwj6VQlg==} 4552 4544 4553 4545 caniuse-lite@1.0.30001612: 4554 4546 resolution: {integrity: sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==} ··· 5222 5214 engines: {node: '>=14'} 5223 5215 hasBin: true 5224 5216 5225 - electron-to-chromium@1.4.563: 5226 - resolution: {integrity: sha512-dg5gj5qOgfZNkPNeyKBZQAQitIQ/xwfIDmEQJHCbXaD9ebTZxwJXUsDYcBlAvZGZLi+/354l35J1wkmP6CqYaw==} 5227 - 5228 5217 electron-to-chromium@1.4.750: 5229 5218 resolution: {integrity: sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==} 5230 5219 ··· 6286 6275 resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} 6287 6276 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 6288 6277 6289 - jiti@1.20.0: 6290 - resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==} 6278 + jiti@1.21.0: 6279 + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} 6291 6280 hasBin: true 6292 6281 6293 6282 jju@1.4.0: ··· 6849 6838 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 6850 6839 hasBin: true 6851 6840 6841 + nanoid@3.3.7: 6842 + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} 6843 + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 6844 + hasBin: true 6845 + 6852 6846 nanoid@5.0.1: 6853 6847 resolution: {integrity: sha512-vWeVtV5Cw68aML/QaZvqN/3QQXc6fBfIieAlu05m7FZW2Dgb+3f0xc0TTxuJW+7u30t7iSDTV/j3kVI0oJqIfQ==} 6854 6848 engines: {node: ^18 || >=20} ··· 6975 6969 resolution: {integrity: sha512-Cov028YhBZ5aB7MdMWJEmwyBig43aGL5WT4vdoB28Oitau1zZAcHUn8Sgfk9HM33TqhtLJ9PlM/O0Mv+QpV/4Q==} 6976 6970 engines: {node: '>=8.9.4'} 6977 6971 6978 - node-releases@2.0.13: 6979 - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} 6980 - 6981 6972 node-releases@2.0.14: 6982 6973 resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} 6983 6974 ··· 7283 7274 7284 7275 postcss@8.4.31: 7285 7276 resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} 7277 + engines: {node: ^10 || ^12 || >=14} 7278 + 7279 + postcss@8.4.38: 7280 + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} 7286 7281 engines: {node: ^10 || ^12 || >=14} 7287 7282 7288 7283 preact-render-to-string@5.2.3: ··· 7889 7884 7890 7885 source-map-js@1.0.2: 7891 7886 resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} 7887 + engines: {node: '>=0.10.0'} 7888 + 7889 + source-map-js@1.2.0: 7890 + resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} 7892 7891 engines: {node: '>=0.10.0'} 7893 7892 7894 7893 source-map-support@0.5.21: ··· 8119 8118 peerDependencies: 8120 8119 postcss: ^8.0.9 8121 8120 8122 - tailwindcss@3.3.2: 8123 - resolution: {integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==} 8121 + tailwindcss@3.4.3: 8122 + resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==} 8124 8123 engines: {node: '>=14.0.0'} 8125 8124 hasBin: true 8126 8125 ··· 10128 10127 react: 18.2.0 10129 10128 react-dom: 18.2.0(react@18.2.0) 10130 10129 10131 - '@headlessui/tailwindcss@0.2.0(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 10130 + '@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 10132 10131 dependencies: 10133 - tailwindcss: 3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 10132 + tailwindcss: 3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 10134 10133 10135 10134 '@hono/node-server@1.11.1': {} 10136 10135 ··· 12058 12057 optionalDependencies: 12059 12058 typescript: 5.4.5 12060 12059 12061 - '@tailwindcss/container-queries@0.1.1(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 12060 + '@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 12062 12061 dependencies: 12063 - tailwindcss: 3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 12062 + tailwindcss: 3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 12064 12063 12065 - '@tailwindcss/typography@0.5.10(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 12064 + '@tailwindcss/typography@0.5.10(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 12066 12065 dependencies: 12067 12066 lodash.castarray: 4.4.0 12068 12067 lodash.isplainobject: 4.0.6 12069 12068 lodash.merge: 4.6.2 12070 12069 postcss-selector-parser: 6.0.10 12071 - tailwindcss: 3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 12070 + tailwindcss: 3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 12072 12071 12073 12072 '@tanstack/query-core@4.36.1': {} 12074 12073 ··· 12100 12099 12101 12100 '@tootallnate/quickjs-emscripten@0.23.0': {} 12102 12101 12103 - '@tremor/react@3.13.3(prop-types@15.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 12102 + '@tremor/react@3.13.3(prop-types@15.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)))': 12104 12103 dependencies: 12105 12104 '@floating-ui/react': 0.19.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) 12106 12105 '@headlessui/react': 1.7.18(react-dom@18.2.0(react@18.2.0))(react@18.2.0) 12107 - '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 12106 + '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))) 12108 12107 date-fns: 2.30.0 12109 12108 react: 18.2.0 12110 12109 react-day-picker: 8.10.0(date-fns@2.30.0)(react@18.2.0) ··· 12658 12657 12659 12658 asynckit@0.4.0: {} 12660 12659 12661 - autoprefixer@10.4.16(postcss@8.4.31): 12660 + autoprefixer@10.4.19(postcss@8.4.38): 12662 12661 dependencies: 12663 - browserslist: 4.22.1 12664 - caniuse-lite: 1.0.30001551 12662 + browserslist: 4.23.0 12663 + caniuse-lite: 1.0.30001612 12665 12664 fraction.js: 4.3.7 12666 12665 normalize-range: 0.1.2 12667 12666 picocolors: 1.0.0 12668 - postcss: 8.4.31 12667 + postcss: 8.4.38 12669 12668 postcss-value-parser: 4.2.0 12670 12669 12671 12670 available-typed-arrays@1.0.5: {} ··· 12724 12723 dependencies: 12725 12724 fill-range: 7.0.1 12726 12725 12727 - browserslist@4.22.1: 12728 - dependencies: 12729 - caniuse-lite: 1.0.30001551 12730 - electron-to-chromium: 1.4.563 12731 - node-releases: 2.0.13 12732 - update-browserslist-db: 1.0.13(browserslist@4.22.1) 12733 - 12734 12726 browserslist@4.23.0: 12735 12727 dependencies: 12736 12728 caniuse-lite: 1.0.30001612 ··· 12801 12793 camelcase@5.3.1: {} 12802 12794 12803 12795 camelcase@7.0.1: {} 12804 - 12805 - caniuse-lite@1.0.30001551: {} 12806 12796 12807 12797 caniuse-lite@1.0.30001612: {} 12808 12798 ··· 13354 13344 commander: 10.0.1 13355 13345 minimatch: 9.0.1 13356 13346 semver: 7.5.4 13357 - 13358 - electron-to-chromium@1.4.563: {} 13359 13347 13360 13348 electron-to-chromium@1.4.750: {} 13361 13349 ··· 14838 14826 graceful-fs: 4.2.11 14839 14827 picomatch: 2.3.1 14840 14828 14841 - jiti@1.20.0: {} 14829 + jiti@1.21.0: {} 14842 14830 14843 14831 jju@1.4.0: {} 14844 14832 ··· 15700 15688 15701 15689 nanoid@3.3.6: {} 15702 15690 15691 + nanoid@3.3.7: {} 15692 + 15703 15693 nanoid@5.0.1: {} 15704 15694 15705 15695 nanoid@5.0.2: {} ··· 15818 15808 lodash.get: 4.4.2 15819 15809 mkdirp: 0.5.6 15820 15810 resolve: 1.22.8 15821 - 15822 - node-releases@2.0.13: {} 15823 15811 15824 15812 node-releases@2.0.14: {} 15825 15813 ··· 16088 16076 read-cache: 1.0.0 16089 16077 resolve: 1.22.8 16090 16078 16091 - postcss-import@15.1.0(postcss@8.4.31): 16079 + postcss-import@15.1.0(postcss@8.4.38): 16092 16080 dependencies: 16093 - postcss: 8.4.31 16081 + postcss: 8.4.38 16094 16082 postcss-value-parser: 4.2.0 16095 16083 read-cache: 1.0.0 16096 16084 resolve: 1.22.8 ··· 16100 16088 camelcase-css: 2.0.1 16101 16089 postcss: 8.4.21 16102 16090 16103 - postcss-js@4.0.1(postcss@8.4.31): 16091 + postcss-js@4.0.1(postcss@8.4.38): 16104 16092 dependencies: 16105 16093 camelcase-css: 2.0.1 16106 - postcss: 8.4.31 16094 + postcss: 8.4.38 16107 16095 16108 16096 postcss-load-config@3.1.4(postcss@8.4.21)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)): 16109 16097 dependencies: ··· 16113 16101 postcss: 8.4.21 16114 16102 ts-node: 10.9.1(@types/node@20.8.0)(typescript@5.4.5) 16115 16103 16116 - postcss-load-config@4.0.1(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)): 16104 + postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)): 16117 16105 dependencies: 16118 16106 lilconfig: 2.1.0 16119 16107 yaml: 2.3.3 16120 16108 optionalDependencies: 16121 - postcss: 8.4.31 16109 + postcss: 8.4.38 16122 16110 ts-node: 10.9.1(@types/node@20.8.0)(typescript@5.4.5) 16123 16111 16124 16112 postcss-nested@6.0.0(postcss@8.4.21): ··· 16126 16114 postcss: 8.4.21 16127 16115 postcss-selector-parser: 6.0.13 16128 16116 16129 - postcss-nested@6.0.1(postcss@8.4.31): 16117 + postcss-nested@6.0.1(postcss@8.4.38): 16130 16118 dependencies: 16131 - postcss: 8.4.31 16119 + postcss: 8.4.38 16132 16120 postcss-selector-parser: 6.0.13 16133 16121 16134 16122 postcss-selector-parser@6.0.10: ··· 16155 16143 picocolors: 1.0.0 16156 16144 source-map-js: 1.0.2 16157 16145 16146 + postcss@8.4.38: 16147 + dependencies: 16148 + nanoid: 3.3.7 16149 + picocolors: 1.0.0 16150 + source-map-js: 1.2.0 16151 + 16158 16152 preact-render-to-string@5.2.3(preact@10.11.3): 16159 16153 dependencies: 16160 16154 preact: 10.11.3 ··· 16833 16827 16834 16828 source-map-js@1.0.2: {} 16835 16829 16830 + source-map-js@1.2.0: {} 16831 + 16836 16832 source-map-support@0.5.21: 16837 16833 dependencies: 16838 16834 buffer-from: 1.1.2 ··· 17002 16998 17003 16999 sucrase@3.34.0: 17004 17000 dependencies: 17005 - '@jridgewell/gen-mapping': 0.3.3 17001 + '@jridgewell/gen-mapping': 0.3.5 17006 17002 commander: 4.1.1 17007 17003 glob: 7.1.6 17008 17004 lines-and-columns: 1.2.4 ··· 17064 17060 17065 17061 tailwind-merge@1.14.0: {} 17066 17062 17067 - tailwindcss-animate@1.0.7(tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))): 17063 + tailwindcss-animate@1.0.7(tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))): 17068 17064 dependencies: 17069 - tailwindcss: 3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 17065 + tailwindcss: 3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 17070 17066 17071 17067 tailwindcss@3.2.7(postcss@8.4.21)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)): 17072 17068 dependencies: ··· 17096 17092 transitivePeerDependencies: 17097 17093 - ts-node 17098 17094 17099 - tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)): 17095 + tailwindcss@3.4.3(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)): 17100 17096 dependencies: 17101 17097 '@alloc/quick-lru': 5.2.0 17102 17098 arg: 5.0.2 ··· 17106 17102 fast-glob: 3.3.1 17107 17103 glob-parent: 6.0.2 17108 17104 is-glob: 4.0.3 17109 - jiti: 1.20.0 17105 + jiti: 1.21.0 17110 17106 lilconfig: 2.1.0 17111 17107 micromatch: 4.0.5 17112 17108 normalize-path: 3.0.0 17113 17109 object-hash: 3.0.0 17114 17110 picocolors: 1.0.0 17115 - postcss: 8.4.31 17116 - postcss-import: 15.1.0(postcss@8.4.31) 17117 - postcss-js: 4.0.1(postcss@8.4.31) 17118 - postcss-load-config: 4.0.1(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 17119 - postcss-nested: 6.0.1(postcss@8.4.31) 17111 + postcss: 8.4.38 17112 + postcss-import: 15.1.0(postcss@8.4.38) 17113 + postcss-js: 4.0.1(postcss@8.4.38) 17114 + postcss-load-config: 4.0.1(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 17115 + postcss-nested: 6.0.1(postcss@8.4.38) 17120 17116 postcss-selector-parser: 6.0.13 17121 - postcss-value-parser: 4.2.0 17122 17117 resolve: 1.22.8 17123 17118 sucrase: 3.34.0 17124 17119 transitivePeerDependencies: ··· 17278 17273 17279 17274 tslib@2.6.2: {} 17280 17275 17281 - tsup@7.2.0(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))(typescript@5.4.5): 17276 + tsup@7.2.0(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5))(typescript@5.4.5): 17282 17277 dependencies: 17283 17278 bundle-require: 4.0.2(esbuild@0.18.20) 17284 17279 cac: 6.7.14 ··· 17288 17283 execa: 5.1.1 17289 17284 globby: 11.1.0 17290 17285 joycon: 3.1.1 17291 - postcss-load-config: 4.0.1(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 17286 + postcss-load-config: 4.0.1(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.8.0)(typescript@5.4.5)) 17292 17287 resolve-from: 5.0.0 17293 17288 rollup: 3.29.4 17294 17289 source-map: 0.8.0-beta.0 17295 17290 sucrase: 3.34.0 17296 17291 tree-kill: 1.2.2 17297 17292 optionalDependencies: 17298 - postcss: 8.4.31 17293 + postcss: 8.4.38 17299 17294 typescript: 5.4.5 17300 17295 transitivePeerDependencies: 17301 17296 - supports-color ··· 17513 17508 universalify@2.0.0: {} 17514 17509 17515 17510 unpipe@1.0.0: {} 17516 - 17517 - update-browserslist-db@1.0.13(browserslist@4.22.1): 17518 - dependencies: 17519 - browserslist: 4.22.1 17520 - escalade: 3.1.1 17521 - picocolors: 1.0.0 17522 17511 17523 17512 update-browserslist-db@1.0.13(browserslist@4.23.0): 17524 17513 dependencies: