Skip to content

Commit 93be589

Browse files
committed
Fix deps
1 parent c8ebaf0 commit 93be589

File tree

8 files changed

+38
-38
lines changed

8 files changed

+38
-38
lines changed

common/config/rush/pnpm-lock.yaml

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

packages/client-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"typescript": "^5.8.3"
3636
},
3737
"dependencies": {
38-
"@hcengineering/communication-types": "workspace:^0.1.0",
39-
"@hcengineering/communication-sdk-types": "workspace:^0.1.0",
40-
"@hcengineering/communication-query": "workspace:^0.1.0",
38+
"@hcengineering/communication-types": "workspace:^0.7.0",
39+
"@hcengineering/communication-sdk-types": "workspace:^0.7.0",
40+
"@hcengineering/communication-query": "workspace:^0.7.0",
4141
"@hcengineering/hulylake-client": "^0.7.1",
4242
"fast-equals": "^5.2.2"
4343
},

packages/cockroach/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@types/uuid": "^8.3.1"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-types": "workspace:^0.1.0",
40-
"@hcengineering/communication-sdk-types": "workspace:^0.1.0",
41-
"@hcengineering/communication-shared": "workspace:^0.1.0",
39+
"@hcengineering/communication-types": "workspace:^0.7.0",
40+
"@hcengineering/communication-sdk-types": "workspace:^0.7.0",
41+
"@hcengineering/communication-shared": "workspace:^0.7.0",
4242
"postgres": "^3.4.7",
4343
"uuid": "^8.3.2"
4444
},

packages/query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@types/uuid": "^8.3.1"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-sdk-types": "workspace:^0.1.0",
40-
"@hcengineering/communication-shared": "workspace:^0.1.0",
41-
"@hcengineering/communication-types": "workspace:^0.1.0",
39+
"@hcengineering/communication-sdk-types": "workspace:^0.7.0",
40+
"@hcengineering/communication-shared": "workspace:^0.7.0",
41+
"@hcengineering/communication-types": "workspace:^0.7.0",
4242
"@hcengineering/hulylake-client": "^0.7.1",
4343
"fast-equals": "^5.2.2",
4444
"uuid": "^8.3.2"

packages/rest-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@types/snappyjs": "^0.7.1"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-types": "workspace:^0.1.0",
40-
"@hcengineering/communication-sdk-types": "workspace:^0.1.0",
41-
"@hcengineering/communication-shared": "workspace:^0.1.0",
39+
"@hcengineering/communication-types": "workspace:^0.7.0",
40+
"@hcengineering/communication-sdk-types": "workspace:^0.7.0",
41+
"@hcengineering/communication-shared": "workspace:^0.7.0",
4242
"@hcengineering/core": "^0.7.1",
4343
"snappyjs": "^0.7.0"
4444
},

packages/sdk-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@hcengineering/core": "^0.7.1",
39-
"@hcengineering/communication-types": "workspace:^0.1.0"
39+
"@hcengineering/communication-types": "workspace:^0.7.0"
4040
},
4141
"repository": {
4242
"type": "git",

packages/server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
},
3838
"dependencies": {
3939
"@hcengineering/account-client": "^0.7.1",
40-
"@hcengineering/communication-cockroach": "workspace:^0.1.0",
41-
"@hcengineering/communication-sdk-types": "workspace:^0.1.0",
42-
"@hcengineering/communication-shared": "workspace:^0.1.0",
43-
"@hcengineering/communication-types": "workspace:^0.1.0",
40+
"@hcengineering/communication-cockroach": "workspace:^0.7.0",
41+
"@hcengineering/communication-sdk-types": "workspace:^0.7.0",
42+
"@hcengineering/communication-shared": "workspace:^0.7.0",
43+
"@hcengineering/communication-types": "workspace:^0.7.0",
4444
"@hcengineering/core": "^0.7.1",
4545
"@hcengineering/server-token": "^0.7.1",
4646
"@hcengineering/text-core": "^0.7.1",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"typescript": "^5.8.3"
3636
},
3737
"dependencies": {
38-
"@hcengineering/communication-types": "workspace:^0.1.0",
39-
"@hcengineering/communication-sdk-types": "workspace:^0.1.0",
38+
"@hcengineering/communication-types": "workspace:^0.7.0",
39+
"@hcengineering/communication-sdk-types": "workspace:^0.7.0",
4040
"@hcengineering/hulylake-client": "^0.7.1"
4141
},
4242
"repository": {

0 commit comments

Comments
 (0)