build: revert zone.js
All checks were successful
Build and Deploy Angular App / build (push) Successful in 56s

This commit is contained in:
Polianin Nikita 2024-09-16 00:12:38 +03:00
parent 85b8bab530
commit 1f901f0612
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"@progress/kendo-date-math": "^1.5.13",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "^0.15.0"
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
@ -14241,9 +14241,9 @@
}
},
"node_modules/zone.js": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.0.tgz",
"integrity": "sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==",
"version": "0.14.10",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz",
"integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==",
"license": "MIT"
}
}

View File

@ -25,7 +25,7 @@
"@progress/kendo-date-math": "^1.5.13",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "^0.15.0"
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",