Skip to content

Commit fccfc0e

Browse files
authored
chore: update @pega/constellationjs to version 0.25.1 (#470)
* chore: update @pega/constellationjs to version 0.25.1 and adjust webpack exclusions * chore: update @pega/constellationjs to version 0.25.1 and adjust webpack exclusions * @pega/auth upgraded to 0.2.33
1 parent bb4130e commit fccfc0e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 8 additions & 8 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
@@ -57,7 +57,7 @@
5757
"@mui/material": "^6.5.0",
5858
"@mui/styles": "^6.5.0",
5959
"@mui/x-date-pickers": "^7.29.4",
60-
"@pega/auth": "~0.2.31",
60+
"@pega/auth": "~0.2.33",
6161
"@tinymce/tinymce-react": "^6.3.0",
6262
"clsx": "^2.1.1",
6363
"dayjs": "^1.11.13",
@@ -76,7 +76,7 @@
7676
},
7777
"devDependencies": {
7878
"@pega/configs": "^0.16.3",
79-
"@pega/constellationjs": "~24.2.2",
79+
"@pega/constellationjs": "^0.25.1",
8080
"@pega/eslint-config": "^0.17.0",
8181
"@pega/pcore-pconnect-typedefs": "~3.2.2",
8282
"@pega/tsconfig": "^0.17.0",

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = (env, argv) => {
9292
filename: '[path][base].gz',
9393
algorithm: 'gzip',
9494
test: /\.js$|\.ts$|\.css$|\.html$/,
95-
exclude: /constellation-core.*.js|bootstrap-shell.js|531.*.js/,
95+
exclude: /constellation-core.*.js|bootstrap-shell.js|libphonenumber.*.js/,
9696
threshold: 10240,
9797
minRatio: 0.8
9898
})
@@ -102,7 +102,7 @@ module.exports = (env, argv) => {
102102
filename: '[path][base].br',
103103
algorithm: 'brotliCompress',
104104
test: /\.(js|ts|css|html|svg)$/,
105-
exclude: /constellation-core.*.js|bootstrap-shell.js|531.*.js/,
105+
exclude: /constellation-core.*.js|bootstrap-shell.js|libphonenumber.*.js/,
106106
compressionOptions: {
107107
params: {
108108
[zlib.constants.BROTLI_PARAM_QUALITY]: 11

0 commit comments

Comments
 (0)