Skip to content

Commit

Permalink
update admin-portal 7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg committed Sep 17, 2024
1 parent 5152e2e commit fdeeee4
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.11.0",
"@frontegg/js": "7.12.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.11.0":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-7.11.0.tgz#81dd9d0963d3f43d38f873b967bff191754c4569"
integrity sha512-WEFPIKGHDqcGA1DRbk7Im9tRQ5lEwZDyGZsrk5bN1k7+9EQSIzrpgo/GU1iudLR7v7dHuvEq3+duzXKoHqCTkg==
"@frontegg/js@7.12.0":
version "7.12.0"
resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-7.12.0.tgz#1785cd59e6449359b35fba48383dd4e567c35c88"
integrity sha512-r2OCRPbsZUlU/bN1rjotRaPY7Ft5VhhQ72zu13aBHab8dCrcIAhCed6NdI5Oi3g8c2zUydX+757lNLl+JKeklw==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/types" "7.11.0"
"@frontegg/types" "7.12.0"

"@frontegg/redux-store@7.11.0":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-7.11.0.tgz#4673be3c899910ef5bdbb2f0db65af2a07a35a79"
integrity sha512-6goGtC0oyfxOpHgF+DPmxaSNvGX/z3tTf1eERMCway6qcqGHp5J948q+br+c8hZapkzGcfpOlu9/3wWcT+pjIQ==
"@frontegg/redux-store@7.12.0":
version "7.12.0"
resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-7.12.0.tgz#86c910597b98a86569cfc8b02f295dbee5495f95"
integrity sha512-97BukRhqocVMAIinJoE4FP+OQ1iSwRfFG/QuwSg7SwTW4+3DcKOuGH/GzPOiTvWJS4MgPA64Kyc6FizjksSXdw==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/entitlements-javascript-commons" "1.1.2"
Expand All @@ -1872,13 +1872,13 @@
"@babel/runtime" "^7.17.2"
"@frontegg/entitlements-javascript-commons" "1.1.2"

"@frontegg/types@7.11.0":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-7.11.0.tgz#dfa7130228bb4035c836494eeed3025be0a712af"
integrity sha512-Kc0iDapcAslhQA9ZvzkCz3pB20jUUhwLPDRrHPEwBvwt1+hRkCa0isq6IvItGmmvSpqpXqI7ZxQXyfhK7jq7uQ==
"@frontegg/types@7.12.0":
version "7.12.0"
resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-7.12.0.tgz#0a940c0fd08d195e2aa15ea64f112e86a682ddd4"
integrity sha512-SwNFMCwDbE6Cxjnmfa5MfjkgWbFyQDbGoHMcjKJeaZbY2eA/DZt9s4IfYmKF7CxHpdIukHhwU9hX1KhVQf1deQ==
dependencies:
"@babel/runtime" "^7.18.6"
"@frontegg/redux-store" "7.11.0"
"@frontegg/redux-store" "7.12.0"
csstype "^3.0.9"
deepmerge "^4.2.2"

Expand Down

0 comments on commit fdeeee4

Please sign in to comment.