Skip to content

Commit

Permalink
Merge pull request #459 from frontegg/upgrade-admin-portal
Browse files Browse the repository at this point in the history
Update Frontegg AdminPortal to 7.13.0
  • Loading branch information
mariavlasov authored Oct 10, 2024
2 parents 48e2ec6 + 4de438a commit 5ae1758
Show file tree
Hide file tree
Showing 2 changed files with 16 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": "7.6.0",
"@frontegg/js": "7.13.0",
"get-value": "^3.0.1",
"set-value": "^4.0.1"
},
Expand Down
29 changes: 15 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1842,23 +1842,24 @@
resolved "https://registry.yarnpkg.com/@frontegg/entitlements-javascript-commons/-/entitlements-javascript-commons-1.1.2.tgz#8c771cac0796fde5bbc05abe750cb6b8677ec2c6"
integrity sha512-vwCFxj9KSIKHXinOH0HbBf4DhKRbUWhjCnL14+JfQnwuEl/zKtSGZoZecrXcPajWUypdi0uT+8q3GGcqnCW13Q==

"@frontegg/js@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-7.6.0.tgz#0118b2748092532678b29f65194bed2de1197cb3"
integrity sha512-8P8wshdW3XnUL2cgg5Ddk0w6bOJAJf5SF6ybD+EiLgbuL77R2m5E3kgvuvhG8Tsn8BXEQIAXaPAXk6H0phfa4Q==
"@frontegg/js@7.13.0":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-7.13.0.tgz#7320835b3da72aeedd4f144d1976fbc45bd2aff8"
integrity sha512-ggIKu+fMh31aX32HVb3j4VSf4k5MrOrYj0YVbOkmJcHVC5T24FJcPkzVh1iqSle+PDtJiqXMSmYu3dpA58HGFg==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/types" "7.6.0"
"@frontegg/types" "7.13.0"

"@frontegg/redux-store@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-7.6.0.tgz#bc0202d413967460e1938d04e4425dc74874e51f"
integrity sha512-mEwEz3rL6Klwhb/ocjDcTzBwGnW/1VkSqLXLVDxUFZo8H0HtvWL6SUrum1HC4b+5vPJFtwIUgqMTOuXto2P7gw==
"@frontegg/redux-store@7.13.0":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-7.13.0.tgz#f2a4c595372a5b30d1fe14406c28fa369bd854de"
integrity sha512-V+3vUEjShv49Ph6jLzYc+S7seV7XnhUIucLDCI2XYDg0mWMvyokIs/4SP9KsGt55kqJW7l0uaqJqzja5v5kyGQ==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/entitlements-javascript-commons" "1.1.2"
"@frontegg/rest-api" "3.2.1"
fast-deep-equal "3.1.3"
get-value "^3.0.1"
proxy-compare "^3.0.0"
set-value "^4.1.0"
uuid "^10.0.0"
Expand All @@ -1871,13 +1872,13 @@
"@babel/runtime" "^7.17.2"
"@frontegg/entitlements-javascript-commons" "1.1.2"

"@frontegg/types@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-7.6.0.tgz#fa2512dad45cfd8f852eb7dc80844aa6820b922a"
integrity sha512-GmL9GtlwATZqOvXtfc17wAF1LUPpfL0caSYQfHTvsUJ6hMY2z6JRlrJK9KLdOOoW5hj+gWPm+T+CkYQ6gs5Alw==
"@frontegg/types@7.13.0":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-7.13.0.tgz#1eea8cb293cd0a135f4687b6d0e954d8f6f3e288"
integrity sha512-BuK5LA6MYs5RXNAAhBWH8MVg9VjJ0tvmzecA0+h4ddX6b5KgEv6zZwUg0Pko4wyIOtCAQ8V2tE13/0H2nS1Arw==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "7.6.0"
"@frontegg/redux-store" "7.13.0"
csstype "^3.0.9"
deepmerge "^4.2.2"

Expand Down

0 comments on commit 5ae1758

Please sign in to comment.