Skip to content

Commit

Permalink
chore: Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen authored Feb 25, 2025
1 parent 13839a3 commit b690247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngxpert/cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@ngxpert/cmdk",
"version": "1.0.0",
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0",
"@ngneat/overview": ">=6.0.0",
"@ngneat/until-destroy": ">=10.0.0",
"@angular/cdk": ">=17.0.0"
"@angular/cdk": "^18.0.0 || ^19.0.0"
},
"keywords": [
"angular",
Expand All @@ -35,4 +35,4 @@
"css": "sass --no-source-map styles:../../../dist/ngxpert/cmdk/styles",
"build": "npm run css"
}
}
}

0 comments on commit b690247

Please sign in to comment.