Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@

module.exports = import('@pega/prettier-config').then(pegaPrettierConfig => ({
...pegaPrettierConfig.default,
printWidth: 150
printWidth: 150,
trailingComma: 'none',
arrowParens: 'avoid'
}));
107 changes: 89 additions & 18 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"_internal-build-jest-assets": "dx-component-builder-sdk buildJestAssets"
},
"dependencies": {
"@pega/auth": "^0.2.31",
"@pega/auth": "^0.2.34",
"@pega/cosmos-react-condition-builder": "^8.4.1",
"@pega/cosmos-react-core": "^8.4.1",
"@pega/cosmos-react-work": "^8.4.1",
"@pega/react-sdk-components": "~0.25.2",
"@pega/react-sdk-components": "~0.25.4",
"@storybook/react-webpack5": "^8.6.14",
"@types/react-dom": "^18.3.7",
"@types/styled-components": "^5.1.34",
Expand All @@ -74,10 +74,10 @@
"@babel/preset-typescript": "^7.23.3",
"@loadable/component": "^5.16.3",
"@pega/configs": "^0.17.0",
"@pega/constellationjs": "~24.2.2",
"@pega/dx-component-builder-sdk": "~24.2.12",
"@pega/pcore-pconnect-typedefs": "~3.2.2",
"@pega/react-sdk-overrides": "~0.25.2",
"@pega/constellationjs": "~25.1.0",
"@pega/dx-component-builder-sdk": "~24.2.14",
"@pega/pcore-pconnect-typedefs": "~4.1.0",
"@pega/react-sdk-overrides": "~0.25.4",
"@playwright/test": "^1.54.2",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
Expand Down
1 change: 1 addition & 0 deletions sdk-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"comment_sdk_config": "This is the configuration file for the React SDK",
"sdk_optional_configs_doc_comment": "See the document(link below) for more details on all the available config settings",
"sdk_optional_configs_doc": "https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/configuring-sdk-config-json.html",
"theme": "light",
"authConfig": {
"authService": "pega",

Expand Down
Loading
Loading