mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@blocksuite/icons](https://redirect.github.com/toeverything/icons) | [`2.2.3` -> `2.2.4`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.2.3/2.2.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>toeverything/icons (@​blocksuite/icons)</summary> ### [`v2.2.4`](fa7773d6f0...4686040920) [Compare Source](fa7773d6f0...4686040920) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@affine/ios",
|
|
"version": "0.20.0",
|
|
"description": "AFFiNE Desktop Web application",
|
|
"private": true,
|
|
"browser": "src/index.tsx",
|
|
"scripts": {
|
|
"build": "affine bundle",
|
|
"dev": "affine bundle --dev",
|
|
"sync": "cap sync",
|
|
"sync:dev": "CAP_SERVER_URL=http://localhost:8080 cap sync"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/nbstore": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/icons": "2.2.4",
|
|
"@capacitor/app": "^7.0.0",
|
|
"@capacitor/browser": "^7.0.0",
|
|
"@capacitor/core": "^7.0.0",
|
|
"@capacitor/haptics": "^7.0.0",
|
|
"@capacitor/ios": "^7.0.0",
|
|
"@capacitor/keyboard": "^7.0.0",
|
|
"@sentry/react": "^8.44.0",
|
|
"@toeverything/infra": "workspace:^",
|
|
"async-call-rpc": "^6.4.2",
|
|
"idb": "^8.0.0",
|
|
"next-themes": "^0.4.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^6.28.0",
|
|
"yjs": "^13.6.21"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/native": "workspace:*",
|
|
"@capacitor/cli": "^7.0.0",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|