Files
dependabot[bot] 02ae466250 Bump postcss in the patch-releases group across 1 directory
Bumps the patch-releases group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.5.13 to 8.5.14
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.13...8.5.14)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-releases
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 21:39:30 +02:00

16 lines
436 B
JSON

{
"name": "scummvm-web",
"description": "ScummVM.org main site",
"version": "1.0.0",
"dependencies": {
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
"sass": "^1.99.0"
},
"scripts": {
"postinstall": "(cd dumper-companion && npm ci --omit=dev && npm run build) && node build.js",
"scss:watch": "sass --watch ./scss:./public_html/css",
"lint": "(cd dumper-companion && npm ci && npm run lint)"
}
}