Skip to content

Commit

Permalink
feat(deps): bump cds/core to 6.9.2 (#1202)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bump the cds/core peer dependency to the latest, 6.9.2
  • Loading branch information
williamernest committed Feb 6, 2024
1 parent dcb5c29 commit 40fc506
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"@angular/platform-browser": "15.2.2",
"@angular/platform-browser-dynamic": "15.2.2",
"@angular/router": "15.2.2",
"@cds/core": "6.9.1",
"@cds/core": "6.9.2",
"@commitlint/cz-commitlint": "16.2.3",
"@compodoc/compodoc": "1.1.19",
"@microsoft/api-extractor": "7.33.6",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular/package.json
Expand Up @@ -21,6 +21,6 @@
"@angular/cdk": "15 || 16 || 17",
"@angular/common": "15 || 16 || 17",
"@angular/core": "15 || 16 || 17",
"@cds/core": ">= 6.8.0"
"@cds/core": ">= 6.9.2"
}
}
2 changes: 1 addition & 1 deletion projects/ui/package.json
Expand Up @@ -12,6 +12,6 @@
"url": "https://github.com/vmware-clarity/ng-clarity/issues"
},
"peerDependencies": {
"@cds/core": "^6.8.0"
"@cds/core": "^6.9.2"
}
}

0 comments on commit 40fc506

Please sign in to comment.