Skip to content

Commit

Permalink
update admin-portal 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg committed Sep 5, 2024
1 parent df40de1 commit 039106c
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": "7.9.0",
"@frontegg/js": "7.10.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 @@ -1842,18 +1842,18 @@
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.9.0":
version "7.9.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-7.9.0.tgz#4b1e8063c2ab7c30d4e45adfdae39c95cd5de3d9"
integrity sha512-X/vKl64hek8bKdMiDkXY6o/wyKveqM734Vd1zEsyu2vaBbOfr+9eVQe3SWAos6jhnvH5KNwUhJupkeBY0pvXnA==
"@frontegg/js@7.10.0":
version "7.10.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-7.10.0.tgz#a67600c7d2e3d6f000392e23bb372e9d6265367b"
integrity sha512-P779JZqxso1wlIfw3YByTVlTFJcmk2ccyZ47CwB78JcS8ZZY55PJ1ykY+vM0pun/tldTeg9DDqTMUoKij2cpyg==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/types" "7.9.0"
"@frontegg/types" "7.10.0"

"@frontegg/redux-store@7.9.0":
version "7.9.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-7.9.0.tgz#e5915a2a4dd9c894d080f0749b7328ca6ee60bdb"
integrity sha512-HnGHAQB+7XTA4qfhpQLhmi21/ONIXhirscRPu3QtClGgaoL69fe+No0y1yeTEVYHZTe58QWmJesX2yk4py3fvg==
"@frontegg/redux-store@7.10.0":
version "7.10.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-7.10.0.tgz#b783e0639cd6b5d709123bca46637ebb05e95ff3"
integrity sha512-s5InPmLsfV9nJwSp68oWKDPNgf/Q9IjQtyF+9pRX2rypxiazGpGinGymWN62m7wsjwfuF47Rla4nuf30Ry+JOg==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/entitlements-javascript-commons" "1.1.2"
Expand All @@ -1871,13 +1871,13 @@
"@babel/runtime" "^7.17.2"
"@frontegg/entitlements-javascript-commons" "1.1.2"

"@frontegg/types@7.9.0":
version "7.9.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-7.9.0.tgz#bf00ef1bb1a105b888b01d25ea7ec903e0ca95a6"
integrity sha512-CdjustoH+fehKDqi8StcFAHh230QlYUQxMA4fLqnKyz5UqG2j6Ujt0PcwuUU6Ykmg3woqHAvyKW+I0FPY+2wyw==
"@frontegg/types@7.10.0":
version "7.10.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-7.10.0.tgz#27235792c2fe7b3849186e2f94f781caa6900a52"
integrity sha512-PQr0XxbGTBus0o393yITywbNlHiThweDuILe+C4oQhx4XCy/VaAggSqNoOlY2nsLFilpOX7wLRs6XxCqhpI9iQ==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "7.9.0"
"@frontegg/redux-store" "7.10.0"
csstype "^3.0.9"
deepmerge "^4.2.2"

Expand Down

0 comments on commit 039106c

Please sign in to comment.