Skip to content

Commit 078903a

Browse files
committed
v22.3.18
1 parent 9be85a0 commit 078903a

File tree

18 files changed

+69
-68
lines changed

18 files changed

+69
-68
lines changed

frameworks/angular/container/package-lock.json

Lines changed: 10 additions & 10 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-container-starter",
3-
"version": "21.0.0",
3+
"version": "22.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -22,7 +22,7 @@
2222
"@angular/router": "^19.0.0",
2323
"@finos/fdc3": "2.0.3",
2424
"@openfin/core": "42.100.107",
25-
"@openfin/workspace": "22.3.17",
25+
"@openfin/workspace": "22.3.18",
2626
"rxjs": "~7.8.1",
2727
"tslib": "^2.3.0",
2828
"zone.js": "~0.15.0"

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": "42.138.100.102"
4+
"version": "42.138.100.107"
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": "42.138.100.102"
105+
"version": "42.138.100.107"
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": "42.138.100.102"
115+
"version": "42.138.100.107"
116116
},
117117
"platform": {
118118
"uuid": "angular-workspace-starter",

frameworks/angular/web/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
}
2626
],
2727
"styles": ["src/styles.css"],
28-
"scripts": []
28+
"scripts": [],
29+
"allowedCommonJsDependencies": ["events", "buffer", "lodash/cloneDeep", "lodash/isEqual"]
2930
},
3031
"configurations": {
3132
"production": {

frameworks/angular/workspace/package-lock.json

Lines changed: 14 additions & 14 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-workspace-starter",
3-
"version": "21.0.0",
3+
"version": "22.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -22,8 +22,8 @@
2222
"@angular/router": "^19.0.0",
2323
"@finos/fdc3": "2.0.3",
2424
"@openfin/core": "42.100.107",
25-
"@openfin/workspace": "22.3.17",
26-
"@openfin/workspace-platform": "22.3.17",
25+
"@openfin/workspace": "22.3.18",
26+
"@openfin/workspace-platform": "22.3.18",
2727
"rxjs": "~7.8.1",
2828
"tslib": "^2.3.0",
2929
"zone.js": "~0.15.0"

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": "42.138.100.102"
5+
"version": "42.138.100.107"
66
},
77
"platform": {
88
"uuid": "angular-workspace-starter",

frameworks/react/container/package-lock.json

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

0 commit comments

Comments
 (0)