Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Nov 21, 2023
1 parent 2c31bb2 commit b8c8eb8
Show file tree
Hide file tree
Showing 33 changed files with 371 additions and 15,711 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@openfin/automation-cli": "^1.1.11",
"@openfin/automation-helpers": "^1.1.11",
"@openfin/automation-native": "^1.1.11",
"@types/chai": "4.3.10",
"@types/chai": "4.3.11",
"chai": "4.3.10"
}
}
10 changes: 5 additions & 5 deletions how-to/automation-testing/wdio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"devDependencies": {
"@openfin/automation-helpers": "^1.1.11",
"@openfin/automation-native": "^1.1.11",
"@wdio/cli": "8.23.0",
"@wdio/local-runner": "8.23.0",
"@wdio/mocha-framework": "8.23.0",
"@wdio/shared-store-service": "8.23.0",
"@wdio/spec-reporter": "8.23.0",
"@wdio/cli": "8.23.3",
"@wdio/local-runner": "8.23.3",
"@wdio/mocha-framework": "8.23.1",
"@wdio/shared-store-service": "8.23.3",
"@wdio/spec-reporter": "8.23.1",
"chai": "4.3.10",
"chromedriver": "116.0.0",
"fkill": "7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion how-to/customize-home-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/luxon": "^3.3.4",
"@types/node-emoji": "^1.8.2",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-server-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/express": "^4.17.21",
"express": "^4.18.2",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-bloomberg-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365-low-code-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365-low-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-openid-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/express": "^4.17.21",
"express": "^4.18.2",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-salesforce-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@openfin/node-adapter": "33.77.11",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-dock-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-home-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-platform-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-store-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/support-context-and-intents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/use-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/use-theming-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/use-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/workspace-native-window-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/workspace-platform-starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
3 changes: 2 additions & 1 deletion how-to/workspace-platform-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@
"@openfin/core": "33.77.11",
"@openfin/node-adapter": "33.77.11",
"@types/express": "^4.17.21",
"@types/node-emoji": "^1.8.2",
"express": "^4.18.2",
"fast-glob": "^3.3.2",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
Loading

0 comments on commit b8c8eb8

Please sign in to comment.