Skip to content

Commit 1c868b4

Browse files
vishalshrm539Sharmatumms2021389
authored
Fixed trailingComma and other formatting issues (#575)
* Fixed trailingComma and other formatting issues * feat: light / dark theme changes --------- Co-authored-by: Sharma <[email protected]> Co-authored-by: Siva Rama Krishna <[email protected]>
1 parent af4ed8e commit 1c868b4

File tree

6 files changed

+325
-30
lines changed

6 files changed

+325
-30
lines changed

.prettierrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33

44
module.exports = import('@pega/prettier-config').then(pegaPrettierConfig => ({
55
...pegaPrettierConfig.default,
6-
printWidth: 150
6+
printWidth: 150,
7+
trailingComma: 'none',
8+
arrowParens: 'avoid'
79
}));

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"_internal-build-jest-assets": "dx-component-builder-sdk buildJestAssets"
5454
},
5555
"dependencies": {
56-
"@pega/auth": "^0.2.31",
56+
"@pega/auth": "^0.2.34",
5757
"@pega/cosmos-react-condition-builder": "^8.4.1",
5858
"@pega/cosmos-react-core": "^8.4.1",
5959
"@pega/cosmos-react-work": "^8.4.1",
60-
"@pega/react-sdk-components": "~0.25.2",
60+
"@pega/react-sdk-components": "~0.25.4",
6161
"@storybook/react-webpack5": "^8.6.14",
6262
"@types/react-dom": "^18.3.7",
6363
"@types/styled-components": "^5.1.34",
@@ -74,10 +74,10 @@
7474
"@babel/preset-typescript": "^7.23.3",
7575
"@loadable/component": "^5.16.3",
7676
"@pega/configs": "^0.17.0",
77-
"@pega/constellationjs": "~24.2.2",
78-
"@pega/dx-component-builder-sdk": "~24.2.12",
79-
"@pega/pcore-pconnect-typedefs": "~3.2.2",
80-
"@pega/react-sdk-overrides": "~0.25.2",
77+
"@pega/constellationjs": "~25.1.0",
78+
"@pega/dx-component-builder-sdk": "~24.2.14",
79+
"@pega/pcore-pconnect-typedefs": "~4.1.0",
80+
"@pega/react-sdk-overrides": "~0.25.4",
8181
"@playwright/test": "^1.54.2",
8282
"@storybook/addon-essentials": "^8.6.14",
8383
"@storybook/addon-links": "^8.6.14",

sdk-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"comment_sdk_config": "This is the configuration file for the React SDK",
33
"sdk_optional_configs_doc_comment": "See the document(link below) for more details on all the available config settings",
44
"sdk_optional_configs_doc": "https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/configuring-sdk-config-json.html",
5+
"theme": "light",
56
"authConfig": {
67
"authService": "pega",
78

0 commit comments

Comments
 (0)