Skip to content

Commit

Permalink
build(composables): add missing dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Dec 12, 2023
1 parent d103a03 commit f3d944d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libs/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,15 @@
"@angular/cdk": ">=16.0.0 <18.0.0",
"@angular/platform-browser": ">=16.0.0 <18.0.0",
"@ngxs/store": "^3.8.1",
"rxjs": ">=7.0.0"
"rxjs": ">=7.0.0",
"@angular/common": "16.2.9",
"jest-preset-angular": "~13.1.0",
"jest-matchmedia-mock": "^1.1.0"
},
"dependencies": {},
"devDependencies": {
"jest-preset-angular": "~13.1.0",
"jest-matchmedia-mock": "^1.1.0"
},
"sideEffects": false
}

0 comments on commit f3d944d

Please sign in to comment.