Skip to content

Commit

Permalink
chore(deps): require Angular version 17.0.6 or later to fix angular_a…
Browse files Browse the repository at this point in the history
…ngular_53239 (replace to org/repo#issue)

BREAKING CHANGE: SCION Workbench requires Angular version 17.0.6 or later to fix angular_angular_53239 (replace to org/repo#issue)
  • Loading branch information
danielwiehl committed May 6, 2024
1 parent 0ccca64 commit 0d1bc2c
Showing 3 changed files with 3,143 additions and 1,770 deletions.
4,877 changes: 3,125 additions & 1,752 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -67,15 +67,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.3",
"@angular/cdk": "17.0.1",
"@angular/common": "17.0.3",
"@angular/compiler": "17.0.3",
"@angular/core": "17.0.3",
"@angular/forms": "17.0.3",
"@angular/platform-browser": "17.0.3",
"@angular/platform-browser-dynamic": "17.0.3",
"@angular/router": "17.0.3",
"@angular/animations": "17.0.6",
"@angular/cdk": "17.0.6",
"@angular/common": "17.0.6",
"@angular/compiler": "17.0.6",
"@angular/core": "17.0.6",
"@angular/forms": "17.0.6",
"@angular/platform-browser": "17.0.6",
"@angular/platform-browser-dynamic": "17.0.6",
"@angular/router": "17.0.6",
"@scion/components": "17.0.0",
"@scion/components.internal": "17.0.0",
"@scion/microfrontend-platform": "1.2.2",
@@ -85,14 +85,14 @@
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.1",
"@angular-devkit/build-angular": "17.0.6",
"@angular-eslint/builder": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
"@angular-eslint/schematics": "17.1.0",
"@angular-eslint/template-parser": "17.1.0",
"@angular/cli": "17.0.1",
"@angular/compiler-cli": "17.0.3",
"@angular/cli": "17.0.6",
"@angular/compiler-cli": "17.0.6",
"@playwright/test": "1.40.0",
"@types/jasmine": "5.1.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
12 changes: 6 additions & 6 deletions projects/scion/workbench/package.json
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/cdk": "^17.0.0",
"@angular/animations": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/common": "^17.0.6",
"@angular/core": "^17.0.6",
"@angular/cdk": "^17.0.6",
"@angular/animations": "^17.0.6",
"@angular/forms": "^17.0.6",
"@angular/router": "^17.0.6",
"@scion/components": "^17.0.0",
"@scion/toolkit": "^1.4.0",
"@scion/microfrontend-platform": "^1.2.1",

0 comments on commit 0d1bc2c

Please sign in to comment.