Skip to content

Commit d7ac05b

Browse files
fix(deps): update dependency zone.js to ^0.12.0 (#1315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e1b3ea commit d7ac05b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devextreme-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "~4.2.3",
5757
"webpack": "^4.46.0",
5858
"yargs": "^6.6.0",
59-
"zone.js": "^0.11.8"
59+
"zone.js": "^0.12.0"
6060
},
6161
"main": "./src/index.ts",
6262
"keywords": [

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"core-js": "^2.6.12",
2121
"rxjs": "^6.6.7",
2222
"tslib": "^1.14.1",
23-
"zone.js": "^0.11.8"
23+
"zone.js": "^0.12.0"
2424
},
2525
"devDependencies": {
2626
"@angular-devkit/build-angular": "~12.2.18",

0 commit comments

Comments
 (0)