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

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

Gusted 570e8cec bf810fa8

+16 -16
+15 -15
package-lock.json
··· 43 43 "pretty-ms": "9.0.0", 44 44 "sortablejs": "1.15.3", 45 45 "swagger-ui-dist": "5.17.14", 46 - "tailwindcss": "3.4.13", 46 + "tailwindcss": "3.4.15", 47 47 "throttle-debounce": "5.0.0", 48 48 "tinycolor2": "1.6.0", 49 49 "tippy.js": "6.3.7", ··· 15389 15389 } 15390 15390 }, 15391 15391 "node_modules/tailwindcss": { 15392 - "version": "3.4.13", 15393 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", 15394 - "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", 15392 + "version": "3.4.15", 15393 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz", 15394 + "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==", 15395 15395 "license": "MIT", 15396 15396 "dependencies": { 15397 15397 "@alloc/quick-lru": "^5.2.0", 15398 15398 "arg": "^5.0.2", 15399 - "chokidar": "^3.5.3", 15399 + "chokidar": "^3.6.0", 15400 15400 "didyoumean": "^1.2.2", 15401 15401 "dlv": "^1.1.3", 15402 - "fast-glob": "^3.3.0", 15402 + "fast-glob": "^3.3.2", 15403 15403 "glob-parent": "^6.0.2", 15404 15404 "is-glob": "^4.0.3", 15405 - "jiti": "^1.21.0", 15405 + "jiti": "^1.21.6", 15406 15406 "lilconfig": "^2.1.0", 15407 - "micromatch": "^4.0.5", 15407 + "micromatch": "^4.0.8", 15408 15408 "normalize-path": "^3.0.0", 15409 15409 "object-hash": "^3.0.0", 15410 - "picocolors": "^1.0.0", 15411 - "postcss": "^8.4.23", 15410 + "picocolors": "^1.1.1", 15411 + "postcss": "^8.4.47", 15412 15412 "postcss-import": "^15.1.0", 15413 15413 "postcss-js": "^4.0.1", 15414 - "postcss-load-config": "^4.0.1", 15415 - "postcss-nested": "^6.0.1", 15416 - "postcss-selector-parser": "^6.0.11", 15417 - "resolve": "^1.22.2", 15418 - "sucrase": "^3.32.0" 15414 + "postcss-load-config": "^4.0.2", 15415 + "postcss-nested": "^6.2.0", 15416 + "postcss-selector-parser": "^6.1.2", 15417 + "resolve": "^1.22.8", 15418 + "sucrase": "^3.35.0" 15419 15419 }, 15420 15420 "bin": { 15421 15421 "tailwind": "lib/cli.js",
+1 -1
package.json
··· 42 42 "pretty-ms": "9.0.0", 43 43 "sortablejs": "1.15.3", 44 44 "swagger-ui-dist": "5.17.14", 45 - "tailwindcss": "3.4.13", 45 + "tailwindcss": "3.4.15", 46 46 "throttle-debounce": "5.0.0", 47 47 "tinycolor2": "1.6.0", 48 48 "tippy.js": "6.3.7",