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.8 (forgejo)' (#4873) from renovate/forgejo-tailwindcss-3.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4873
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+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.7", 45 + "tailwindcss": "3.4.8", 46 46 "temporal-polyfill": "0.2.4", 47 47 "throttle-debounce": "5.0.0", 48 48 "tinycolor2": "1.6.0", ··· 12773 12773 } 12774 12774 }, 12775 12775 "node_modules/tailwindcss": { 12776 - "version": "3.4.7", 12777 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", 12778 - "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", 12776 + "version": "3.4.8", 12777 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.8.tgz", 12778 + "integrity": "sha512-GkP17r9GQkxgZ9FKHJQEnjJuKBcbFhMFzKu5slmN6NjlCuFnYJMQ8N4AZ6VrUyiRXlDtPKHkesuQ/MS913Nvdg==", 12779 12779 "license": "MIT", 12780 12780 "dependencies": { 12781 12781 "@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.7", 44 + "tailwindcss": "3.4.8", 45 45 "temporal-polyfill": "0.2.4", 46 46 "throttle-debounce": "5.0.0", 47 47 "tinycolor2": "1.6.0",