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 | |---|---|---|---|---|---| | [vite-plugin-istanbul](https://redirect.github.com/ifaxity/vite-plugin-istanbul) | [`^6.0.2` -> `^7.0.0`](https://renovatebot.com/diffs/npm/vite-plugin-istanbul/6.0.2/7.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>ifaxity/vite-plugin-istanbul (vite-plugin-istanbul)</summary> ### [`v7.0.0`](https://redirect.github.com/iFaxity/vite-plugin-istanbul/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/ifaxity/vite-plugin-istanbul/compare/v6.0.2...v7.0.0) - fix!: corrected broken lockfile ([#​339](https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/339)) ([213cd65](213cd65c3b)) ##### Features - allow passing generatorOpts down to Babel ([#​323](https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/323)) ([c58d180](c58d180a5f)) ##### BREAKING CHANGES - previous pr made an api change </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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@blocksuite/playground",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"dev:hmr": "WC_HMR=1 vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/affine-components": "workspace:*",
|
|
"@blocksuite/affine-model": "workspace:*",
|
|
"@blocksuite/affine-shared": "workspace:*",
|
|
"@blocksuite/block-std": "workspace:*",
|
|
"@blocksuite/blocks": "workspace:*",
|
|
"@blocksuite/data-view": "workspace:*",
|
|
"@blocksuite/global": "workspace:*",
|
|
"@blocksuite/icons": "^2.2.1",
|
|
"@blocksuite/inline": "workspace:*",
|
|
"@blocksuite/presets": "workspace:*",
|
|
"@blocksuite/store": "workspace:*",
|
|
"@blocksuite/sync": "workspace:*",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"@shoelace-style/shoelace": "2.20.0",
|
|
"@toeverything/pdf-viewer": "^0.1.1",
|
|
"@toeverything/pdfium": "^0.1.1",
|
|
"@toeverything/y-indexeddb": "0.10.0-canary.9",
|
|
"@types/katex": "^0.16.7",
|
|
"browser-fs-access": "^0.35.0",
|
|
"jszip": "^3.10.1",
|
|
"lit": "^3.2.0",
|
|
"lz-string": "^1.5.0",
|
|
"tweakpane": "^4.0.4",
|
|
"y-indexeddb": "^9.0.12",
|
|
"y-protocols": "^1.0.6",
|
|
"yjs": "^13.6.21",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tweakpane/core": "^2.0.4",
|
|
"@types/micromatch": "^4.0.9",
|
|
"@vanilla-extract/vite-plugin": "^5.0.0",
|
|
"graphql": "^16.9.0",
|
|
"magic-string": "^0.30.11",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-istanbul": "^7.0.0",
|
|
"vite-plugin-wasm": "^3.3.0",
|
|
"vite-plugin-web-components-hmr": "^0.1.3"
|
|
},
|
|
"version": "0.19.0"
|
|
}
|