Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated to master package for DXCB 24 #479

Closed
wants to merge 1 commit into from
Closed
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
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading