Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
v22.3.17
  • Loading branch information
raycashmore committed Sep 1, 2025
commit 9be85a0cf9b6b9ec821e70a55d52d7c76b5f1efb
38 changes: 19 additions & 19 deletions frameworks/angular/container/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frameworks/angular/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@finos/fdc3": "2.0.3",
"@openfin/core": "41.102.7",
"@openfin/workspace": "21.0.18",
"@openfin/core": "42.100.107",
"@openfin/workspace": "22.3.17",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
Expand All @@ -31,7 +31,7 @@
"@angular-devkit/build-angular": "^19.0.1",
"@angular/cli": "^19.0.1",
"@angular/compiler-cli": "^19.0.0",
"@openfin/node-adapter": "41.102.7",
"@openfin/node-adapter": "42.100.107",
"@types/jasmine": "~5.1.4",
"angular-eslint": "18.3.1",
"eslint": "^9.9.1",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/angular/container/public/manifest.fin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"runtime": {
"arguments": "--v=1 --inspect",
"version": "41.134.102.6"
"version": "42.138.100.102"
},
"platform": {
"uuid": "angular-container-starter",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/angular/creating-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class AppComponent {
{
"runtime": {
"arguments": "--v=1 --inspect",
"version": "41.134.102.6"
"version": "42.138.100.102"
},
"platform": {
"uuid": "angular-container-starter",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/angular/creating-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class AppComponent {
"licenseKey": "openfin-demo-license-key",
"runtime": {
"arguments": "--v=1 --inspect",
"version": "41.134.102.6"
"version": "42.138.100.102"
},
"platform": {
"uuid": "angular-workspace-starter",
Expand Down
48 changes: 24 additions & 24 deletions frameworks/angular/workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions frameworks/angular/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@finos/fdc3": "2.0.3",
"@openfin/core": "41.102.7",
"@openfin/workspace": "21.0.18",
"@openfin/workspace-platform": "21.0.18",
"@openfin/core": "42.100.107",
"@openfin/workspace": "22.3.17",
"@openfin/workspace-platform": "22.3.17",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
Expand All @@ -32,7 +32,7 @@
"@angular-devkit/build-angular": "^19.0.1",
"@angular/cli": "^19.0.1",
"@angular/compiler-cli": "^19.0.0",
"@openfin/node-adapter": "41.102.7",
"@openfin/node-adapter": "42.100.107",
"@types/jasmine": "~5.1.4",
"angular-eslint": "18.3.1",
"eslint": "^9.9.1",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/angular/workspace/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"licenseKey": "openfin-demo-license-key",
"runtime": {
"arguments": "--v=1 --inspect",
"version": "41.134.102.6"
"version": "42.138.100.102"
},
"platform": {
"uuid": "angular-workspace-starter",
Expand Down
Loading