Bumps the js-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@redocly/cli](https://github.com/Redocly/redocly-cli) | `1.28.5` | `1.29.0` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.26.7` | `7.26.9` | | [@redocly/openapi-core](https://github.com/Redocly/redocly-cli) | `1.28.5` | `1.29.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.1` | `22.13.4` | | [call-bind-apply-helpers](https://github.com/ljharb/call-bind-apply-helpers) | `1.0.1` | `1.0.2` | | [for-each](https://github.com/Raynos/for-each) | `0.3.4` | `0.3.5` | | [form-data](https://github.com/form-data/form-data) | `4.0.1` | `4.0.2` | Updates `@redocly/cli` from 1.28.5 to 1.29.0 - [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.28.5...@redocly/cli@1.29.0) Updates `@babel/runtime` from 7.26.7 to 7.26.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-runtime) Updates `@redocly/openapi-core` from 1.28.5 to 1.29.0 - [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.28.5...@redocly/openapi-core@1.29.0) Updates `@types/node` from 22.13.1 to 22.13.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `call-bind-apply-helpers` from 1.0.1 to 1.0.2 - [Changelog](https://github.com/ljharb/call-bind-apply-helpers/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.1...v1.0.2) Updates `for-each` from 0.3.4 to 0.3.5 - [Changelog](https://github.com/Raynos/for-each/blob/master/CHANGELOG.md) - [Commits](https://github.com/Raynos/for-each/compare/v0.3.4...v0.3.5) Updates `form-data` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/form-data/form-data/releases) - [Commits](https://github.com/form-data/form-data/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-dependencies - dependency-name: "@babel/runtime" dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: "@redocly/openapi-core" dependency-type: indirect update-type: version-update:semver-minor dependency-group: js-dependencies - dependency-name: "@types/node" dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: call-bind-apply-helpers dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: for-each dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: form-data dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
583 B
JSON
20 lines
583 B
JSON
{
|
|
"devDependencies": {
|
|
"@redocly/cli": "^1.29.0",
|
|
"@stoplight/spectral-cli": "^6.14.2",
|
|
"openapi-format": "^1.25.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"
|
|
}
|
|
}
|