Files
ubicloud/package.json
dependabot[bot] cd11c1b3bd Bump form-data and @redocly/cli
Bumps [form-data](https://github.com/form-data/form-data) to 4.0.4 and updates ancestor dependency [@redocly/cli](https://github.com/Redocly/redocly-cli). These dependencies need to be updated together.


Updates `form-data` from 4.0.0 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.4)

Updates `@redocly/cli` from 1.34.3 to 1.34.5
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Changelog](https://github.com/Redocly/redocly-cli/blob/@redocly/cli@1.34.5/docs/changelog.md)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@1.34.3...@redocly/cli@1.34.5)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: "@redocly/cli"
  dependency-version: 1.34.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-22 19:41:46 +03:00

20 lines
583 B
JSON

{
"devDependencies": {
"@redocly/cli": "^1.34.5",
"@stoplight/spectral-cli": "^6.15.0",
"openapi-format": "^1.26.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^3.4.17"
},
"scripts": {
"dev": "npx tailwindcss -o assets/css/app.css -i assets/css/tailwind.css",
"prod": "npx tailwindcss -o assets/css/app.css -i assets/css/tailwind.css --minify",
"watch": "npx tailwindcss -o assets/css/app.css -i assets/css/tailwind.css --watch"
},
"engines": {
"node": "23.6.0",
"npm": "10.9.2"
}
}