Skip to content

Commit

Permalink
fixup! Upgrading zone.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Nov 27, 2024
1 parent cd7530a commit 678aec3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ngx-toastr": "^17.0.2",
"rxjs": "7.8.1",
"ts-clipboard": "^1.0.17",
"zone.js": "~0.15.0"
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.11",
Expand Down
5 changes: 3 additions & 2 deletions src/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// This file is required by karma.conf.cjs and loads recursively all the .spec and framework files

import 'zone.js/plugins/zone-testing';
import 'zone.js';
// eslint-disable-next-line import/no-unresolved
import 'zone.js/testing'; // It says it can't find the module, but it works and this is what the docs say to do.
import { TestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7830,7 +7830,7 @@ yocto-queue@^1.0.0:
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz"
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==

zone.js@~0.15.0:
zone.js@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.15.0.tgz#4810624e58d6dcf7b8379c1631765589917a0d8f"
integrity sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==

0 comments on commit 678aec3

Please sign in to comment.