Skip to content

Commit

Permalink
constellationjs 24.2.0 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tumms2021389 committed Nov 20, 2024
1 parent 4a04c5b commit c3796b2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 17 deletions.
5 changes: 5 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
"input": "./node_modules/@pega/constellationjs/dist/",
"output": "./constellation/prerequisite"
},
{
"glob": "*.*",
"input": "./node_modules/@pega/constellationjs/dist/js",
"output": "./constellation/prerequisite/js"
},
{
"glob": "*.*",
"input": "./projects/angular-test-app/src/assets/",
Expand Down
39 changes: 24 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@danielmoncada/angular-datetime-picker": "^17.0.0",
"@pega/auth": "~0.2.13",
"@pega/auth": "~0.2.17",
"@tinymce/tinymce-angular": "^8.0.1",
"core-js": "^3.35.0",
"dayjs": "^1.11.10",
Expand All @@ -93,7 +93,7 @@
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@pega/configs": "^0.7.1",
"@pega/constellationjs": "24.1.1-dev",
"@pega/constellationjs": "~24.2.0",
"@pega/eslint-config": "^0.7.1",
"@pega/pcore-pconnect-typedefs": "~3.0.0",
"@pega/prettier-config": "^0.7.1",
Expand Down

0 comments on commit c3796b2

Please sign in to comment.