Skip to content

Commit

Permalink
fix(universal-date-input): not seen dependant packages;
Browse files Browse the repository at this point in the history
  • Loading branch information
denisx committed Dec 27, 2024
1 parent 033f93a commit a764bd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-pens-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@alfalab/core-components-universal-date-input': patch
---

Фикс ts конфигурации: не видна структура зависимых пакетов
4 changes: 1 addition & 3 deletions packages/universal-date-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-calendar": "^7.17.2",
"@alfalab/core-components-input": "^15.4.0",
"@alfalab/core-components-shared": "^0.14.1",
"@alfalab/core-components-popover": "^6.3.5",
Expand All @@ -27,9 +28,6 @@
"react-merge-refs": "^1.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@alfalab/core-components-calendar": "^7.17.2"
},
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
7 changes: 4 additions & 3 deletions packages/universal-date-input/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"baseUrl": ".",
"paths": {
"@alfalab/core-components-*": ["../*/src"],
"@alfalab/core-components-form-control/*": ["../form-control/src/*"],
"@alfalab/core-components-modal/*": ["../modal/src/*"],
"@alfalab/core-components-button/*": ["../button/src/*"]
"@alfalab/core-components-input/*": ["../input/src/*"],
"@alfalab/core-components-shared/*": ["../shared/src/*"],
"@alfalab/core-components-popover/*": ["../popover/src/*"],
"@alfalab/core-components-calendar/*": ["../calendar/src/*"]
}
},
"references": [
Expand Down

0 comments on commit a764bd3

Please sign in to comment.