Bumps the js-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@redocly/cli](https://github.com/Redocly/redocly-cli) | `1.29.0` | `1.30.0` | | [@redocly/openapi-core](https://github.com/Redocly/redocly-cli) | `1.29.0` | `1.30.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` | | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `4.5.1` | `4.5.3` | | [foreground-child](https://github.com/tapjs/foreground-child) | `3.3.0` | `3.3.1` | | [get-intrinsic](https://github.com/ljharb/get-intrinsic) | `1.2.7` | `1.3.0` | | [strnum](https://github.com/NaturalIntelligence/strnum) | `1.0.5` | `1.1.1` | Updates `@redocly/cli` from 1.29.0 to 1.30.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.29.0...@redocly/cli@1.30.0) Updates `@redocly/openapi-core` from 1.29.0 to 1.30.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.29.0...@redocly/openapi-core@1.30.0) Updates `@types/node` from 22.13.4 to 22.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `fast-xml-parser` from 4.5.1 to 4.5.3 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits) Updates `foreground-child` from 3.3.0 to 3.3.1 - [Changelog](https://github.com/tapjs/foreground-child/blob/main/CHANGELOG.md) - [Commits](https://github.com/tapjs/foreground-child/compare/v3.3.0...v3.3.1) Updates `get-intrinsic` from 1.2.7 to 1.3.0 - [Changelog](https://github.com/ljharb/get-intrinsic/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/get-intrinsic/compare/v1.2.7...v1.3.0) Updates `strnum` from 1.0.5 to 1.1.1 - [Changelog](https://github.com/NaturalIntelligence/strnum/blob/main/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/strnum/commits) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-type: direct:development update-type: version-update:semver-minor 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: fast-xml-parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: foreground-child dependency-type: indirect update-type: version-update:semver-patch dependency-group: js-dependencies - dependency-name: get-intrinsic dependency-type: indirect update-type: version-update:semver-minor dependency-group: js-dependencies - dependency-name: strnum dependency-type: indirect update-type: version-update:semver-minor 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.30.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"
|
|
}
|
|
}
|