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

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-27 13:54:13 +00:00

19 lines
503 B
JSON

{
"author": "Al Johri",
"dependencies": {
"bootstrap": "^5.3.8",
"sass": "^1.102.0"
},
"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"
}