Skip to content

Commit a55ecb9

Browse files
atscottthePunderWoman
authored andcommitted
build: update zone.js version to 0.14.10 instead of 0.15 (angular#57266)
this fixes the version of zone.js in the package deps PR Close angular#57266
1 parent f7918f5 commit a55ecb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/typings_test_ts55/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jasmine": "file:../../node_modules/@types/jasmine",
2222
"rxjs": "file:../../node_modules/rxjs",
2323
"typescript": "5.5.2",
24-
"zone.js": "0.15.0"
24+
"zone.js": "0.14.10"
2525
},
2626
"scripts": {
2727
"test": "tsc"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"peerDependencies": {
2222
"rxjs": "^6.5.3 || ^7.4.0",
23-
"zone.js": "~0.15.0"
23+
"zone.js": "~0.14.10"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)