Skip to content

Commit

Permalink
Added @angular/common as peer dependency. applied npm audit fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswinkler committed Jan 10, 2024
1 parent 2742c59 commit b19c49e
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 7 deletions.
86 changes: 80 additions & 6 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"semver": "^7.5.2"
},
"devDependencies": {
"@angular/common": "^14.1.2",
"@c8y/client": "^1017.0.374",
"@types/chai": "^4.3.4",
"@types/glob": "^8.1.0",
Expand All @@ -49,6 +50,7 @@
},
"peerDependencies": {
"@c8y/client": ">=1015.0.0",
"cypress": ">=12.0.0"
"cypress": ">=12.0.0",
"@angular/common": ">=14.0.0"
}
}

0 comments on commit b19c49e

Please sign in to comment.