Files
dokku/tests/apps/multi/package.json
dependabot[bot] fda24ff9f2 chore(deps): bump sass from 1.100.0 to 1.101.0 in /tests/apps/multi
Bumps [sass](https://github.com/sass/dart-sass) from 1.100.0 to 1.101.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.100.0...1.101.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-12 13:53:53 +00:00

19 lines
503 B
JSON

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