mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
## Description - Add null checks before clearTimeout calls in colorful-fallback.tsx, edgeless.dialog.tsx, and local.dialog.tsx - Fix event listener cleanup in unfolding.tsx - Update tsconfig.jsx to use react-jsx transform ## Testing - [x] Verified type safety improvements for React 19 compatibility - [x] Ensured proper cleanup of event listeners and timeouts - [x] Confirmed no unintended side effects from the changes Link to Devin run: https://app.devin.ai/sessions/2e790f3ea0d84402837ec6c3c6f83e4c
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "@affine/ios",
|
|
"version": "0.18.0",
|
|
"description": "AFFiNE Desktop Web application",
|
|
"private": true,
|
|
"browser": "src/index.tsx",
|
|
"scripts": {
|
|
"build": "cross-env DISTRIBUTION=ios yarn workspace @affine/cli bundle",
|
|
"dev": "yarn workspace @affine/cli dev",
|
|
"sync": "yarn cap sync",
|
|
"sync:dev": "CAP_SERVER_URL=http://localhost:8080 yarn cap sync",
|
|
"static-server": "cross-env DISTRIBUTION=ios yarn workspace @affine/cli dev --static"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@blocksuite/affine": "0.18.5",
|
|
"@blocksuite/icons": "2.1.75",
|
|
"@capacitor/app": "^6.0.1",
|
|
"@capacitor/browser": "^6.0.3",
|
|
"@capacitor/core": "^6.1.2",
|
|
"@capacitor/haptics": "^6.0.2",
|
|
"@capacitor/ios": "^6.1.2",
|
|
"@capacitor/keyboard": "^6.0.2",
|
|
"@sentry/react": "^8.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^6.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^6.1.2",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|