Bumps the js-dependencies group with 4 updates in the / directory: [@redocly/cli](https://github.com/Redocly/redocly-cli), [openapi-format](https://github.com/thim81/openapi-format), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [regexp.prototype.flags](https://github.com/es-shims/RegExp.prototype.flags). Updates `@redocly/cli` from 1.25.4 to 1.25.5 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Changelog](https://github.com/Redocly/redocly-cli/blob/main/docs/changelog.md) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@1.25.4...@redocly/cli@1.25.5) Updates `openapi-format` from 1.24.0 to 1.24.2 - [Release notes](https://github.com/thim81/openapi-format/releases) - [Changelog](https://github.com/thim81/openapi-format/blob/main/CHANGELOG.md) - [Commits](https://github.com/thim81/openapi-format/compare/v1.24.0...v1.24.2) Updates `@redocly/openapi-core` from 1.25.4 to 1.25.5 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Changelog](https://github.com/Redocly/redocly-cli/blob/main/docs/changelog.md) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/openapi-core@1.25.4...@redocly/openapi-core@1.25.5) Updates `@types/node` from 22.7.4 to 22.7.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `regexp.prototype.flags` from 1.5.2 to 1.5.3 - [Changelog](https://github.com/es-shims/RegExp.prototype.flags/blob/main/CHANGELOG.md) - [Commits](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: openapi-format dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: "@redocly/openapi-core" dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: "@types/node" dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: regexp.prototype.flags dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"devDependencies": {
|
|
"@redocly/cli": "^1.25.5",
|
|
"@stoplight/spectral-cli": "^6.13.1",
|
|
"openapi-format": "^1.24.2",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"tailwindcss": "^3.4.13"
|
|
},
|
|
"scripts": {
|
|
"dev": "npx tailwindcss -o assets/css/app.css",
|
|
"prod": "npx tailwindcss -o assets/css/app.css --minify",
|
|
"watch": "npx tailwindcss -o assets/css/app.css --watch"
|
|
},
|
|
"engines": {
|
|
"node": "22.9.0",
|
|
"npm": "10.8.3"
|
|
}
|
|
}
|