Skip to content

Commit 9232c4a

Browse files
deps: Bump the dev-deps group across 1 directory with 4 updates
Bumps the dev-deps group with 4 updates in the /webapp directory: [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular/cli](https://github.com/angular/angular-cli), [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) and [postcss](https://github.com/postcss/postcss). Updates `@angular-devkit/build-angular` from 22.1.5 to 22.1.7 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@v22.1.5...v22.1.7) Updates `@angular/cli` from 22.1.5 to 22.1.7 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@v22.1.5...v22.1.7) Updates `@angular/compiler-cli` from 22.1.3 to 22.1.5 - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/compiler-cli) Updates `postcss` from 8.5.26 to 8.5.28 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.26...8.5.28) --- updated-dependencies: - dependency-name: "@angular-devkit/build-angular" dependency-version: 22.1.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@angular/cli" dependency-version: 22.1.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@angular/compiler-cli" dependency-version: 22.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: postcss dependency-version: 8.5.28 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d46997 commit 9232c4a

2 files changed

Lines changed: 497 additions & 407 deletions

File tree

webapp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"zone.js": "~0.16.2"
3636
},
3737
"devDependencies": {
38-
"@angular-devkit/build-angular": "^22.1.5",
39-
"@angular/cli": "^22.1.5",
40-
"@angular/compiler-cli": "^22.1.3",
38+
"@angular-devkit/build-angular": "^22.1.7",
39+
"@angular/cli": "^22.1.7",
40+
"@angular/compiler-cli": "^22.1.5",
4141
"@types/jasmine": "~6.0.0",
4242
"@tailwindcss/postcss": "^4.3.3",
4343
"jasmine-core": "~7.0.2",
@@ -46,7 +46,7 @@
4646
"karma-coverage": "~2.2.0",
4747
"karma-jasmine": "~5.1.0",
4848
"karma-jasmine-html-reporter": "~2.3.0",
49-
"postcss": "^8.5.26",
49+
"postcss": "^8.5.28",
5050
"tailwindcss": "^4.3.3",
5151
"typescript": "~7.0.2"
5252
},

0 commit comments

Comments
 (0)