Fix twenty sdk build (#17696)

- add twenty-ui in dist/vendor folder
- fix ts issue due to react version mismatch
This commit is contained in:
martmull
2026-02-04 09:46:13 +01:00
committed by GitHub
parent 7867617385
commit e10e0b337e
6 changed files with 62 additions and 21 deletions
@@ -282,7 +282,7 @@ const createPackageJson = async ({
'lint:fix': 'eslint --fix',
},
dependencies: {
'twenty-sdk': '0.4.0',
'twenty-sdk': '0.4.1',
},
devDependencies: {
typescript: '^5.9.3',