Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
supproduction committed Mar 11, 2024
1 parent 1514c97 commit 3e4248c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"author": "Orchestrator <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0 || || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions libs/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"author": "Orchestrator <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/cdk": "^12.0.0 || ^13.0.0 || || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^12.0.0 || ^13.0.0 || || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/cdk": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@orchestrator/core": "^2.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
},
Expand Down

0 comments on commit 3e4248c

Please sign in to comment.