Files
scummvm-web/package.json
T
dependabot[bot] 8bd6ccdf8e Bump the patch-releases group across 2 directories with 3 updates
Bumps the patch-releases group with 2 updates in the / directory: [postcss](https://github.com/postcss/postcss) and [sass](https://github.com/sass/dart-sass).
Bumps the patch-releases group with 1 update in the /dumper-companion directory: [preact](https://github.com/preactjs/preact).


Updates `postcss` from 8.5.4 to 8.5.5
- [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.4...8.5.5)

Updates `sass` from 1.89.1 to 1.89.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.89.1...1.89.2)

Updates `preact` from 10.26.8 to 10.26.9
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.26.8...10.26.9)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-releases
- dependency-name: sass
  dependency-version: 1.89.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-releases
- dependency-name: preact
  dependency-version: 10.26.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-releases
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-21 09:43:13 +02:00

15 lines
371 B
JSON

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