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

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5298
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.10", 45 + "tailwindcss": "3.4.11", 46 46 "temporal-polyfill": "0.2.4", 47 47 "throttle-debounce": "5.0.0", 48 48 "tinycolor2": "1.6.0", ··· 15064 15064 } 15065 15065 }, 15066 15066 "node_modules/tailwindcss": { 15067 - "version": "3.4.10", 15068 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", 15069 - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", 15067 + "version": "3.4.11", 15068 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", 15069 + "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", 15070 15070 "license": "MIT", 15071 15071 "dependencies": { 15072 15072 "@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.10", 44 + "tailwindcss": "3.4.11", 45 45 "temporal-polyfill": "0.2.4", 46 46 "throttle-debounce": "5.0.0", 47 47 "tinycolor2": "1.6.0",