Skip to content

Commit 480ccef

Browse files
Fix deps
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
1 parent eb64d5d commit 480ccef

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

models/inbox/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"test": "jest --passWithNoTests --silent --forceExit"
1919
},
2020
"devDependencies": {
21-
"@hcengineering/platform-rig": "^0.7.10",
22-
"@typescript-eslint/eslint-plugin": "^6.11.0",
21+
"@hcengineering/platform-rig": "^0.7.15",
22+
"@typescript-eslint/eslint-plugin": "^6.21.0",
2323
"eslint-plugin-import": "^2.26.0",
2424
"eslint-plugin-promise": "^6.1.1",
2525
"eslint-plugin-n": "^15.4.0",
2626
"eslint": "^8.54.0",
27-
"@typescript-eslint/parser": "^6.11.0",
27+
"@typescript-eslint/parser": "^6.21.0",
2828
"eslint-config-standard-with-typescript": "^40.0.0",
29-
"prettier": "^3.1.0",
30-
"typescript": "^5.8.3",
29+
"prettier": "^3.6.2",
30+
"typescript": "^5.9.3",
3131
"@types/node": "^22.15.29",
3232
"jest": "^29.7.0",
3333
"@types/jest": "^29.5.5",

plugins/inbox-assets/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"_phase:validate": "compile validate"
1818
},
1919
"devDependencies": {
20-
"@hcengineering/platform-rig": "^0.7.10",
21-
"@typescript-eslint/eslint-plugin": "^6.11.0",
22-
"@typescript-eslint/parser": "^6.11.0",
20+
"@hcengineering/platform-rig": "^0.7.15",
21+
"@typescript-eslint/eslint-plugin": "^6.21.0",
22+
"@typescript-eslint/parser": "^6.21.0",
2323
"eslint-config-standard-with-typescript": "^40.0.0",
2424
"eslint-plugin-import": "^2.26.0",
2525
"eslint-plugin-n": "^15.4.0",
2626
"eslint-plugin-promise": "^6.1.1",
2727
"eslint": "^8.54.0",
28-
"prettier": "^3.1.0",
28+
"prettier": "^3.6.2",
2929
"@types/node": "^22.15.29",
3030
"jest": "^29.7.0",
3131
"ts-jest": "^29.1.1",
3232
"@types/jest": "^29.5.5",
33-
"typescript": "^5.8.3"
33+
"typescript": "^5.9.3"
3434
},
3535
"dependencies": {
3636
"@hcengineering/platform": "^0.7.3",

plugins/inbox-resources/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@
1616
"_phase:validate": "compile validate"
1717
},
1818
"devDependencies": {
19-
"@hcengineering/platform-rig": "^0.7.10",
19+
"@hcengineering/platform-rig": "^0.7.15",
2020
"@types/jest": "^29.5.5",
21-
"@typescript-eslint/eslint-plugin": "^6.11.0",
22-
"@typescript-eslint/parser": "^6.11.0",
21+
"@typescript-eslint/eslint-plugin": "^6.21.0",
22+
"@typescript-eslint/parser": "^6.21.0",
2323
"eslint": "^8.54.0",
2424
"eslint-config-standard-with-typescript": "^40.0.0",
2525
"eslint-plugin-import": "^2.26.0",
2626
"eslint-plugin-n": "^15.4.0",
2727
"eslint-plugin-promise": "^6.1.1",
2828
"eslint-plugin-svelte": "^2.35.1",
2929
"jest": "^29.7.0",
30-
"prettier": "^3.1.0",
31-
"prettier-plugin-svelte": "^3.2.2",
32-
"sass": "^1.53.0",
30+
"prettier": "^3.6.2",
31+
"prettier-plugin-svelte": "^3.4.0",
32+
"sass": "^1.80.0",
3333
"svelte-check": "^3.6.9",
3434
"svelte-eslint-parser": "^0.33.1",
3535
"svelte-loader": "^3.2.0",
36-
"svelte-preprocess": "^5.1.3",
36+
"svelte-preprocess": "^5.1.4",
3737
"ts-jest": "^29.1.1",
38-
"typescript": "^5.8.3"
38+
"typescript": "^5.9.3"
3939
},
4040
"dependencies": {
4141
"@hcengineering/analytics": "^0.7.3",
4242
"@hcengineering/card": "^0.7.0",
4343
"@hcengineering/communication": "^0.7.0",
4444
"@hcengineering/communication-resources": "^0.7.0",
45-
"@hcengineering/communication-types": "^0.7.0",
46-
"@hcengineering/communication-shared": "^0.7.0",
45+
"@hcengineering/communication-types": "^0.7.3",
46+
"@hcengineering/communication-shared": "^0.7.3",
4747
"@hcengineering/contact": "^0.7.0",
4848
"@hcengineering/contact-resources": "^0.7.0",
4949
"@hcengineering/core": "^0.7.3",

plugins/inbox/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"_phase:validate": "compile validate"
2323
},
2424
"devDependencies": {
25-
"@hcengineering/platform-rig": "^0.7.10",
26-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25+
"@hcengineering/platform-rig": "^0.7.15",
26+
"@typescript-eslint/eslint-plugin": "^6.21.0",
2727
"eslint-plugin-import": "^2.26.0",
2828
"eslint-plugin-promise": "^6.1.1",
2929
"eslint-plugin-n": "^15.4.0",
3030
"eslint": "^8.54.0",
31-
"@typescript-eslint/parser": "^6.11.0",
31+
"@typescript-eslint/parser": "^6.21.0",
3232
"eslint-config-standard-with-typescript": "^40.0.0",
33-
"prettier": "^3.1.0",
34-
"typescript": "^5.8.3",
33+
"prettier": "^3.6.2",
34+
"typescript": "^5.9.3",
3535
"jest": "^29.7.0",
3636
"ts-jest": "^29.1.1",
3737
"@types/jest": "^29.5.5"

0 commit comments

Comments
 (0)