Skip to content

Commit 343e115

Browse files
committed
chore: update yarn to v4
1 parent 79768a8 commit 343e115

File tree

20 files changed

+13482
-15489
lines changed

20 files changed

+13482
-15489
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 541 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 0 additions & 550 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.5.0.cjs

Lines changed: 0 additions & 873 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
nodeLinker: node-modules
2-
3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5-
spec: "@yarnpkg/plugin-workspace-tools"
6-
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
7-
spec: "@yarnpkg/plugin-version"
8-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9-
spec: "@yarnpkg/plugin-interactive-tools"
10-
11-
yarnPath: .yarn/releases/yarn-3.5.0.cjs

meteor/.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
nodeLinker: node-modules
2-
# meteor's isobuild is incredibly picky and requires the deep node_modules structure for some packages
31
nmHoistingLimits: dependencies
2+
3+
nodeLinker: node-modules

meteor/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,25 @@
5252
"body-parser": "^1.20.2",
5353
"deep-extend": "0.6.0",
5454
"deepmerge": "^4.3.1",
55-
"elastic-apm-node": "^4.8.0",
55+
"elastic-apm-node": "^4.10.0",
5656
"i18next": "^21.10.0",
5757
"indexof": "0.0.1",
5858
"koa": "^2.15.0",
5959
"koa-bodyparser": "^4.4.1",
6060
"koa-static": "^5.0.0",
6161
"meteor-node-stubs": "^1.2.7",
6262
"moment": "^2.30.1",
63-
"nanoid": "^3.3.7",
63+
"nanoid": "^3.3.8",
6464
"node-gyp": "^9.4.1",
6565
"ntp-client": "^0.5.3",
6666
"object-path": "^0.11.8",
6767
"p-lazy": "^3.1.0",
68-
"semver": "^7.5.4",
68+
"semver": "^7.6.3",
6969
"superfly-timeline": "9.0.2",
7070
"threadedclass": "^1.2.2",
7171
"timecode": "0.0.4",
72-
"type-fest": "^3.13.1",
73-
"underscore": "^1.13.6",
72+
"type-fest": "^4.32.0",
73+
"underscore": "^1.13.7",
7474
"winston": "^3.11.0"
7575
},
7676
"devDependencies": {
@@ -112,7 +112,7 @@
112112
"prettier": "^2.8.8",
113113
"standard-version": "^9.5.0",
114114
"ts-jest": "^29.1.2",
115-
"typescript": "^4.9.5",
115+
"typescript": "~5.1",
116116
"yargs": "^17.7.2"
117117
},
118118
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
@@ -140,5 +140,5 @@
140140
"@sofie-automation/job-worker": "portal:../packages/job-worker",
141141
"@sofie-automation/shared-lib": "portal:../packages/shared-lib"
142142
},
143-
"packageManager": "yarn@3.5.0"
143+
"packageManager": "yarn@4.6.0"
144144
}

0 commit comments

Comments
 (0)