Skip to content

Commit

Permalink
chore: forward peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Jun 10, 2024
1 parent f57e711 commit 33f11a5
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apps/appcontainer-node/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"__test": "jest",
"start": "node dist/index.js"
},
"peerDependencies": {
"@sofie-automation/shared-lib": "*",
"typescript": "*"
},
"dependencies": {
"@appcontainer-node/generic": "1.50.5"
},
Expand Down
3 changes: 2 additions & 1 deletion apps/appcontainer-node/packages/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "jest"
},
"peerDependencies": {
"@sofie-automation/shared-lib": "*"
"@sofie-automation/shared-lib": "*",
"typescript": "*"
},
"dependencies": {
"@sofie-package-manager/api": "1.50.5",
Expand Down
5 changes: 5 additions & 0 deletions apps/package-manager/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"__test": "jest",
"start": "node dist/index.js"
},
"peerDependencies": {
"@sofie-automation/server-core-integration": "*",
"@sofie-automation/shared-lib": "*",
"typescript": "*"
},
"dependencies": {
"@package-manager/generic": "1.50.5"
},
Expand Down
5 changes: 5 additions & 0 deletions apps/single-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"__test": "jest",
"start": "node --inspect dist/index.js"
},
"peerDependencies": {
"@sofie-automation/server-core-integration": "*",
"@sofie-automation/shared-lib": "*",
"typescript": "*"
},
"dependencies": {
"@appcontainer-node/generic": "1.50.5",
"@http-server/generic": "1.50.5",
Expand Down
3 changes: 2 additions & 1 deletion shared/packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"node": ">=18"
},
"peerDependencies": {
"@sofie-automation/shared-lib": "*"
"@sofie-automation/shared-lib": "*",
"typescript": "*"
},
"devDependencies": {
"@types/deep-diff": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions tests/internal-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"build:main": "tsc -p tsconfig.json",
"test": "jest --runInBand --forceExit"
},
"peerDependencies": {
"@sofie-automation/server-core-integration": "*",
"@sofie-automation/shared-lib": "*",
"typescript": "*"
},
"devDependencies": {
"deep-extend": "^0.6.0",
"jest": "*",
Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ __metadata:
"@appcontainer-node/generic": "npm:1.50.5"
lerna: "npm:^6.6.1"
rimraf: "npm:^5.0.5"
peerDependencies:
"@sofie-automation/shared-lib": "*"
typescript: "*"
languageName: unknown
linkType: soft

Expand All @@ -55,6 +58,7 @@ __metadata:
underscore: "npm:^1.12.0"
peerDependencies:
"@sofie-automation/shared-lib": "*"
typescript: "*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1638,6 +1642,10 @@ __metadata:
"@package-manager/generic": "npm:1.50.5"
lerna: "npm:^6.6.1"
rimraf: "npm:^5.0.5"
peerDependencies:
"@sofie-automation/server-core-integration": "*"
"@sofie-automation/shared-lib": "*"
typescript: "*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1893,6 +1901,10 @@ __metadata:
lerna: "npm:^6.6.1"
rimraf: "npm:^5.0.5"
underscore: "npm:^1.12.0"
peerDependencies:
"@sofie-automation/server-core-integration": "*"
"@sofie-automation/shared-lib": "*"
typescript: "*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2051,6 +2063,7 @@ __metadata:
xml-js: "npm:^1.6.11"
peerDependencies:
"@sofie-automation/shared-lib": "*"
typescript: "*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2094,6 +2107,10 @@ __metadata:
tv-automation-quantel-gateway-client: "npm:^3.1.7"
underscore: "npm:^1.12.0"
windows-network-drive: "npm:^4.0.1"
peerDependencies:
"@sofie-automation/server-core-integration": "*"
"@sofie-automation/shared-lib": "*"
typescript: "*"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 33f11a5

Please sign in to comment.