Skip to content

Commit a160a9a

Browse files
authored
constellationjs 24.2.0 upgrade (#230)
1 parent 4a04c5b commit a160a9a

File tree

3 files changed

+31
-17
lines changed

3 files changed

+31
-17
lines changed

angular.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
"input": "./node_modules/@pega/constellationjs/dist/",
8888
"output": "./constellation/prerequisite"
8989
},
90+
{
91+
"glob": "*.*",
92+
"input": "./node_modules/@pega/constellationjs/dist/js",
93+
"output": "./constellation/prerequisite/js"
94+
},
9095
{
9196
"glob": "*.*",
9297
"input": "./projects/angular-test-app/src/assets/",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@angular/platform-browser-dynamic": "^17.3.12",
6969
"@angular/router": "^17.3.12",
7070
"@danielmoncada/angular-datetime-picker": "^17.0.0",
71-
"@pega/auth": "~0.2.13",
71+
"@pega/auth": "~0.2.17",
7272
"@tinymce/tinymce-angular": "^8.0.1",
7373
"core-js": "^3.35.0",
7474
"dayjs": "^1.11.10",
@@ -93,7 +93,7 @@
9393
"@angular/compiler-cli": "^17.3.12",
9494
"@angular/language-service": "^17.3.12",
9595
"@pega/configs": "^0.7.1",
96-
"@pega/constellationjs": "24.1.1-dev",
96+
"@pega/constellationjs": "~24.2.0",
9797
"@pega/eslint-config": "^0.7.1",
9898
"@pega/pcore-pconnect-typedefs": "~3.0.0",
9999
"@pega/prettier-config": "^0.7.1",

0 commit comments

Comments
 (0)