Skip to content

Commit 72639f3

Browse files
committed
fix(platform): deps
1 parent 9bc081a commit 72639f3

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

libs/platform/src/lib/ng-package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,5 @@
55
"lib": {
66
"entryFile": "./public_api.ts"
77
},
8-
"allowedNonPeerDependencies": [
9-
"@sap-theming/theming-base-content",
10-
"focus-trap",
11-
"fundamental-styles",
12-
"@fundamental-ngx/core",
13-
"xml2js",
14-
"lodash-es",
15-
"fast-deep-equal"
16-
]
8+
"allowedNonPeerDependencies": ["focus-trap", "xml2js", "lodash-es", "fast-deep-equal"]
179
}

libs/platform/src/lib/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
"@angular/animations": "ANGULAR_VER_PLACEHOLDER",
2020
"@angular/router": "ANGULAR_VER_PLACEHOLDER",
2121
"@angular/cdk": "ANGULAR_VER_PLACEHOLDER",
22-
"rxjs": "RXJS_VER_PLACEHOLDER"
22+
"rxjs": "RXJS_VER_PLACEHOLDER",
23+
"fundamental-styles": "FDSTYLES_VER_PLACEHOLDER",
24+
"@sap-theming/theming-base-content": "THEMING_VER_PLACEHOLDER",
25+
"@fundamental-ngx/core": "VERSION_PLACEHOLDER"
2326
},
2427
"dependencies": {
25-
"@sap-theming/theming-base-content": "THEMING_VER_PLACEHOLDER",
2628
"focus-trap": "FOCUSTRAP_VER_PLACEHOLDER",
27-
"fundamental-styles": "FDSTYLES_VER_PLACEHOLDER",
2829
"fast-deep-equal": "FAST_DEEP_EQUAL_VER_PLACEHOLDER",
2930
"lodash-es": "LODASH_ES_VER_PLACEHOLDER",
3031
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)