Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit 0ea0869

Browse files
committed
fix: update server-core-integration
1 parent 431b220 commit 0ea0869

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
],
107107
"dependencies": {
108108
"@koa/cors": "^3.0.0",
109-
"@sofie-automation/server-core-integration": "1.37.0-in-testing.11",
109+
"@sofie-automation/server-core-integration": "1.37.0",
110110
"chokidar": "^3.4.3",
111111
"class-transformer": "^0.4.0",
112112
"fs-extra": "^8.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,10 @@
592592
dependencies:
593593
"@sinonjs/commons" "^1.7.0"
594594

595-
"@sofie-automation/[email protected]-in-testing.11":
596-
version "1.37.0-in-testing.11"
597-
resolved "https://registry.yarnpkg.com/@sofie-automation/server-core-integration/-/server-core-integration-1.37.0-in-testing.11.tgz#1503f051c4c01fe7809e0e709542fe78127b8275"
598-
integrity sha512-XnrQj0Zw7JrH9Rsp+cLf52CgsbS4IbevVykV/XxL49X2kuzyO+0T3t5oyyHk1+w9SD2VJ5+7HEK1ZDnsk8BzoA==
595+
"@sofie-automation/[email protected]":
596+
version "1.37.0"
597+
resolved "https://registry.yarnpkg.com/@sofie-automation/server-core-integration/-/server-core-integration-1.37.0.tgz#578c1aefdb52f06d295f675958c064b567e6d093"
598+
integrity sha512-5pwR+gru6I2154iCAVKdK+bXYgqamps8tR1EBpKKUhvb22ks7PBzHIHho3bDfGrmON/Nw0u65buNdZJsP7q6Yg==
599599
dependencies:
600600
data-store "^4.0.3"
601601
ejson "^2.2.0"

0 commit comments

Comments
 (0)