mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-09 16:43:40 +00:00
93091b080e
Bumps the angular group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@angular/cdk](https://github.com/angular/components) | `21.2.1` | `21.2.2` | | [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.2` | `21.2.4` | | [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.2` | `21.2.4` | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.2` | `21.2.4` | | [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.2` | `21.2.4` | | [@angular/material](https://github.com/angular/components) | `21.2.1` | `21.2.2` | | [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.2` | `21.2.4` | | [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.2` | `21.2.4` | | [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.2` | `21.2.4` | Updates `@angular/cdk` from 21.2.1 to 21.2.2 - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/v21.2.1...v21.2.2) Updates `@angular/common` from 21.2.2 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/common) Updates `@angular/compiler` from 21.2.2 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/compiler) Updates `@angular/core` from 21.2.2 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/core) Updates `@angular/forms` from 21.2.2 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/forms) Updates `@angular/material` from 21.2.1 to 21.2.2 - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/v21.2.1...v21.2.2) Updates `@angular/platform-browser` from 21.2.2 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/platform-browser) Updates `@angular/router` from 21.2.2 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/router) Updates `@angular/compiler-cli` from 21.2.2 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 21.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/common" dependency-version: 21.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/compiler" dependency-version: 21.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/core" dependency-version: 21.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/forms" dependency-version: 21.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/material" dependency-version: 21.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/platform-browser" dependency-version: 21.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/router" dependency-version: 21.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/compiler-cli" dependency-version: 21.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular ... Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "@showbridge/webui",
|
|
"version": "0.11.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"format:write": "prettier ./ --write"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "MIT",
|
|
"packageManager": "npm@11.6.2",
|
|
"dependencies": {
|
|
"@angular/cdk": "21.2.2",
|
|
"@angular/common": "21.2.4",
|
|
"@angular/compiler": "21.2.4",
|
|
"@angular/core": "21.2.4",
|
|
"@angular/forms": "21.2.4",
|
|
"@angular/material": "21.2.2",
|
|
"@angular/platform-browser": "21.2.4",
|
|
"@angular/router": "21.2.4",
|
|
"ajv": "8.17.1",
|
|
"js-yaml": "4.1.1",
|
|
"lodash-es": "4.17.23",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "21.2.2",
|
|
"@angular/cli": "21.2.2",
|
|
"@angular/compiler-cli": "21.2.4",
|
|
"@angular/material": "21.2.2",
|
|
"@tailwindcss/postcss": "4.1.12",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/lodash-es": "4.17.12",
|
|
"jsdom": "27.1.0",
|
|
"postcss": "8.5.8",
|
|
"prettier": "3.8.1",
|
|
"tailwindcss": "4.1.12",
|
|
"typescript": "5.9.2",
|
|
"vitest": "4.0.8"
|
|
}
|
|
}
|