File tree Expand file tree Collapse file tree 6 files changed +367
-365
lines changed
Expand file tree Collapse file tree 6 files changed +367
-365
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ plugins:
1212 - path : .yarn/plugins/@yarnpkg/plugin-engines.cjs
1313 spec : " https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
1414
15- yarnPath : .yarn/releases/yarn-4.9.2 .cjs
15+ yarnPath : .yarn/releases/yarn-4.9.3 .cjs
Original file line number Diff line number Diff line change 4444 },
4545 "homepage" : " https://github.com/RocketChat/Rocket.Chat#readme" ,
4646 "engines" : {
47- "yarn" : " 4.9.2 " ,
47+ "yarn" : " 4.9.3 " ,
4848 "node" : " 22.16.0"
4949 },
50- "packageManager" : " yarn@4.9.2 " ,
50+ "packageManager" : " yarn@4.9.3 " ,
5151 "houston" : {
5252 "minTag" : " 0.55.0-rc.0" ,
5353 "updateFiles" : [
5757 },
5858 "volta" : {
5959 "node" : " 22.16.0" ,
60- "yarn" : " 4.9.2 "
60+ "yarn" : " 4.9.3 "
6161 },
6262 "resolutions" : {
6363 "@react-pdf/fns" : " 2.0.1" ,
Original file line number Diff line number Diff line change 3232 "@rocket.chat/models" : " workspace:^" ,
3333 "@rocket.chat/patch-injection" : " workspace:^" ,
3434 "mongodb" : " 6.10.0"
35- },
36- "volta" : {
37- "extends" : " ../../package.json"
3835 }
3936}
Original file line number Diff line number Diff line change 88 "lint:fix" : " eslint --fix src"
99 },
1010 "main" : " dist/index.js" ,
11- "packageManager" : " yarn@4.9.2 " ,
11+ "packageManager" : " yarn@4.9.3 " ,
1212 "devDependencies" : {
1313 "@types/node" : " ~22.16.1" ,
1414 "typescript" : " ~5.9.2"
Original file line number Diff line number Diff line change @@ -8355,14 +8355,18 @@ __metadata:
83558355 version: 0.0.0-use.local
83568356 resolution: "@rocket.chat/omni-core-ee@workspace:ee/packages/omni-core-ee"
83578357 dependencies:
8358+ "@rocket.chat/core-services": "workspace:^"
83588359 "@rocket.chat/eslint-config": "workspace:^"
83598360 "@rocket.chat/jest-presets": "workspace:~"
8361+ "@rocket.chat/logger": "workspace:^"
83608362 "@rocket.chat/models": "workspace:^"
83618363 "@rocket.chat/omni-core": "workspace:^"
83628364 "@rocket.chat/tsconfig": "workspace:*"
83638365 "@types/jest": "npm:~30.0.0"
83648366 eslint: "npm:~8.45.0"
83658367 jest: "npm:~30.0.5"
8368+ mem: "npm:^8.1.1"
8369+ mongodb: "npm:6.10.0"
83668370 typescript: "npm:~5.9.2"
83678371 languageName: unknown
83688372 linkType: soft
@@ -8380,6 +8384,7 @@ __metadata:
83808384 "@types/jest": "npm:~30.0.0"
83818385 eslint: "npm:~8.45.0"
83828386 jest: "npm:~30.0.5"
8387+ mongodb: "npm:6.10.0"
83838388 typescript: "npm:~5.9.2"
83848389 languageName: unknown
83858390 linkType: soft
You can’t perform that action at this time.
0 commit comments