Skip to content

Commit 93c13b4

Browse files
committed
fix(chunter-resources): align text-core to workspace:^0.7.19
Rebasing the mention-grants stack onto current develop bumped @hcengineering/text-core to 0.7.19 workspace-wide. chunter-resources still pinned workspace:^0.7.0, which fails 'rush check' with a single dependency mismatch. Align the specifier and refresh the lockfile so the workspace is consistent again. Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com>
1 parent ec05335 commit 93c13b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/chunter-resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@hcengineering/preference": "workspace:^0.7.0",
5858
"@hcengineering/presentation": "workspace:^0.7.0",
5959
"@hcengineering/text": "workspace:^0.7.19",
60-
"@hcengineering/text-core": "workspace:^0.7.0",
60+
"@hcengineering/text-core": "workspace:^0.7.19",
6161
"@hcengineering/ui": "workspace:^0.7.0",
6262
"@hcengineering/view": "workspace:^0.7.0",
6363
"@hcengineering/view-resources": "workspace:^0.7.0",

0 commit comments

Comments
 (0)