Skip to content

Commit

Permalink
Restrict allowed zone.js version range
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Oct 4, 2023
1 parent d2ed2d4 commit 97e0c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"rxjs": "^6.0.0 || ^7.4.0",
"typescript": "^4.0.0 || ^5.0.0",
"zone.js": "^0.8.29 || >= 0.9.0 < 1.0.0"
"zone.js": ">= 0.11.1 < 1.0.0"
},
"peerDependenciesMeta": {
"@angular/cli": {
Expand Down
2 changes: 1 addition & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6372,7 +6372,7 @@ __metadata:
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
rxjs: ^6.0.0 || ^7.4.0
typescript: ^4.0.0 || ^5.0.0
zone.js: ^0.8.29 || >= 0.9.0 < 1.0.0
zone.js: ">= 0.11.1 < 1.0.0"
peerDependenciesMeta:
"@angular/cli":
optional: true
Expand Down

0 comments on commit 97e0c60

Please sign in to comment.