Upgrade remaining official apps to 2.23 alpha (#23124)

The sdk does not provide system field anymore at all ( including
relation ) if you don't upgrade you'll get a deterministic universal
identifier collision from previously provision and now side effect
resulting ones

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/23124?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
This commit is contained in:
Paul Rastoin
2026-07-21 18:59:38 +02:00
committed by GitHub
parent 9742c21a99
commit c59df4cddd
6 changed files with 43 additions and 43 deletions
@@ -1,12 +1,12 @@
{
"name": "postcard",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"engines": {
"node": "^24.5.0",
"npm": "please-use-yarn",
"yarn": ">=4.0.2",
"twenty": ">=2.19.0"
"twenty": ">=2.23.0"
},
"keywords": [
"twenty-app"
@@ -29,8 +29,8 @@
"playwright": "^1.60.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"twenty-client-sdk": "2.19.0-alpha.1",
"twenty-sdk": "2.19.0-alpha.1",
"twenty-client-sdk": "2.23.0-alpha.1",
"twenty-sdk": "2.23.0-alpha.1",
"typescript": "^5.9.3",
"vitest": "^4.0.0"
}