Skip to content

Commit

Permalink
update admin-portal 6.122.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg committed Jul 16, 2023
1 parent ebe0361 commit 653222d
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.121.0",
"@frontegg/react-hooks": "6.121.0"
"@frontegg/js": "6.122.0",
"@frontegg/react-hooks": "6.122.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.121.0":
version "6.121.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.121.0.tgz#3428420d44efb573fed3297e8f1c51ded1dc8b25"
integrity sha512-dEKex48tiMtR6bi4c7fhgHTM2F11XJopqdoHcIb1VKlC/eSZJxwum+w66W5+PF+CpESM3JtzRac+pqi3TW3KdQ==
"@frontegg/js@6.122.0":
version "6.122.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.122.0.tgz#5a587d9bee5330ee76ee82608eae2ebcfddc9f27"
integrity sha512-l+4tvKElEeqAIcZYcDsVI+2+SvTJ9Re4W7Y/sm+yNPagAmBjXe+vPgqO3H+RE1kugkGN0sdgE0wrebl0oYOubA==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/types" "6.121.0"
"@frontegg/types" "6.122.0"

"@frontegg/react-hooks@6.121.0":
version "6.121.0"
resolved "https://registry.yarnpkg.com/@frontegg/react-hooks/-/react-hooks-6.121.0.tgz#4d4e60d9fb32f2781169bf3e77f005a79516e336"
integrity sha512-kUrKMYECXUaCatMYz3g0qqA85Y7ZBq7FvUO6jLek4F0vsg0nCHnBh25jCiGs3FH3z4yxqd+6XndIilhFeimwZQ==
"@frontegg/react-hooks@6.122.0":
version "6.122.0"
resolved "https://registry.yarnpkg.com/@frontegg/react-hooks/-/react-hooks-6.122.0.tgz#9e8a956ed7a6769515c1f3b9d2d2a9d57ee2f3e7"
integrity sha512-9qCIPuhX54V9+e+lX13B4tm/U7igbJOWTQMoeaVJfgVrau0M9eQyqD+yxkeTAWDu/PtnnCBOPXPzXPUUNPrpug==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "6.121.0"
"@frontegg/types" "6.121.0"
"@frontegg/redux-store" "6.122.0"
"@frontegg/types" "6.122.0"
"@types/react" "*"
get-value "^3.0.1"
react-redux "^7.x"

"@frontegg/redux-store@6.121.0":
version "6.121.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.121.0.tgz#32b7363d6e61e0bdab74b1a61d357f5f0f4b80cd"
integrity sha512-Wq9SrqWZynKM8fzg2QVX6tYQRlqnTQdi0JuQZ953GFr+ti7kR0aX6V//vL5g7vnVf9MZp3Ds0Yna5i42FdXWfw==
"@frontegg/redux-store@6.122.0":
version "6.122.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.122.0.tgz#4a042e771d7beb3ef68973153c3d1e280987fa20"
integrity sha512-uxJ+D3YcrK+CWcIKAkOJHeDJpiOsQMs7Yn1E2X7T2RcnkILSyDnSFIHCXI9s6y0qhBs2/gFJGf5UUERhifEXsA==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/rest-api" "3.1.5"
Expand All @@ -1504,13 +1504,13 @@
dependencies:
"@babel/runtime" "^7.17.2"

"@frontegg/types@6.121.0":
version "6.121.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.121.0.tgz#240adb82916fc7f111c289b1dcd838e31ffc82c3"
integrity sha512-oeCt6KUVZ2Q/0qFEBOOL/hrnk/F/pFI1sgYysdGZozvb9n4npEk2S61/FPOnz7tOZdQ48NjtXtPTAfUpFiKq9A==
"@frontegg/types@6.122.0":
version "6.122.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.122.0.tgz#0434dce51f476347e48dba1ea26f962de7f47553"
integrity sha512-J3KpZkaZ/O4+rPyfqs87pRbL5+sfkZpuenGSfZ5WZ9kVeMN2sETVtpqvWWvCq2flmBxg9/UsIdfyGkrivwnefg==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "6.121.0"
"@frontegg/redux-store" "6.122.0"
csstype "^3.0.9"
deepmerge "^4.2.2"

Expand Down

0 comments on commit 653222d

Please sign in to comment.