loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Update dependency tailwindcss to v3.4.10 (forgejo)' (#4952) from renovate/forgejo-tailwindcss-3.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4952
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted 40ed2efc b77f45f4

+5 -5
+4 -4
package-lock.json
··· 42 42 "pretty-ms": "9.0.0", 43 43 "sortablejs": "1.15.2", 44 44 "swagger-ui-dist": "5.17.14", 45 - "tailwindcss": "3.4.8", 45 + "tailwindcss": "3.4.10", 46 46 "temporal-polyfill": "0.2.4", 47 47 "throttle-debounce": "5.0.0", 48 48 "tinycolor2": "1.6.0", ··· 12774 12774 } 12775 12775 }, 12776 12776 "node_modules/tailwindcss": { 12777 - "version": "3.4.8", 12778 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.8.tgz", 12779 - "integrity": "sha512-GkP17r9GQkxgZ9FKHJQEnjJuKBcbFhMFzKu5slmN6NjlCuFnYJMQ8N4AZ6VrUyiRXlDtPKHkesuQ/MS913Nvdg==", 12777 + "version": "3.4.10", 12778 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", 12779 + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", 12780 12780 "license": "MIT", 12781 12781 "dependencies": { 12782 12782 "@alloc/quick-lru": "^5.2.0",
+1 -1
package.json
··· 41 41 "pretty-ms": "9.0.0", 42 42 "sortablejs": "1.15.2", 43 43 "swagger-ui-dist": "5.17.14", 44 - "tailwindcss": "3.4.8", 44 + "tailwindcss": "3.4.10", 45 45 "temporal-polyfill": "0.2.4", 46 46 "throttle-debounce": "5.0.0", 47 47 "tinycolor2": "1.6.0",