Skip to content

Commit

Permalink
fix: add missing dev dependency (#2607)
Browse files Browse the repository at this point in the history
## Proposed change

fix: add missing devDependencies

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Dec 18, 2024
2 parents 6a9e0da + 711beaa commit 8de7221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
],
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/cli": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
Expand Down
1 change: 1 addition & 0 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/animations": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7947,6 +7947,7 @@ __metadata:
"@agnos-ui/core-bootstrap": "npm:~0.4.1"
"@amadeus-it-group/tansu": "npm:~1.0.0"
"@angular-devkit/build-angular": "npm:~18.2.0"
"@angular-devkit/schematics": "npm:~18.2.0"
"@angular/animations": "npm:~18.2.0"
"@angular/cli": "npm:~18.2.0"
"@angular/common": "npm:~18.2.0"
Expand Down Expand Up @@ -9378,6 +9379,7 @@ __metadata:
resolution: "@o3r/github-cascading-app@workspace:apps/github-cascading-app"
dependencies:
"@actions/github": "npm:^6.0.0"
"@angular-devkit/schematics": "npm:~18.2.0"
"@angular/animations": "npm:~18.2.0"
"@angular/common": "npm:~18.2.0"
"@angular/compiler": "npm:~18.2.0"
Expand Down

0 comments on commit 8de7221

Please sign in to comment.