mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts) | [`3.9.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/vite-plugin-dts/3.9.1/4.0.2) | [](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>qmhc/vite-plugin-dts (vite-plugin-dts)</summary> ### [`v4.0.2`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#402-2024-08-09) [Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v4.0.1...v4.0.2) ##### Bug Fixes - ensure inserted index file be a module ([f93e98c](f93e98cd84)), closes [#​365](https://togithub.com/qmhc/vite-plugin-dts/issues/365) ### [`v4.0.1`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#401-2024-08-07) [Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v4.0.0...v4.0.1) ##### Bug Fixes - correctly match normal export ([589901f](589901fead)), closes [#​362](https://togithub.com/qmhc/vite-plugin-dts/issues/362) ### [`v4.0.0`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#400-2024-08-06) [Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.9.1...v4.0.0) ##### Bug Fixes - remove global types for vue declaration files ([e873107](e8731077f3)), closes [#​354](https://togithub.com/qmhc/vite-plugin-dts/issues/354) - resolve module preserve to esnext for rollup ([710400a](710400a276)), closes [#​358](https://togithub.com/qmhc/vite-plugin-dts/issues/358) - sync diff line to mappings after transform ([cd5ba32](cd5ba32148)), closes [#​356](https://togithub.com/qmhc/vite-plugin-dts/issues/356) - typescript lib path resolution for rollup in monorepo ([#​360](https://togithub.com/qmhc/vite-plugin-dts/issues/360)) ([da4af65](da4af6542e)) </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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"name": "@toeverything/infra",
|
|
"type": "module",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"exports": {
|
|
"./blocksuite": "./src/blocksuite/index.ts",
|
|
"./storage": "./src/storage/index.ts",
|
|
"./utils": "./src/utils/index.ts",
|
|
"./app-config-storage": "./src/app-config-storage.ts",
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/blocks": "0.17.0-canary-202408080742-0cbcb73",
|
|
"@blocksuite/global": "0.17.0-canary-202408080742-0cbcb73",
|
|
"@blocksuite/presets": "0.17.0-canary-202408080742-0cbcb73",
|
|
"@blocksuite/store": "0.17.0-canary-202408080742-0cbcb73",
|
|
"@datastructures-js/binary-search-tree": "^5.3.2",
|
|
"foxact": "^0.2.33",
|
|
"fuse.js": "^7.0.0",
|
|
"graphemer": "^1.4.0",
|
|
"idb": "^8.0.0",
|
|
"jotai": "^2.8.0",
|
|
"jotai-effect": "^1.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.7",
|
|
"react": "18.3.1",
|
|
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/block-std": "0.17.0-canary-202408080742-0cbcb73",
|
|
"@blocksuite/presets": "0.17.0-canary-202408080742-0cbcb73",
|
|
"@testing-library/react": "^16.0.0",
|
|
"async-call-rpc": "^6.4.0",
|
|
"fake-indexeddb": "^6.0.0",
|
|
"react": "^18.2.0",
|
|
"rxjs": "^7.8.1",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-dts": "4.0.2",
|
|
"vitest": "1.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@affine/templates": "*",
|
|
"@blocksuite/presets": "*",
|
|
"async-call-rpc": "*",
|
|
"electron": "*",
|
|
"react": "*",
|
|
"yjs": "^13"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@affine/templates": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/presets": {
|
|
"optional": true
|
|
},
|
|
"async-call-rpc": {
|
|
"optional": true
|
|
},
|
|
"electron": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"yjs": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"version": "0.16.0"
|
|
}
|