chore: update @pezkuwi/ui packages to 3.17.2

- Update resolutions to use @pezkuwi/ui-* packages 3.17.2
- Fix webpack alias for @pezkuwi/ui-shared (flat package structure)
- Regenerate yarn.lock with correct dependencies

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-09 02:05:52 +03:00
parent a9681f7c9f
commit 2b3eb415f8
3 changed files with 45 additions and 41 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ function createWebpack (context, mode = 'production') {
return alias;
}, {
// Fix for @pezkuwi/ui-shared package with files in build subdirectory
'@pezkuwi/ui-shared': path.resolve(context, '../../node_modules/@pezkuwi/ui-shared/build')
// @pezkuwi/ui-shared npm package (flat structure)
'@pezkuwi/ui-shared': path.resolve(context, '../../node_modules/@pezkuwi/ui-shared')
});
const plugins = fs.existsSync(path.join(context, 'public'))
? new CopyWebpackPlugin({