chore(apps): bump twenty-sdk & twenty-client-sdk to 2.13.0, vitest to 4 (#21553)
## What Bumps **all 14 `twenty-apps`** (internal, examples, community) to the freshly published SDK **2.13.0**, and upgrades `vitest` 3 → 4 so `vite` resolves to 8 (rolldown). - `twenty-sdk` / `twenty-client-sdk`: `2.10.1` → `2.13.0` (each app's original spec format preserved — plain, `^`, and `npm:…@`). - `vitest`: `^3.x` → `^4.0.0` in the 13 apps that use it (`call-recording` has no vitest). ## Why Each app's `yarn.lock` had open Dependabot esbuild alerts — high `GHSA-gv7w-rqvm-qjhr` and low `GHSA-g7r4-m6w7-qqqr`, both fixed in esbuild `0.28.1`. The SDK bump alone does **not** clear them: the advisories fire on *any* esbuild `< 0.28.1`, and each app pulled a vulnerable `esbuild@0.27.7` transitively via **vite** (through the `vitest` devDependency), independent of the SDK. Bumping `vitest` to 4 resolves `vite@8` (rolldown), which drops the esbuild dependency entirely. `twenty-partners` additionally needed a recursive esbuild re-resolution (its `tsx` dep had `esbuild@~0.28.0` pinned at the still-vulnerable `0.28.0`). After this change, **all 14 lockfiles resolve esbuild `0.28.1` only** — zero copies `< 0.28.1`. ## Test - All 14 lockfiles verified free of esbuild `< 0.28.1`. - vitest 4 + vite 8 confirmed working: `people-data-labs` runs **334 tests across 83 files, all passing**. - `twenty-for-twenty`'s suite fails only because its global setup requires a live Twenty server (`/healthz`) — environmental, would fail identically under vitest 3. <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/21553?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:
@@ -19,8 +19,8 @@
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
@@ -30,6 +30,6 @@
|
||||
"react-dom": "^19.0.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -16,8 +16,8 @@
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
@@ -26,6 +26,6 @@
|
||||
"react": "^18.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -19,8 +19,8 @@
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
@@ -30,6 +30,6 @@
|
||||
"react-dom": "^19.0.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,8 +18,8 @@
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"react-loading-skeleton": "^3.5.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
|
||||
@@ -270,366 +270,184 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/aix-ppc64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/aix-ppc64@npm:0.25.12"
|
||||
"@esbuild/aix-ppc64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/aix-ppc64@npm:0.28.1"
|
||||
conditions: os=aix & cpu=ppc64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/aix-ppc64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/aix-ppc64@npm:0.28.0"
|
||||
conditions: os=aix & cpu=ppc64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/android-arm64@npm:0.25.12"
|
||||
"@esbuild/android-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/android-arm64@npm:0.28.1"
|
||||
conditions: os=android & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/android-arm64@npm:0.28.0"
|
||||
conditions: os=android & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/android-arm@npm:0.25.12"
|
||||
"@esbuild/android-arm@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/android-arm@npm:0.28.1"
|
||||
conditions: os=android & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/android-arm@npm:0.28.0"
|
||||
conditions: os=android & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/android-x64@npm:0.25.12"
|
||||
"@esbuild/android-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/android-x64@npm:0.28.1"
|
||||
conditions: os=android & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/android-x64@npm:0.28.0"
|
||||
conditions: os=android & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/darwin-arm64@npm:0.25.12"
|
||||
"@esbuild/darwin-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/darwin-arm64@npm:0.28.1"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/darwin-arm64@npm:0.28.0"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/darwin-x64@npm:0.25.12"
|
||||
"@esbuild/darwin-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/darwin-x64@npm:0.28.1"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/darwin-x64@npm:0.28.0"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/freebsd-arm64@npm:0.25.12"
|
||||
"@esbuild/freebsd-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/freebsd-arm64@npm:0.28.1"
|
||||
conditions: os=freebsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/freebsd-arm64@npm:0.28.0"
|
||||
conditions: os=freebsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/freebsd-x64@npm:0.25.12"
|
||||
"@esbuild/freebsd-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/freebsd-x64@npm:0.28.1"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/freebsd-x64@npm:0.28.0"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-arm64@npm:0.25.12"
|
||||
"@esbuild/linux-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-arm64@npm:0.28.1"
|
||||
conditions: os=linux & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-arm64@npm:0.28.0"
|
||||
conditions: os=linux & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-arm@npm:0.25.12"
|
||||
"@esbuild/linux-arm@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-arm@npm:0.28.1"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-arm@npm:0.28.0"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ia32@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-ia32@npm:0.25.12"
|
||||
"@esbuild/linux-ia32@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-ia32@npm:0.28.1"
|
||||
conditions: os=linux & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ia32@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-ia32@npm:0.28.0"
|
||||
conditions: os=linux & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-loong64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-loong64@npm:0.25.12"
|
||||
"@esbuild/linux-loong64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-loong64@npm:0.28.1"
|
||||
conditions: os=linux & cpu=loong64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-loong64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-loong64@npm:0.28.0"
|
||||
conditions: os=linux & cpu=loong64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-mips64el@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-mips64el@npm:0.25.12"
|
||||
"@esbuild/linux-mips64el@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-mips64el@npm:0.28.1"
|
||||
conditions: os=linux & cpu=mips64el
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-mips64el@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-mips64el@npm:0.28.0"
|
||||
conditions: os=linux & cpu=mips64el
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ppc64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-ppc64@npm:0.25.12"
|
||||
"@esbuild/linux-ppc64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-ppc64@npm:0.28.1"
|
||||
conditions: os=linux & cpu=ppc64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ppc64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-ppc64@npm:0.28.0"
|
||||
conditions: os=linux & cpu=ppc64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-riscv64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-riscv64@npm:0.25.12"
|
||||
"@esbuild/linux-riscv64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-riscv64@npm:0.28.1"
|
||||
conditions: os=linux & cpu=riscv64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-riscv64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-riscv64@npm:0.28.0"
|
||||
conditions: os=linux & cpu=riscv64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-s390x@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-s390x@npm:0.25.12"
|
||||
"@esbuild/linux-s390x@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-s390x@npm:0.28.1"
|
||||
conditions: os=linux & cpu=s390x
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-s390x@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-s390x@npm:0.28.0"
|
||||
conditions: os=linux & cpu=s390x
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/linux-x64@npm:0.25.12"
|
||||
"@esbuild/linux-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/linux-x64@npm:0.28.1"
|
||||
conditions: os=linux & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/linux-x64@npm:0.28.0"
|
||||
conditions: os=linux & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/netbsd-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/netbsd-arm64@npm:0.25.12"
|
||||
"@esbuild/netbsd-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/netbsd-arm64@npm:0.28.1"
|
||||
conditions: os=netbsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/netbsd-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/netbsd-arm64@npm:0.28.0"
|
||||
conditions: os=netbsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/netbsd-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/netbsd-x64@npm:0.25.12"
|
||||
"@esbuild/netbsd-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/netbsd-x64@npm:0.28.1"
|
||||
conditions: os=netbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/netbsd-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/netbsd-x64@npm:0.28.0"
|
||||
conditions: os=netbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openbsd-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/openbsd-arm64@npm:0.25.12"
|
||||
"@esbuild/openbsd-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/openbsd-arm64@npm:0.28.1"
|
||||
conditions: os=openbsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openbsd-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/openbsd-arm64@npm:0.28.0"
|
||||
conditions: os=openbsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openbsd-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/openbsd-x64@npm:0.25.12"
|
||||
"@esbuild/openbsd-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/openbsd-x64@npm:0.28.1"
|
||||
conditions: os=openbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openbsd-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/openbsd-x64@npm:0.28.0"
|
||||
conditions: os=openbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openharmony-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/openharmony-arm64@npm:0.25.12"
|
||||
"@esbuild/openharmony-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/openharmony-arm64@npm:0.28.1"
|
||||
conditions: os=openharmony & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openharmony-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/openharmony-arm64@npm:0.28.0"
|
||||
conditions: os=openharmony & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/sunos-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/sunos-x64@npm:0.25.12"
|
||||
"@esbuild/sunos-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/sunos-x64@npm:0.28.1"
|
||||
conditions: os=sunos & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/sunos-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/sunos-x64@npm:0.28.0"
|
||||
conditions: os=sunos & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-arm64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/win32-arm64@npm:0.25.12"
|
||||
"@esbuild/win32-arm64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/win32-arm64@npm:0.28.1"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-arm64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/win32-arm64@npm:0.28.0"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-ia32@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/win32-ia32@npm:0.25.12"
|
||||
"@esbuild/win32-ia32@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/win32-ia32@npm:0.28.1"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-ia32@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/win32-ia32@npm:0.28.0"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-x64@npm:0.25.12":
|
||||
version: 0.25.12
|
||||
resolution: "@esbuild/win32-x64@npm:0.25.12"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-x64@npm:0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "@esbuild/win32-x64@npm:0.28.0"
|
||||
"@esbuild/win32-x64@npm:0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "@esbuild/win32-x64@npm:0.28.1"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -1247,8 +1065,8 @@ __metadata:
|
||||
react: "npm:^18.2.0"
|
||||
react-loading-skeleton: "npm:^3.5.0"
|
||||
react-markdown: "npm:^10.1.0"
|
||||
twenty-client-sdk: "npm:2.10.1"
|
||||
twenty-sdk: "npm:2.10.1"
|
||||
twenty-client-sdk: "npm:2.13.0"
|
||||
twenty-sdk: "npm:2.13.0"
|
||||
typescript: "npm:^5.9.3"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -1544,36 +1362,36 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esbuild@npm:^0.25.0":
|
||||
version: 0.25.12
|
||||
resolution: "esbuild@npm:0.25.12"
|
||||
"esbuild@npm:^0.28.1":
|
||||
version: 0.28.1
|
||||
resolution: "esbuild@npm:0.28.1"
|
||||
dependencies:
|
||||
"@esbuild/aix-ppc64": "npm:0.25.12"
|
||||
"@esbuild/android-arm": "npm:0.25.12"
|
||||
"@esbuild/android-arm64": "npm:0.25.12"
|
||||
"@esbuild/android-x64": "npm:0.25.12"
|
||||
"@esbuild/darwin-arm64": "npm:0.25.12"
|
||||
"@esbuild/darwin-x64": "npm:0.25.12"
|
||||
"@esbuild/freebsd-arm64": "npm:0.25.12"
|
||||
"@esbuild/freebsd-x64": "npm:0.25.12"
|
||||
"@esbuild/linux-arm": "npm:0.25.12"
|
||||
"@esbuild/linux-arm64": "npm:0.25.12"
|
||||
"@esbuild/linux-ia32": "npm:0.25.12"
|
||||
"@esbuild/linux-loong64": "npm:0.25.12"
|
||||
"@esbuild/linux-mips64el": "npm:0.25.12"
|
||||
"@esbuild/linux-ppc64": "npm:0.25.12"
|
||||
"@esbuild/linux-riscv64": "npm:0.25.12"
|
||||
"@esbuild/linux-s390x": "npm:0.25.12"
|
||||
"@esbuild/linux-x64": "npm:0.25.12"
|
||||
"@esbuild/netbsd-arm64": "npm:0.25.12"
|
||||
"@esbuild/netbsd-x64": "npm:0.25.12"
|
||||
"@esbuild/openbsd-arm64": "npm:0.25.12"
|
||||
"@esbuild/openbsd-x64": "npm:0.25.12"
|
||||
"@esbuild/openharmony-arm64": "npm:0.25.12"
|
||||
"@esbuild/sunos-x64": "npm:0.25.12"
|
||||
"@esbuild/win32-arm64": "npm:0.25.12"
|
||||
"@esbuild/win32-ia32": "npm:0.25.12"
|
||||
"@esbuild/win32-x64": "npm:0.25.12"
|
||||
"@esbuild/aix-ppc64": "npm:0.28.1"
|
||||
"@esbuild/android-arm": "npm:0.28.1"
|
||||
"@esbuild/android-arm64": "npm:0.28.1"
|
||||
"@esbuild/android-x64": "npm:0.28.1"
|
||||
"@esbuild/darwin-arm64": "npm:0.28.1"
|
||||
"@esbuild/darwin-x64": "npm:0.28.1"
|
||||
"@esbuild/freebsd-arm64": "npm:0.28.1"
|
||||
"@esbuild/freebsd-x64": "npm:0.28.1"
|
||||
"@esbuild/linux-arm": "npm:0.28.1"
|
||||
"@esbuild/linux-arm64": "npm:0.28.1"
|
||||
"@esbuild/linux-ia32": "npm:0.28.1"
|
||||
"@esbuild/linux-loong64": "npm:0.28.1"
|
||||
"@esbuild/linux-mips64el": "npm:0.28.1"
|
||||
"@esbuild/linux-ppc64": "npm:0.28.1"
|
||||
"@esbuild/linux-riscv64": "npm:0.28.1"
|
||||
"@esbuild/linux-s390x": "npm:0.28.1"
|
||||
"@esbuild/linux-x64": "npm:0.28.1"
|
||||
"@esbuild/netbsd-arm64": "npm:0.28.1"
|
||||
"@esbuild/netbsd-x64": "npm:0.28.1"
|
||||
"@esbuild/openbsd-arm64": "npm:0.28.1"
|
||||
"@esbuild/openbsd-x64": "npm:0.28.1"
|
||||
"@esbuild/openharmony-arm64": "npm:0.28.1"
|
||||
"@esbuild/sunos-x64": "npm:0.28.1"
|
||||
"@esbuild/win32-arm64": "npm:0.28.1"
|
||||
"@esbuild/win32-ia32": "npm:0.28.1"
|
||||
"@esbuild/win32-x64": "npm:0.28.1"
|
||||
dependenciesMeta:
|
||||
"@esbuild/aix-ppc64":
|
||||
optional: true
|
||||
@@ -1629,96 +1447,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
esbuild: bin/esbuild
|
||||
checksum: 10c0/c205357531423220a9de8e1e6c6514242bc9b1666e762cd67ccdf8fdfdc3f1d0bd76f8d9383958b97ad4c953efdb7b6e8c1f9ca5951cd2b7c5235e8755b34a6b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esbuild@npm:^0.28.0":
|
||||
version: 0.28.0
|
||||
resolution: "esbuild@npm:0.28.0"
|
||||
dependencies:
|
||||
"@esbuild/aix-ppc64": "npm:0.28.0"
|
||||
"@esbuild/android-arm": "npm:0.28.0"
|
||||
"@esbuild/android-arm64": "npm:0.28.0"
|
||||
"@esbuild/android-x64": "npm:0.28.0"
|
||||
"@esbuild/darwin-arm64": "npm:0.28.0"
|
||||
"@esbuild/darwin-x64": "npm:0.28.0"
|
||||
"@esbuild/freebsd-arm64": "npm:0.28.0"
|
||||
"@esbuild/freebsd-x64": "npm:0.28.0"
|
||||
"@esbuild/linux-arm": "npm:0.28.0"
|
||||
"@esbuild/linux-arm64": "npm:0.28.0"
|
||||
"@esbuild/linux-ia32": "npm:0.28.0"
|
||||
"@esbuild/linux-loong64": "npm:0.28.0"
|
||||
"@esbuild/linux-mips64el": "npm:0.28.0"
|
||||
"@esbuild/linux-ppc64": "npm:0.28.0"
|
||||
"@esbuild/linux-riscv64": "npm:0.28.0"
|
||||
"@esbuild/linux-s390x": "npm:0.28.0"
|
||||
"@esbuild/linux-x64": "npm:0.28.0"
|
||||
"@esbuild/netbsd-arm64": "npm:0.28.0"
|
||||
"@esbuild/netbsd-x64": "npm:0.28.0"
|
||||
"@esbuild/openbsd-arm64": "npm:0.28.0"
|
||||
"@esbuild/openbsd-x64": "npm:0.28.0"
|
||||
"@esbuild/openharmony-arm64": "npm:0.28.0"
|
||||
"@esbuild/sunos-x64": "npm:0.28.0"
|
||||
"@esbuild/win32-arm64": "npm:0.28.0"
|
||||
"@esbuild/win32-ia32": "npm:0.28.0"
|
||||
"@esbuild/win32-x64": "npm:0.28.0"
|
||||
dependenciesMeta:
|
||||
"@esbuild/aix-ppc64":
|
||||
optional: true
|
||||
"@esbuild/android-arm":
|
||||
optional: true
|
||||
"@esbuild/android-arm64":
|
||||
optional: true
|
||||
"@esbuild/android-x64":
|
||||
optional: true
|
||||
"@esbuild/darwin-arm64":
|
||||
optional: true
|
||||
"@esbuild/darwin-x64":
|
||||
optional: true
|
||||
"@esbuild/freebsd-arm64":
|
||||
optional: true
|
||||
"@esbuild/freebsd-x64":
|
||||
optional: true
|
||||
"@esbuild/linux-arm":
|
||||
optional: true
|
||||
"@esbuild/linux-arm64":
|
||||
optional: true
|
||||
"@esbuild/linux-ia32":
|
||||
optional: true
|
||||
"@esbuild/linux-loong64":
|
||||
optional: true
|
||||
"@esbuild/linux-mips64el":
|
||||
optional: true
|
||||
"@esbuild/linux-ppc64":
|
||||
optional: true
|
||||
"@esbuild/linux-riscv64":
|
||||
optional: true
|
||||
"@esbuild/linux-s390x":
|
||||
optional: true
|
||||
"@esbuild/linux-x64":
|
||||
optional: true
|
||||
"@esbuild/netbsd-arm64":
|
||||
optional: true
|
||||
"@esbuild/netbsd-x64":
|
||||
optional: true
|
||||
"@esbuild/openbsd-arm64":
|
||||
optional: true
|
||||
"@esbuild/openbsd-x64":
|
||||
optional: true
|
||||
"@esbuild/openharmony-arm64":
|
||||
optional: true
|
||||
"@esbuild/sunos-x64":
|
||||
optional: true
|
||||
"@esbuild/win32-arm64":
|
||||
optional: true
|
||||
"@esbuild/win32-ia32":
|
||||
optional: true
|
||||
"@esbuild/win32-x64":
|
||||
optional: true
|
||||
bin:
|
||||
esbuild: bin/esbuild
|
||||
checksum: 10c0/8acd95c238ec6c4a9d16163277faf228a8994b642d187b3fe667ffbb469008e6748cde144fdc3c175bf8e78ee49e15a0ed9b9f183fdb5fcea1772f87fb1372a4
|
||||
checksum: 10c0/29cd456a79ce35ac2c7e05fe871330416b2c395c045d849653f843e51378d6e0d6e774d6dcd01b35f4e83238a29bf8decd04fcd34b3780c589a250b21e5f92bb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2779,12 +2508,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prettier@npm:^2.8.8":
|
||||
version: 2.8.8
|
||||
resolution: "prettier@npm:2.8.8"
|
||||
"prettier@npm:^3.8.3":
|
||||
version: 3.8.4
|
||||
resolution: "prettier@npm:3.8.4"
|
||||
bin:
|
||||
prettier: bin-prettier.js
|
||||
checksum: 10c0/463ea8f9a0946cd5b828d8cf27bd8b567345cf02f56562d5ecde198b91f47a76b7ac9eae0facd247ace70e927143af6135e8cf411986b8cb8478784a4d6d724a
|
||||
prettier: bin/prettier.cjs
|
||||
checksum: 10c0/b90a0cbe75b88ac0af9c13fe0f359bd19926fabccd88483227b21f71f0c1cc42da056fc1ac3a361e665577c568371d5ccfb2c62c31c8a1186f8d1bd531a063e9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2802,7 +2531,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-dom@npm:^19.0.0":
|
||||
"react-dom@npm:^19.2.0":
|
||||
version: 19.2.7
|
||||
resolution: "react-dom@npm:19.2.7"
|
||||
dependencies:
|
||||
@@ -2871,7 +2600,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react@npm:^19.0.0":
|
||||
"react@npm:^19.2.0":
|
||||
version: 19.2.7
|
||||
resolution: "react@npm:19.2.7"
|
||||
checksum: 10c0/0bd0e2f1bbd4ba97561c6597bf8a5fec05e6476fe61e165c1065598d16668efc6715205599c94d3ddd49d36cb0f21cbf1b9bcc18ee840b805ce222c3e8d558ac
|
||||
@@ -3183,44 +2912,44 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"twenty-client-sdk@npm:2.10.1":
|
||||
version: 2.10.1
|
||||
resolution: "twenty-client-sdk@npm:2.10.1"
|
||||
"twenty-client-sdk@npm:2.13.0":
|
||||
version: 2.13.0
|
||||
resolution: "twenty-client-sdk@npm:2.13.0"
|
||||
dependencies:
|
||||
"@genql/runtime": "npm:^2.10.0"
|
||||
esbuild: "npm:^0.28.0"
|
||||
esbuild: "npm:^0.28.1"
|
||||
graphql: "npm:^16.8.1"
|
||||
lodash: "npm:^4.17.21"
|
||||
prettier: "npm:^2.8.8"
|
||||
checksum: 10c0/7ca0db8f8f769bc39d4d2c51fc23cf9b5731d24c4bafa5fd804a67ac7040fd51b1ef47e52849773503d92a1c9ecc1730e32c26929f0d51568c3d510f7873563b
|
||||
prettier: "npm:^3.8.3"
|
||||
checksum: 10c0/740464acec94c1d4cc5fa50ed6b190a7f1d1681963f61437a6c704835c05ffe0f5a13e254e57601a99b07bbe0f68483dee19211731853aafbcc15ec79f8039ce
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"twenty-sdk@npm:2.10.1":
|
||||
version: 2.10.1
|
||||
resolution: "twenty-sdk@npm:2.10.1"
|
||||
"twenty-sdk@npm:2.13.0":
|
||||
version: 2.13.0
|
||||
resolution: "twenty-sdk@npm:2.13.0"
|
||||
dependencies:
|
||||
"@sniptt/guards": "npm:^0.2.0"
|
||||
axios: "npm:^1.16.0"
|
||||
chalk: "npm:^5.3.0"
|
||||
chokidar: "npm:^4.0.0"
|
||||
commander: "npm:^12.0.0"
|
||||
esbuild: "npm:^0.25.0"
|
||||
esbuild: "npm:^0.28.1"
|
||||
graphql: "npm:^16.8.1"
|
||||
graphql-sse: "npm:^2.5.4"
|
||||
ink: "npm:^6.8.0"
|
||||
inquirer: "npm:^14.0.0"
|
||||
jsonc-parser: "npm:^3.2.0"
|
||||
preact: "npm:^10.28.3"
|
||||
react: "npm:^19.0.0"
|
||||
react-dom: "npm:^19.0.0"
|
||||
react: "npm:^19.2.0"
|
||||
react-dom: "npm:^19.2.0"
|
||||
tinyglobby: "npm:^0.2.15"
|
||||
twenty-client-sdk: "npm:2.10.1"
|
||||
twenty-client-sdk: "npm:2.13.0"
|
||||
typescript: "npm:^5.9.3"
|
||||
uuid: "npm:^13.0.0"
|
||||
uuid: "npm:^13.0.2"
|
||||
bin:
|
||||
twenty: dist/cli.cjs
|
||||
checksum: 10c0/8cfe513daebd4a835573543f1d3e6d5474316102579b308daf859f5fa04f39126cc0f87235069e43e0b54953502e580d1fd40fc486161ca5798808aec04b1cdc
|
||||
checksum: 10c0/51c350abe5d344fcad3c961a77632fd3cb2d91e357d0562b3eb02f05f66dbc41221c5463d0f91c022316a16af03a05ad43f038d9534c0ae31c060008d0e48672
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3344,7 +3073,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"uuid@npm:^13.0.0":
|
||||
"uuid@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "uuid@npm:13.0.2"
|
||||
bin:
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"exa-js": "^2.12.1",
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"oxlint": "^0.16.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -22,8 +22,8 @@
|
||||
"test:integration": "vitest run --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
@@ -33,6 +33,6 @@
|
||||
"react-dom": "^19.0.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -16,8 +16,8 @@
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
@@ -27,6 +27,6 @@
|
||||
"react-dom": "^19.0.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,12 +20,12 @@
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"oxlint": "^0.16.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,13 +20,13 @@
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"oxlint": "^0.16.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"resend": "^6.12.0",
|
||||
"twenty-client-sdk": "npm:twenty-client-sdk@2.10.1",
|
||||
"twenty-sdk": "npm:twenty-sdk@2.10.1"
|
||||
"twenty-client-sdk": "npm:twenty-client-sdk@2.13.0",
|
||||
"twenty-sdk": "npm:twenty-sdk@2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
@@ -31,6 +31,6 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -23,12 +23,12 @@
|
||||
"oxlint": "^0.16.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"twenty-sdk": "^2.10.1",
|
||||
"twenty-sdk": "^2.13.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.1.1"
|
||||
"vitest": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "^2.10.1"
|
||||
"twenty-client-sdk": "^2.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,13 +20,13 @@
|
||||
"test:watch": "vitest --config vitest.unit.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"oxlint": "^0.16.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.3.2",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -30,8 +30,8 @@
|
||||
"rls:configure:prod": "ENV_FILE=.env.prod tsx src/scripts/configure-partner-rls.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"twenty-client-sdk": "2.10.1",
|
||||
"twenty-sdk": "2.10.1",
|
||||
"twenty-client-sdk": "2.13.0",
|
||||
"twenty-sdk": "2.13.0",
|
||||
"zod": "^4.1.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -44,6 +44,6 @@
|
||||
"tsx": "^4.0.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@slack/web-api": "^7.8.0",
|
||||
"twenty-sdk": "2.10.1"
|
||||
"twenty-sdk": "2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
@@ -30,6 +30,6 @@
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.6"
|
||||
"vitest": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user