Skip to content

Commit

Permalink
Merge pull request #1026 from frontegg/upgrade-admin-portal
Browse files Browse the repository at this point in the history
Update Frontegg AdminPortal to 6.142.0
  • Loading branch information
AtaliaRefua authored Sep 28, 2023
2 parents 8adbc93 + 98cb5cf commit dcbe96e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
},
"dependencies": {
"@frontegg/js": "6.139.0",
"@frontegg/react-hooks": "6.139.0"
"@frontegg/js": "6.142.0",
"@frontegg/react-hooks": "6.142.0"
},
"peerDependencies": {
"react": ">16.9.0",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1465,30 +1465,30 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@frontegg/js@6.139.0":
version "6.139.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.139.0.tgz#73567f0bee1bfddfb50adb7681094a16c1769eca"
integrity sha512-uG+ZCt4U0cJGlVdBNcYRJ49LIfkV59xbtjF/83XUc6xC3/gR0EvNcuwXh90xoAQWw02IRKoWAt0xX/wUx2GYRQ==
"@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==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/types" "6.139.0"
"@frontegg/types" "6.142.0"

"@frontegg/react-hooks@6.139.0":
version "6.139.0"
resolved "https://registry.yarnpkg.com/@frontegg/react-hooks/-/react-hooks-6.139.0.tgz#a35e3ad2206abe7f43dc125672cc722b9df674a3"
integrity sha512-f3V70n9IlD+ecZEke9MYwLgCX/SYTGhF9R8d+qttAq/RH6HRpxyN7eZF3NFQpgXKoMLu4n5/ELI4UczibEhRWg==
"@frontegg/react-hooks@6.142.0":
version "6.142.0"
resolved "https://registry.yarnpkg.com/@frontegg/react-hooks/-/react-hooks-6.142.0.tgz#8fa4f962ef55306a275763fe24cb7f612c089d4d"
integrity sha512-ekbakqhCWLTXB/H404HAaz3uk07nApsW3lSGI93MsGL091Fr2Do1G0QXJOfaY4fxndp+WRnS+QTIDzEk87UxSQ==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "6.139.0"
"@frontegg/types" "6.139.0"
"@frontegg/redux-store" "6.142.0"
"@frontegg/types" "6.142.0"
"@types/react" "*"
get-value "^3.0.1"
react-redux "^7.x"

"@frontegg/redux-store@6.139.0":
version "6.139.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.139.0.tgz#fbd3e298e2d19183f45eb0b64cc3d39d662ce0ce"
integrity sha512-8NZTO8Ooyry/GyQ5hOFSzlD4H+8f24JGDfzSxBaGe0NYn7BAUjpZGESmRt7d2M5iKynTaB8aCib8me3ba9kmwA==
"@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==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/rest-api" "3.1.23"
Expand All @@ -1504,13 +1504,13 @@
dependencies:
"@babel/runtime" "^7.17.2"

"@frontegg/types@6.139.0":
version "6.139.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.139.0.tgz#4d924906b5b17e236f03edd0cc0abcff2aa3d83f"
integrity sha512-7kEzy9VNWuNsTPcZ/dUQJtpOLoijlyLQYT5Bk4/3IIqrV0Xv6Z8ID79PmNgID3CCmOwGaU2dAwDNGgIUL7xojw==
"@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==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "6.139.0"
"@frontegg/redux-store" "6.142.0"
csstype "^3.0.9"
deepmerge "^4.2.2"

Expand Down

0 comments on commit dcbe96e

Please sign in to comment.