Skip to content

Commit

Permalink
fix: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Jan 29, 2025
1 parent b6ac499 commit 0f2e8e9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions projects/swimlane/ngx-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,22 @@
"homepage": "https://github.com/swimlane/ngx-ui#readme",
"sideEffects": true,
"peerDependencies": {
"@angular/animations": ">=12.2.2",
"@angular/cdk": ">=12.2.2",
"@angular/common": ">=12.2.16",
"@angular/core": ">=12.2.6",
"@angular/forms": ">=12.2.2",
"@angular/platform-browser": ">=12.2.2",
"@angular/animations": "15.x || 16.x || 17.x || 18.x || 19.x",
"@angular/common": "15.x || 16.x || 17.x || 18.x || 19.x",
"@angular/core": "15.x || 16.x || 17.x || 18.x || 19.x",
"@angular/cdk": "15.x || 16.x || 17.x || 18.x || 19.x",
"@angular/forms": "15.x || 16.x || 17.x || 18.x || 19.x",
"@angular/platform-browser": "15.x || 16.x || 17.x || 18.x || 19.x",
"@types/json-schema": "^7.0.9",
"ajv": "^8.12.0",
"codemirror": "5.65.8",
"core-js": "^3.6.5",
"json-schema": "*",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"ng-in-viewport": "13.0.0",
"ngx-autosize-input": "^2.3.7"
"ngx-autosize-input": "^2.3.7",
"rxjs": "7.x"
},
"dependencies": {
"ng2-file-upload": "5.0.0",
Expand Down

0 comments on commit 0f2e8e9

Please sign in to comment.