Skip to content

Commit

Permalink
upgrade @angular-devkit/* because of minimatch
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Dec 5, 2024
1 parent b2d43d7 commit 1bd3564
Show file tree
Hide file tree
Showing 3 changed files with 2,127 additions and 2,317 deletions.
4 changes: 2 additions & 2 deletions packages/cubejs-client-ngx/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"lib": {
"entryFile": "index.ts"
},
"whitelistedNonPeerDependencies": [
"allowedNonPeerDependencies": [
"@cubejs-client/core",
"fast-deep-equal"
]
}
}
14 changes: 7 additions & 7 deletions packages/cubejs-client-ngx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.1.2",
"@angular/cli": "^12.1.2",
"@angular/compiler": "^12.1.2",
"@angular/compiler-cli": "^12.1.2",
"@angular/core": "^12.1.2",
"ng-packagr": "^12.1.2",
"@angular-devkit/build-angular": "^13.3.11",
"@angular/cli": "^13.3.11",
"@angular/compiler": "^13.3.11",
"@angular/compiler-cli": "^13.3.11",
"@angular/core": "^13.3.11",
"ng-packagr": "^13.3.1",
"npm-watch": "^0.7.0",
"tsickle": "^0.39.1",
"typescript": "~4.3.5"
"typescript": "~4.5.5"
},
"peerDependencies": {
"@cubejs-client/core": ">=0.28.1",
Expand Down
Loading

0 comments on commit 1bd3564

Please sign in to comment.