Skip to content

Commit

Permalink
Merge pull request #359 from frontegg/upgrade-admin-portal
Browse files Browse the repository at this point in the history
Update Frontegg AdminPortal to 6.143.0
  • Loading branch information
AtaliaRefua authored Oct 2, 2023
2 parents 3d5f4ab + a5fbb75 commit f81f63e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:unpkg": "cross-env NODE_ENV=production rollup --config rollup.config.js --format iife"
},
"dependencies": {
"@frontegg/js": "6.142.0",
"@frontegg/js": "6.143.0",
"get-value": "^3.0.1",
"set-value": "^4.0.1"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1844,18 +1844,18 @@
unique-filename "^1.1.1"
which "^1.3.1"

"@frontegg/js@6.142.0":
version "6.142.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.142.0.tgz#4279aa970ec33dff55692cf75c95402b580e73a8"
integrity sha512-TB5sK+HHvxtbbG7/9pGCwZY3c5gbF8BLDZuE7mcOEwBjssVrjrcRQheq9dgDQ926EKdt6+giN/0ODmsPdadQ8w==
"@frontegg/js@6.143.0":
version "6.143.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.143.0.tgz#4234f4c8a2e47e6883fde40f03bfdda7934a1801"
integrity sha512-rbvc6plefi/DQ5RJXOhRn1xOrrUyd3/LDIgXyuWR6NuZhIrAJjwFtlWEWgyXY8/fEKpwlnyp/KX/zZdLy+nBkQ==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/types" "6.142.0"
"@frontegg/types" "6.143.0"

"@frontegg/redux-store@6.142.0":
version "6.142.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.142.0.tgz#e9c61135bfdddcdc1a644c2f66785d63f4937211"
integrity sha512-x4LS6olwP64r3Sllft11Bg3lvwo9jeqg4CkHSGoL2wzz2vGObkRFvyRLKFyWp9GcEu1jHsX6kY6Wg3gKoNA4Bg==
"@frontegg/redux-store@6.143.0":
version "6.143.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.143.0.tgz#8e969265472c2e6e81ac4780383048efa93609cd"
integrity sha512-uZlmpBJKAqR1Ot4wPU7t/M59lDmCRnZ16IbKN9h33zQEsb3EoB9ussGDID+882MBpQlMlp9GGY3urjs60iwbPw==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/rest-api" "3.1.23"
Expand All @@ -1871,13 +1871,13 @@
dependencies:
"@babel/runtime" "^7.17.2"

"@frontegg/types@6.142.0":
version "6.142.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.142.0.tgz#2343ec627dc9694e67aaee2195dfdc75a1f6301a"
integrity sha512-M546l6NmOFL+svKg7G0VviHAbmEL5JCJh0cinVnDlHDAAMJKz1F8D0D8w9YDxJYCVzICbK/xosgeC3SWnjnmEw==
"@frontegg/types@6.143.0":
version "6.143.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.143.0.tgz#ce4f69ffb298bf33fc08596b209ab8fe4525fd40"
integrity sha512-0H8u5lqNI/qlbm6KB/8N64bFH2FL/pyhCuHviFOcIMQc9pX47xPXrzI3cDiSb6Colps88Skevqmgqu/MSHyjpQ==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "6.142.0"
"@frontegg/redux-store" "6.143.0"
csstype "^3.0.9"
deepmerge "^4.2.2"

Expand Down

0 comments on commit f81f63e

Please sign in to comment.