Skip to content

Commit

Permalink
Fix client-support-angular deps (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl authored Oct 4, 2022
1 parent 340d78b commit e35d739
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 39 deletions.
28 changes: 14 additions & 14 deletions client-frameworks-support/client-support-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client-frameworks-support/client-support-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@angular/platform-browser": "~11.0.0",
"@angular/platform-browser-dynamic": "~11.0.0",
"@angular/router": "~11.0.0",
"@luigi-project/client": "1.21.0",
"@luigi-project/testing-utilities": "1.24.0",
"@luigi-project/client": "^1.25.0",
"@luigi-project/testing-utilities": "^1.25.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"peerDependencies": {
"@angular/common": "^11.0.0 || ^12.0.0 || ^13.0.0",
"@angular/core": "^11.0.0 || ^12.0.0 || ^13.0.0",
"@luigi-project/client": "^1.21.0"
"@luigi-project/client": "^1.25.0",
"@luigi-project/testing-utilities": "^1.25.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand All @@ -18,7 +19,8 @@
"tag": "client-support-angular"
},
"devDependencies": {
"@luigi-project/client": "^1.21.0"
"@luigi-project/client": "^1.25.0",
"@luigi-project/testing-utilities": "^1.25.0"
},
"version": "1.25.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@luigi-project/client": "^1.21.0",
"@luigi-project/testing-utilities": "1.24.1-dev.202209281323"
"@luigi-project/client": "^1.25.0",
"@luigi-project/testing-utilities": "^1.25.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e35d739

Please sign in to comment.