mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 13:11:32 +03:00
8ab4ea7ed0
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@blocksuite/affine](https://redirect.github.com/toeverything/blocksuite) ([source](https://redirect.github.com/toeverything/blocksuite/tree/HEAD/packages/affine/all), [changelog](https://redirect.github.com/toeverything/blocksuite/blob/master/packages/blocks/CHANGELOG.md)) | [`0.18.0` -> `0.18.1`](https://renovatebot.com/diffs/npm/@blocksuite%2faffine/0.18.0/0.18.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@blocksuite%2faffine/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@blocksuite%2faffine/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@blocksuite%2faffine/0.18.0/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@blocksuite%2faffine/0.18.0/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>toeverything/blocksuite (@​blocksuite/affine)</summary> ### [`v0.18.1`](https://redirect.github.com/toeverything/blocksuite/blob/HEAD/packages/affine/all/CHANGELOG.md#0181) [Compare Source](https://redirect.github.com/toeverything/blocksuite/compare/v0.18.0...v0.18.1) ##### Patch Changes - [`e2d574c`](https://redirect.github.com/toeverything/blocksuite/commit/e2d574c): ## Feat - feat: new doc dnd ([#​8808](https://redirect.github.com/toeverything/blocksuite/issues/8808)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "@affine/cli",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@aws-sdk/client-s3": "^3.620.0",
|
|
"@blocksuite/affine": "0.18.1",
|
|
"@clack/core": "^0.3.4",
|
|
"@clack/prompts": "^0.8.0",
|
|
"@magic-works/i18n-codegen": "^0.6.0",
|
|
"@napi-rs/simple-git": "^0.1.16",
|
|
"@perfsee/webpack": "^1.12.2",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
"@sentry/webpack-plugin": "^2.16.1",
|
|
"@types/mime-types": "^2.1.4",
|
|
"@types/webpack-env": "^1.18.4",
|
|
"@vanilla-extract/webpack-plugin": "^2.3.7",
|
|
"autoprefixer": "^10.4.19",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^7.1.1",
|
|
"cssnano": "^7.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mime-types": "^2.1.35",
|
|
"mini-css-extract-plugin": "^2.8.1",
|
|
"postcss": "^8.4.38",
|
|
"postcss-loader": "^8.1.1",
|
|
"react-refresh": "^0.14.2",
|
|
"source-map-loader": "^5.0.0",
|
|
"style-loader": "^4.0.0",
|
|
"swc-loader": "^0.2.6",
|
|
"tailwindcss": "^3.4.4",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"ts-node": "^10.9.2",
|
|
"vite": "^6.0.1",
|
|
"webpack": "^5.91.0",
|
|
"webpack-dev-server": "^5.0.4",
|
|
"webpack-merge": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"bundle": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/build.ts",
|
|
"dev": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/dev.ts"
|
|
},
|
|
"version": "0.18.0"
|
|
}
|