Skip to content

Commit 215bc3d

Browse files
Update package.json
Update cosmos, add internal quarantine command, dxcb 0.242.10
1 parent 17a1463 commit 215bc3d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"_internal-copy-index": "shx cp dist/index.html dist/simpleportal.html && shx cp dist/index.html dist/portal.html && shx cp dist/index.html dist/fullportal.html && shx cp dist/index.html dist/embedded.html && shx cp dist/index.html dist/mashup.html",
4949
"_internal-install-sdk": "echo \"installing...\" && npm install --loglevel notice",
5050
"_internal-test-functional": "npm run test:functional:local:sdk-a --prefix node_modules/@pega/dx-component-builder-sdk",
51-
"_internal-build-jest-assets": "dx-component-builder-sdk buildJestAssets"
51+
"_internal-build-jest-assets": "dx-component-builder-sdk buildJestAssets".
52+
"_internal-test-quarantine": "dx-component-builder-sdk quarantine"
5253
},
5354
"private": true,
5455
"dependencies": {
@@ -67,9 +68,9 @@
6768
"@danielmoncada/angular-datetime-picker": "^18.1.0",
6869
"@pega/angular-sdk-components": "~0.242.1",
6970
"@pega/auth": "~0.2.19",
70-
"@pega/cosmos-react-condition-builder": "^4.2.0",
71-
"@pega/cosmos-react-core": "^4.2.0",
72-
"@pega/cosmos-react-work": "^4.2.0",
71+
"@pega/cosmos-react-condition-builder": "^7.0.4",
72+
"@pega/cosmos-react-core": "^7.0.4",
73+
"@pega/cosmos-react-work": "^7.0.4",
7374
"@tinymce/tinymce-angular": "^8.0.1",
7475
"core-js": "^3.39.0",
7576
"dayjs": "^1.11.13",
@@ -100,7 +101,7 @@
100101
"@pega/angular-sdk-overrides": "~0.242.1",
101102
"@pega/configs": "^0.16.2",
102103
"@pega/constellationjs": "24.1.1",
103-
"@pega/dx-component-builder-sdk": "~24.1.11",
104+
"@pega/dx-component-builder-sdk": "~0.242.10",
104105
"@pega/eslint-config": "^0.16.2",
105106
"@pega/pcore-pconnect-typedefs": "3.2.1",
106107
"@pega/prettier-config": "^0.16.2",

0 commit comments

Comments
 (0)