Files
dokku/tests/apps/multi/package.json
dependabot[bot] 9415027a1c chore(deps): bump sass from 1.102.0 to 1.103.1 in /tests/apps/multi
Bumps [sass](https://github.com/sass/dart-sass) from 1.102.0 to 1.103.1.
- [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.102.0...1.103.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.103.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-24 13:56:20 +00:00

19 lines
503 B
JSON

{
"author": "Al Johri",
"dependencies": {
"bootstrap": "^5.3.8",
"sass": "^1.103.1"
},
"description": "Test application for heroku multi buildpack.",
"engines": {
"node": "24.x.x",
"npm": "11.x.x"
},
"license": "ISC",
"name": "test-buildpack-multi",
"scripts": {
"postinstall": "bundle exec ruby generate_content.rb && mkdir -p static/.tmp/styles && npx sass static/styles/main.scss static/.tmp/styles/main.css --load-path=node_modules"
},
"version": "0.0.0"
}