mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [file-type](https://redirect.github.com/sindresorhus/file-type) | [`^19.6.0` -> `^20.0.0`](https://renovatebot.com/diffs/npm/file-type/19.6.0/20.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [file-type](https://redirect.github.com/sindresorhus/file-type) | [`^19.5.0` -> `^20.0.0`](https://renovatebot.com/diffs/npm/file-type/19.6.0/20.0.0) | [](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>sindresorhus/file-type (file-type)</summary> ### [`v20.0.0`](https://redirect.github.com/sindresorhus/file-type/releases/tag/v20.0.0) [Compare Source](https://redirect.github.com/sindresorhus/file-type/compare/v19.6.0...v20.0.0) ##### Breaking - Drop MIME-type and extension enumeration in types ([#​693](https://redirect.github.com/sindresorhus/file-type/issues/693)) [`0ff11c6`](https://redirect.github.com/sindresorhus/file-type/commit/0ff11c6) - Remove `NodeFileTypeParser` in favor of using `FileTypeParser` on all platforms ([#​707](https://redirect.github.com/sindresorhus/file-type/issues/707)) [`ff8eed8`](https://redirect.github.com/sindresorhus/file-type/commit/ff8eed8) ##### Improvements - Give API access to `FileTypeParser#detectors` ([#​704](https://redirect.github.com/sindresorhus/file-type/issues/704)) [`7e72bbc`](https://redirect.github.com/sindresorhus/file-type/commit/7e72bbc) - Improve Nikon RAW NEF (Tiff) format detection ([#​670](https://redirect.github.com/sindresorhus/file-type/issues/670)) [`cf6fc1e`](https://redirect.github.com/sindresorhus/file-type/commit/cf6fc1e) - Add support for Java archive (`.jar`) ([#​719](https://redirect.github.com/sindresorhus/file-type/issues/719)) [`8651809`](https://redirect.github.com/sindresorhus/file-type/commit/8651809) - Add support for MSOffice macro-enabled docs and templates ([#​720](https://redirect.github.com/sindresorhus/file-type/issues/720)) [`7fe5667`](https://redirect.github.com/sindresorhus/file-type/commit/7fe5667) - Add support for OpenDocument graphics and templates ([#​718](https://redirect.github.com/sindresorhus/file-type/issues/718)) [`4db407d`](https://redirect.github.com/sindresorhus/file-type/commit/4db407d) - Add support for Microsoft Excel template with macros (.xltm) ([#​714](https://redirect.github.com/sindresorhus/file-type/issues/714)) [`1fe621a`](https://redirect.github.com/sindresorhus/file-type/commit/1fe621a) - Add support for Microsoft Word template (.dotx) ([#​713](https://redirect.github.com/sindresorhus/file-type/issues/713)) [`643ef78`](https://redirect.github.com/sindresorhus/file-type/commit/643ef78) - Add support for Microsoft Excel template (`.xltx`) ([#​712](https://redirect.github.com/sindresorhus/file-type/issues/712)) [`0dab3e0`](https://redirect.github.com/sindresorhus/file-type/commit/0dab3e0) - Add support for Microsoft PowerPoint template ( `.potx`) ([#​710](https://redirect.github.com/sindresorhus/file-type/issues/710)) [`f978619`](https://redirect.github.com/sindresorhus/file-type/commit/f978619) - Add support for ZIP decompression using `@tokenizer/inflate` ([#​695](https://redirect.github.com/sindresorhus/file-type/issues/695)) [`399b0f1`](https://redirect.github.com/sindresorhus/file-type/commit/399b0f1) - Add support for `.lz4` file format ([#​706](https://redirect.github.com/sindresorhus/file-type/issues/706)) [`74acf94`](https://redirect.github.com/sindresorhus/file-type/commit/74acf94) - Add support for format `.drc`, Google's Draco 3D Data Compression ([#​702](https://redirect.github.com/sindresorhus/file-type/issues/702)) [`e99257d`](https://redirect.github.com/sindresorhus/file-type/commit/e99257d) ##### Fixes - Fix code sequence "File Type Box" detection ([#​705](https://redirect.github.com/sindresorhus/file-type/issues/705)) [`7d4dd8d`](https://redirect.github.com/sindresorhus/file-type/commit/7d4dd8d) *** </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
100 lines
3.0 KiB
JSON
100 lines
3.0 KiB
JSON
{
|
|
"name": "@affine/core",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.19.0",
|
|
"exports": {
|
|
"./*": "./src/*",
|
|
"./bootstrap": "./src/bootstrap/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/graphql": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@affine/track": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/affine-components": "workspace:*",
|
|
"@blocksuite/affine-shared": "workspace:*",
|
|
"@blocksuite/block-std": "workspace:*",
|
|
"@blocksuite/global": "workspace:*",
|
|
"@blocksuite/icons": "2.2.2",
|
|
"@blocksuite/store": "workspace:*",
|
|
"@capacitor/app": "^6.0.2",
|
|
"@capacitor/browser": "^6.0.4",
|
|
"@dotlottie/player-component": "^2.7.12",
|
|
"@emotion/cache": "^11.14.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@floating-ui/dom": "^1.6.12",
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"@marsidev/react-turnstile": "^1.1.0",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"@radix-ui/react-collapsible": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.3",
|
|
"@radix-ui/react-popover": "^1.1.3",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-toolbar": "^1.1.1",
|
|
"@sentry/react": "^8.44.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"@toeverything/pdf-viewer": "^0.1.1",
|
|
"@toeverything/theme": "^1.1.3",
|
|
"@vanilla-extract/dynamic": "^2.1.2",
|
|
"animejs": "^3.2.2",
|
|
"bytes": "^3.1.2",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.4",
|
|
"core-js": "^3.39.0",
|
|
"dayjs": "^1.11.13",
|
|
"file-type": "^20.0.0",
|
|
"filesize": "^10.1.6",
|
|
"foxact": "^0.2.43",
|
|
"fuse.js": "^7.0.0",
|
|
"graphemer": "^1.4.0",
|
|
"graphql": "^16.9.0",
|
|
"history": "^5.3.0",
|
|
"idb": "^8.0.0",
|
|
"idb-keyval": "^6.2.1",
|
|
"image-blob-reduce": "^4.1.0",
|
|
"is-svg": "^5.1.0",
|
|
"jotai": "^2.10.3",
|
|
"jotai-scope": "^0.7.2",
|
|
"lib0": "^0.2.99",
|
|
"lit": "^3.2.1",
|
|
"lodash-es": "^4.17.21",
|
|
"lottie-react": "^2.4.0",
|
|
"nanoid": "^5.0.9",
|
|
"next-themes": "^0.4.4",
|
|
"query-string": "^9.1.1",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-error-boundary": "^5.0.0",
|
|
"react-router-dom": "^6.28.0",
|
|
"react-transition-state": "^2.2.0",
|
|
"react-virtuoso": "^4.12.3",
|
|
"rxjs": "^7.8.1",
|
|
"ses": "^1.10.0",
|
|
"socket.io-client": "^4.8.1",
|
|
"swr": "2.3.0",
|
|
"tinykeys": "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch",
|
|
"y-protocols": "^1.0.6",
|
|
"yjs": "^13.6.21",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/core": "^1.10.1",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@types/animejs": "^3.1.12",
|
|
"@types/bytes": "^3.1.5",
|
|
"@types/image-blob-reduce": "^4.1.4",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@vanilla-extract/css": "^1.16.1",
|
|
"fake-indexeddb": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"vitest": "2.1.8"
|
|
}
|
|
}
|