Skip to content

Commit

Permalink
build: update zone.js version to 0.14.10 instead of 0.15
Browse files Browse the repository at this point in the history
this fixes the  version of zone.js in the package deps
  • Loading branch information
atscott committed Aug 5, 2024
1 parent f7918f5 commit 5586b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/typings_test_ts55/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/jasmine": "file:../../node_modules/@types/jasmine",
"rxjs": "file:../../node_modules/rxjs",
"typescript": "5.5.2",
"zone.js": "0.15.0"
"zone.js": "0.14.10"
},
"scripts": {
"test": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"peerDependencies": {
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5586b91

Please sign in to comment.