-
Notifications
You must be signed in to change notification settings - Fork 4
fix(components)!: unresolvable peerDependencies break npm install (#DS-4889) #1853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,13 +23,38 @@ | |
| "peerDependencies": { | ||
| "@angular/animations": "{{NG_VERSION}}", | ||
| "@angular/cdk": "{{NG_VERSION}}", | ||
| "@angular/common": "{{NG_VERSION}}", | ||
| "@angular/core": "{{NG_VERSION}}", | ||
| "@angular/forms": "{{NG_VERSION}}", | ||
| "@koobiq/angular-moment-adapter": "{{VERSION}}", | ||
| "@koobiq/angular-luxon-adapter": "{{VERSION}}", | ||
| "@angular/platform-browser": "{{NG_VERSION}}", | ||
| "@angular/router": "{{NG_VERSION}}", | ||
| "@koobiq/angular-moment-adapter": "^{{VERSION}}", | ||
| "@koobiq/angular-luxon-adapter": "^{{VERSION}}", | ||
| "@koobiq/date-adapter": "^3.4.0", | ||
| "@koobiq/date-formatter": "^3.2.3", | ||
| "@koobiq/icons": "^11.1.3", | ||
| "@koobiq/design-tokens": "^3.14.0" | ||
| "@koobiq/icons": ">=11.1.3 <13.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. зачем фиксировать до 13 (такой версии не существует) ? |
||
| "@koobiq/design-tokens": "^3.14.0", | ||
| "highlight.js": "^11.11.1", | ||
| "marked": "^17.0.0", | ||
| "overlayscrollbars": "^2.7.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. версия overlayscrollbars должна быть зафиксирована на 2.7.3, выше возможны баги с большой вероятностью |
||
| "rxjs": "^7.4.0" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "@angular/router": { | ||
| "optional": true | ||
| }, | ||
| "@koobiq/angular-moment-adapter": { | ||
| "optional": true | ||
| }, | ||
| "@koobiq/angular-luxon-adapter": { | ||
| "optional": true | ||
| }, | ||
| "highlight.js": { | ||
| "optional": true | ||
| }, | ||
| "marked": { | ||
| "optional": true | ||
| } | ||
| }, | ||
| "dependencies": { | ||
| "tslib": "^2.6.2" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.