Skip to content

Commit 8e56b8c

Browse files
committed
fix: update @pega/auth dependency version to ~0.2.31 in package.json
1 parent b034755 commit 8e56b8c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.30",
60+
"@pega/auth": "~0.2.31",
6161
"@tinymce/tinymce-react": "^6.3.0",
6262
"clsx": "^2.1.1",
6363
"dayjs": "^1.11.13",

packages/react-sdk-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"tinymce": "^6.8.6"
3939
},
4040
"peerDependencies": {
41-
"@pega/auth": "~0.2.30",
41+
"@pega/auth": "~0.2",
4242
"react": "^17.0 || ^18.0",
4343
"react-dom": "^17.0 || ^18.0"
4444
},

0 commit comments

Comments
 (0)