Skip to content

Commit

Permalink
chore(*): add package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed May 11, 2020
1 parent e83a84e commit 36bb5d0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/auth/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"lib": {
"entryFile": "src/public_api.ts"
},
"whitelistedNonPeerDependencies": ["jwt-decode"]
"whitelistedNonPeerDependencies": ["jwt-decode", "ngx-cacheable", "ts-md5"]
}
2 changes: 1 addition & 1 deletion packages/auth/ng-package.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"lib": {
"entryFile": "src/public_api.ts"
},
"whitelistedNonPeerDependencies": ["jwt-decode"]
"whitelistedNonPeerDependencies": ["jwt-decode", "ngx-cacheable", "ts-md5"]
}
6 changes: 4 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"dependencies": {
"jwt-decode": "^2.2.0"
"jwt-decode": "^2.2.0",
"ngx-cacheable": "^1.0.9",
"ts-md5": "^1.2.0"
},
"peerDependencies": {
"@angular/cdk": "^7.3.3",
Expand All @@ -26,4 +28,4 @@
"@igo2/utils": "^1.2.0",
"rxjs": "^6.4.0"
}
}
}
1 change: 1 addition & 0 deletions packages/geo/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"entryFile": "src/public_api.ts"
},
"whitelistedNonPeerDependencies": [
"ngx-cacheable",
"ts-md5",
"@turf/helpers",
"@turf/line-intersect"
Expand Down
1 change: 1 addition & 0 deletions packages/geo/ng-package.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"entryFile": "src/public_api.ts"
},
"whitelistedNonPeerDependencies": [
"ngx-cacheable",
"ts-md5",
"@turf/helpers",
"@turf/line-intersect"
Expand Down
3 changes: 2 additions & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"dependencies": {
"ngx-cacheable": "^1.0.9",
"ts-md5": "^1.2.0",
"@turf/helpers": "^6.1.4",
"@turf/line-intersect": "^6.0.2"
Expand Down Expand Up @@ -41,4 +42,4 @@
"moment": "^2.24.0",
"stream": "^0.0.2"
}
}
}

0 comments on commit 36bb5d0

Please sign in to comment.