Skip to content

Commit 1bd3564

Browse files
committed
upgrade @angular-devkit/* because of minimatch
1 parent b2d43d7 commit 1bd3564

File tree

3 files changed

+2127
-2317
lines changed

3 files changed

+2127
-2317
lines changed

packages/cubejs-client-ngx/ng-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"lib": {
55
"entryFile": "index.ts"
66
},
7-
"whitelistedNonPeerDependencies": [
7+
"allowedNonPeerDependencies": [
88
"@cubejs-client/core",
99
"fast-deep-equal"
1010
]
11-
}
11+
}

packages/cubejs-client-ngx/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"tslib": "^2.0.0"
2828
},
2929
"devDependencies": {
30-
"@angular-devkit/build-angular": "^12.1.2",
31-
"@angular/cli": "^12.1.2",
32-
"@angular/compiler": "^12.1.2",
33-
"@angular/compiler-cli": "^12.1.2",
34-
"@angular/core": "^12.1.2",
35-
"ng-packagr": "^12.1.2",
30+
"@angular-devkit/build-angular": "^13.3.11",
31+
"@angular/cli": "^13.3.11",
32+
"@angular/compiler": "^13.3.11",
33+
"@angular/compiler-cli": "^13.3.11",
34+
"@angular/core": "^13.3.11",
35+
"ng-packagr": "^13.3.1",
3636
"npm-watch": "^0.7.0",
3737
"tsickle": "^0.39.1",
38-
"typescript": "~4.3.5"
38+
"typescript": "~4.5.5"
3939
},
4040
"peerDependencies": {
4141
"@cubejs-client/core": ">=0.28.1",

0 commit comments

Comments
 (0)