Skip to content

Commit cdbf1fe

Browse files
committed
v21.0.17
1 parent 15f469b commit cdbf1fe

File tree

17 files changed

+111
-112
lines changed

17 files changed

+111
-112
lines changed

frameworks/angular/container/package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/angular/container/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@angular/platform-browser-dynamic": "^19.0.0",
2222
"@angular/router": "^19.0.0",
2323
"@finos/fdc3": "2.0.3",
24-
"@openfin/core": "41.102.4",
25-
"@openfin/workspace": "21.0.16",
24+
"@openfin/core": "41.102.6",
25+
"@openfin/workspace": "21.0.17",
2626
"rxjs": "~7.8.1",
2727
"tslib": "^2.3.0",
2828
"zone.js": "~0.15.0"
@@ -31,7 +31,7 @@
3131
"@angular-devkit/build-angular": "^19.0.1",
3232
"@angular/cli": "^19.0.1",
3333
"@angular/compiler-cli": "^19.0.0",
34-
"@openfin/node-adapter": "41.102.4",
34+
"@openfin/node-adapter": "41.102.6",
3535
"@types/jasmine": "~5.1.4",
3636
"angular-eslint": "18.3.1",
3737
"eslint": "^9.9.1",

frameworks/angular/container/public/manifest.fin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runtime": {
33
"arguments": "--v=1 --inspect",
4-
"version": "41.134.102.1"
4+
"version": "41.134.102.6"
55
},
66
"platform": {
77
"uuid": "angular-container-starter",

frameworks/angular/creating-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class AppComponent {
102102
{
103103
"runtime": {
104104
"arguments": "--v=1 --inspect",
105-
"version": "41.134.102.1"
105+
"version": "41.134.102.6"
106106
},
107107
"platform": {
108108
"uuid": "angular-container-starter",

frameworks/angular/creating-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class AppComponent {
112112
"licenseKey": "openfin-demo-license-key",
113113
"runtime": {
114114
"arguments": "--v=1 --inspect",
115-
"version": "41.134.102.1"
115+
"version": "41.134.102.6"
116116
},
117117
"platform": {
118118
"uuid": "angular-workspace-starter",

frameworks/angular/workspace/package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/angular/workspace/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@angular/platform-browser-dynamic": "^19.0.0",
2222
"@angular/router": "^19.0.0",
2323
"@finos/fdc3": "2.0.3",
24-
"@openfin/core": "41.102.4",
25-
"@openfin/workspace": "21.0.16",
26-
"@openfin/workspace-platform": "21.0.16",
24+
"@openfin/core": "41.102.6",
25+
"@openfin/workspace": "21.0.17",
26+
"@openfin/workspace-platform": "21.0.17",
2727
"rxjs": "~7.8.1",
2828
"tslib": "^2.3.0",
2929
"zone.js": "~0.15.0"
@@ -32,7 +32,7 @@
3232
"@angular-devkit/build-angular": "^19.0.1",
3333
"@angular/cli": "^19.0.1",
3434
"@angular/compiler-cli": "^19.0.0",
35-
"@openfin/node-adapter": "41.102.4",
35+
"@openfin/node-adapter": "41.102.6",
3636
"@types/jasmine": "~5.1.4",
3737
"angular-eslint": "18.3.1",
3838
"eslint": "^9.9.1",

frameworks/angular/workspace/public/manifest.fin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"licenseKey": "openfin-demo-license-key",
33
"runtime": {
44
"arguments": "--v=1 --inspect",
5-
"version": "41.134.102.1"
5+
"version": "41.134.102.6"
66
},
77
"platform": {
88
"uuid": "angular-workspace-starter",

frameworks/react/container/package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)