Skip to content

Commit

Permalink
chore: Updated missing version numbers for version integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
KvelaGorrrrnio committed Jul 13, 2023
1 parent b2804ce commit a3de331
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = env => {
// versionIntegration = versionIntegration.replace(/[^\d.]/g, '') || '0.0.0'

versionTSRTypes = '1.3.0'
versionIntegration = '46.2.0'
versionIntegration = '46.3.0'

const entrypoints = env.bundle ? GetEntrypointsForBundle(env.bundle) : BlueprintEntrypoints

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@sofie-automation/blueprints-integration": "npm:@tv2media/blueprints-integration@46.2.2",
"@sofie-automation/blueprints-integration": "npm:@tv2media/blueprints-integration@46.3.0-staging",
"ts-mockito": "^2.6.1",
"underscore": "^1.12.1"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -560,20 +560,20 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@sofie-automation/blueprints-integration@npm:@tv2media/blueprints-integration@46.2.2":
version "46.2.2"
resolved "https://registry.yarnpkg.com/@tv2media/blueprints-integration/-/blueprints-integration-46.2.2.tgz#74c0533e79585755cd61397b531689754fd2ef6d"
integrity sha512-IjHlVaE0IuLp7R8mxIWz5AbnlC8EExtHHWt/F8tbbjSyKYeBahxS0asnbMFnDYMlOZznNrunT4nBy8vwGfTHhg==
"@sofie-automation/blueprints-integration@npm:@tv2media/blueprints-integration@46.3.0-staging":
version "46.3.0-staging"
resolved "https://registry.yarnpkg.com/@tv2media/blueprints-integration/-/blueprints-integration-46.3.0-staging.tgz#2aaf96cae9876e051016fb5c6f386d35fbfc1e99"
integrity sha512-VC+/iM8QKq95rGMsb4kQU3MVPnt9R3wxgll/Ni5KtWeZ+qgfJPz4d6Cqj16ADYiHppUyBehEyU27Z8euMG1f6Q==
dependencies:
"@sofie-automation/shared-lib" "npm:@tv2media/shared-lib@46.2.0"
timeline-state-resolver-types "npm:@tv2media/[email protected].0"
"@sofie-automation/shared-lib" "npm:@tv2media/shared-lib@46.3.0-staging"
timeline-state-resolver-types "npm:@tv2media/[email protected].1"
tslib "^2.4.0"
type-fest "^2.19.0"

"@sofie-automation/shared-lib@npm:@tv2media/shared-lib@46.2.0":
version "46.2.0"
resolved "https://registry.yarnpkg.com/@tv2media/shared-lib/-/shared-lib-46.2.0.tgz#934f14339330bd0064d7a0c3046dae10e2754099"
integrity sha512-ojW4qHQ+dfQDzFotqq4kEJNb6nVSDk/KU2u1S2fzXkZzgXW4Xq2hNUyk5lfUMcd7nBsiRVnPzmVSqxbRfUd1MQ==
"@sofie-automation/shared-lib@npm:@tv2media/shared-lib@46.3.0-staging":
version "46.3.0-staging"
resolved "https://registry.yarnpkg.com/@tv2media/shared-lib/-/shared-lib-46.3.0-staging.tgz#405ddd324e7f66f472635258915eb026054b8406"
integrity sha512-LYPJEXNO4NNiCxB/PsqW1BedtLjvBFntIUfVKwfuizkZJkYnJ8JZQdrUcxgyCJg5/SYeSccUrhorI4YKDqcx8w==
dependencies:
tslib "^2.4.0"
type-fest "^2.19.0"
Expand Down Expand Up @@ -6228,10 +6228,10 @@ through@2, "through@>=2.2.7 <3", through@^2.3.8:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=

"timeline-state-resolver-types@npm:@tv2media/[email protected].0":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@tv2media/timeline-state-resolver-types/-/timeline-state-resolver-types-3.5.0.tgz#02ca12128cbc0df84e630d0da8c66a1d44e5f172"
integrity sha512-DdKXdQf+By8ssBKqd3qfAAhERehlKTorWb3tYK6G6z1vmADSJT+MVAvY0GpLx5/qKe0e3HbutQ2CMlh7b00QIA==
"timeline-state-resolver-types@npm:@tv2media/[email protected].1":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@tv2media/timeline-state-resolver-types/-/timeline-state-resolver-types-3.5.1.tgz#9362ec90183babb8183914a7e36664218e2eb5e1"
integrity sha512-yBAI2d7cnWPuDtFsYkbFB/GBkN4p0Q7Ne4TqKCDl4haqFU4PNtIzI1shH9AOEMOcsmNh0ZxHTzgAG85zrGGXpQ==
dependencies:
tslib "^2.3.1"

Expand Down

0 comments on commit a3de331

Please sign in to comment.