diff --git a/package.json b/package.json index d61a9e406..5c3e228e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sdk", - "version": "23.1.10", + "version": "24.1.10", "private": true, "scripts": { "_comment_SDK_install_build_run_commands": "The following are public commands to clean, install, build, and run the SDK", @@ -49,7 +49,8 @@ "_internal-check-node-version": "node scripts/check-node-version", "_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", "_internal-install-sdk": "echo \"installing...\" && npm install --loglevel notice", - "_internal-test-functional": "npm run test:functional:local:sdk-r --prefix node_modules/@pega/dx-component-builder-sdk" + "_internal-test-functional": "npm run test:functional:local:sdk-r --prefix node_modules/@pega/dx-component-builder-sdk", + "_internal-build-jest-assets": "dx-component-builder-sdk buildJestAssets" }, "dependencies": { "@date-io/dayjs": "^1.3.13", @@ -58,10 +59,10 @@ "@material-ui/lab": "^4.0.0-alpha.60", "@material-ui/pickers": "^3.3.10", "@pega/auth": "^0.2.9", - "@pega/cosmos-react-condition-builder": "^4.2.0", - "@pega/cosmos-react-core": "^4.2.0", - "@pega/cosmos-react-work": "^4.2.0", - "@pega/react-sdk-components": "~23.1.11", + "@pega/cosmos-react-condition-builder": "^6.0.3", + "@pega/cosmos-react-core": "^6.0.3", + "@pega/cosmos-react-work": "^6.0.3", + "@pega/react-sdk-components": "0.23.37", "@storybook/react-webpack5": "^7.6.7", "@tinymce/tinymce-react": "^4.3.2", "@types/styled-components": "^5.1.34", @@ -88,13 +89,13 @@ "@kooneko/livereload-webpack-plugin": "^1.2.1", "@loadable/component": "^5.16.3", "@pega/configs": "^0.6.0", - "@pega/constellationjs": "~23.1.1", + "@pega/constellationjs": "23.1.2-test-20240506", "@pega/cspell-config": "^0.7.1", - "@pega/dx-component-builder-sdk": "~23.1.14", + "@pega/dx-component-builder-sdk": "~0.24.1", "@pega/eslint-config": "^0.7.1", - "@pega/pcore-pconnect-typedefs": "~2.1.1", + "@pega/pcore-pconnect-typedefs": "~3.0.0", "@pega/prettier-config": "^0.6.0", - "@pega/react-sdk-overrides": "~23.1.11", + "@pega/react-sdk-overrides": "0.23.37", "@pega/stylelint-config": "^0.7.1", "@pega/tsconfig": "^0.7.1", "@playwright/test": "^1.40.1",