mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
de04973ffd
Bumps the npm-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@blocknote/server-util](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/server-util) | `0.41.1` | `0.44.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.21.0` | | [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.41.1` | `0.44.0` | | [@eslint/json](https://github.com/eslint/json) | `0.13.2` | `0.14.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.0` | `8.48.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.13` | `4.0.15` | Updates `@blocknote/server-util` from 0.41.1 to 0.44.0 - [Release notes](https://github.com/TypeCellOS/BlockNote/releases) - [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.44.0/packages/server-util) Updates `tsx` from 4.20.6 to 4.21.0 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.20.6...v4.21.0) Updates `@blocknote/core` from 0.41.1 to 0.44.0 - [Release notes](https://github.com/TypeCellOS/BlockNote/releases) - [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.44.0/packages/core) Updates `@eslint/json` from 0.13.2 to 0.14.0 - [Release notes](https://github.com/eslint/json/releases) - [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/json/compare/json-v0.13.2...json-v0.14.0) Updates `typescript-eslint` from 8.48.0 to 8.48.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/typescript-eslint) Updates `vitest` from 4.0.13 to 4.0.15 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/vitest) --- updated-dependencies: - dependency-name: "@blocknote/server-util" dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: tsx dependency-version: 4.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@blocknote/core" dependency-version: 0.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@eslint/json" dependency-version: 0.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: typescript-eslint dependency-version: 8.48.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: vitest dependency-version: 4.0.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "op-blocknote-hocuspocus",
|
|
"version": "0.0.1",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"dev": "tsx watch src/index.ts",
|
|
"debug": "tsx --inspect src/index.ts",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "vitest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/opf/op-blocknote-hocuspocus.git"
|
|
},
|
|
"license": "GPLv3",
|
|
"bugs": {
|
|
"url": "https://github.com/opf/op-blocknote-hocuspocus/issues"
|
|
},
|
|
"homepage": "https://github.com/opf/op-blocknote-hocuspocus#readme",
|
|
"engines": {
|
|
"node": ">=22.18"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/server-util": "^0.44.0",
|
|
"@hocuspocus/server": "^3.4.0",
|
|
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.14/op-blocknote-extensions-0.0.14.tgz",
|
|
"tsx": "^4.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@blocknote/core": "^0.44.0",
|
|
"@eslint/js": "^9.35.0",
|
|
"@eslint/json": "^0.14.0",
|
|
"@stylistic/eslint-plugin": "^5.3.1",
|
|
"@types/node": "^24.4.0",
|
|
"eslint": "^9.35.0",
|
|
"globals": "^16.4.0",
|
|
"typescript-eslint": "^8.48.1",
|
|
"vitest": "^4.0.15"
|
|
}
|
|
}
|