Skip to content

Commit

Permalink
fix: pin zone.js version to avoid issue with jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 12, 2023
1 parent e112863 commit 12ef621
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion scopes/angular/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"webpack": "5.81.0",
"webpack-dev-middleware": "6.0.2",
"webpack-dev-server": "4.13.3",
"zone.js": "~0.13.0"
"zone.js": "0.13.1"
},
"peerDependencies": {
"rxjs": "^6.5.5 || ^7.4.0"
Expand Down
4 changes: 2 additions & 2 deletions scopes/angular/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
},
{
"name": "zone.js",
"version": "~0.13.0",
"supportedRange": "^0.13.0"
"version": "0.13.1",
"supportedRange": "0.13.1"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions scopes/forks/angular-env-default/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
},
{
"name": "zone.js",
"version": "~0.13.0",
"supportedRange": "^0.13.0"
"version": "0.13.1",
"supportedRange": "0.13.1"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/forks/angular-env-v12/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.11.4",
"supportedRange": "^0.11.0"
"supportedRange": "~0.11.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/forks/angular-env-v13/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.11.4",
"supportedRange": "^0.11.0"
"supportedRange": "~0.11.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/forks/angular-env-v14/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.11.6",
"supportedRange": "^0.11.0"
"supportedRange": "~0.11.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/forks/angular-env-v15/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.12.0",
"supportedRange": "^0.12.0"
"supportedRange": "~0.12.0"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions scopes/forks/angular-env-v16/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
},
{
"name": "zone.js",
"version": "~0.13.0",
"supportedRange": "^0.13.0"
"version": "0.13.1",
"supportedRange": "0.13.1"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/versions/angular-v12/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.11.4",
"supportedRange": "^0.11.0"
"supportedRange": "~0.11.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/versions/angular-v13/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.11.4",
"supportedRange": "^0.11.0"
"supportedRange": "~0.11.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/versions/angular-v14/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.11.6",
"supportedRange": "^0.11.0"
"supportedRange": "~0.11.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/versions/angular-v15/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "zone.js",
"version": "~0.12.0",
"supportedRange": "^0.12.0"
"supportedRange": "~0.12.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/versions/angular-v16/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"webpack": "5.81.0",
"webpack-dev-middleware": "6.0.2",
"webpack-dev-server": "4.13.3",
"zone.js": "~0.13.0"
"zone.js": "0.13.1"
},
"peerDependencies": {
"rxjs": "^6.5.5 || ^7.4.0"
Expand Down
4 changes: 2 additions & 2 deletions scopes/versions/angular-v16/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
},
{
"name": "zone.js",
"version": "~0.13.0",
"supportedRange": "^0.13.0"
"version": "0.13.1",
"supportedRange": "0.13.1"
}
]
},
Expand Down

0 comments on commit 12ef621

Please sign in to comment.