Skip to content

Commit 6e8e321

Browse files
committed
Update changelog * yarn.lock for 2.3.0
1 parent c9131a9 commit 6e8e321

File tree

2 files changed

+84
-4
lines changed

2 files changed

+84
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.3.0
4+
5+
* Update supabase-js dev to match new auth system ([#55](https://github.com/marmelab/ra-supabase/pull/55)) ([Revarh](https://github.com/Revarh))
6+
* [TypeScript] Allow react-router To type for UseRedirectIfAuthenticatedOptions ([#56](https://github.com/marmelab/ra-supabase/pull/56)) ([MohammedFaragallah](https://github.com/MohammedFaragallah))
7+
38
## 2.2.0
49

510
- Add `getPermissions` support in `authProvider`

yarn.lock

+79-4
Original file line numberDiff line numberDiff line change
@@ -2344,11 +2344,12 @@
23442344
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
23452345
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
23462346

2347-
"@raphiniert/ra-data-postgrest@^2.0.0":
2348-
version "2.0.0"
2349-
resolved "https://registry.yarnpkg.com/@raphiniert/ra-data-postgrest/-/ra-data-postgrest-2.0.0.tgz#4038621b4fe156095dde066353e29396e33cbb39"
2350-
integrity sha512-1Ss+/xAxL62aGmCBSSJnlFMMSl0T2/bNSfeV0lplm7N9AtsOxSfySDKnCQs53ngbSBK1rPbk4ypc/mDVm4y4xQ==
2347+
"@raphiniert/ra-data-postgrest@^2.1.0":
2348+
version "2.1.0"
2349+
resolved "https://registry.yarnpkg.com/@raphiniert/ra-data-postgrest/-/ra-data-postgrest-2.1.0.tgz#cbde3d5e1bf39a645b18f83eaf6e3f6eabec0abb"
2350+
integrity sha512-hsOtXW7uwelEpNRbp1Ri0FUGv6LY+x948sXIpTT//qkVgHXaT+gz2ez8tZYh1Hha9LfbiXw0y/LlnxSoAMg9pA==
23512351
dependencies:
2352+
lodash.isequal "^4.5.0"
23522353
qs "^6.11.1"
23532354

23542355
"@react-spring/animated@~9.4.5":
@@ -2460,6 +2461,20 @@
24602461
dependencies:
24612462
"@sinonjs/commons" "^2.0.0"
24622463

2464+
"@supabase/auth-js@2.64.2":
2465+
version "2.64.2"
2466+
resolved "https://registry.yarnpkg.com/@supabase/auth-js/-/auth-js-2.64.2.tgz#fe6828ed2c9844bf2e71b27f88ddfb635f24d1c1"
2467+
integrity sha512-s+lkHEdGiczDrzXJ1YWt2y3bxRi+qIUnXcgkpLSrId7yjBeaXBFygNjTaoZLG02KNcYwbuZ9qkEIqmj2hF7svw==
2468+
dependencies:
2469+
"@supabase/node-fetch" "^2.6.14"
2470+
2471+
"@supabase/functions-js@2.4.1":
2472+
version "2.4.1"
2473+
resolved "https://registry.yarnpkg.com/@supabase/functions-js/-/functions-js-2.4.1.tgz#373e75f8d3453bacd71fb64f88d7a341d7b53ad7"
2474+
integrity sha512-8sZ2ibwHlf+WkHDUZJUXqqmPvWQ3UHN0W30behOJngVh/qHHekhJLCFbh0AjkE9/FqqXtf9eoVvmYgfCLk5tNA==
2475+
dependencies:
2476+
"@supabase/node-fetch" "^2.6.14"
2477+
24632478
"@supabase/functions-js@^2.0.0":
24642479
version "2.0.0"
24652480
resolved "https://registry.yarnpkg.com/@supabase/functions-js/-/functions-js-2.0.0.tgz#4ba0c9e6dff031e17666bef6779c48eff290a8a0"
@@ -2474,13 +2489,37 @@
24742489
dependencies:
24752490
cross-fetch "^3.1.5"
24762491

2492+
"@supabase/node-fetch@2.6.15", "@supabase/node-fetch@^2.6.14":
2493+
version "2.6.15"
2494+
resolved "https://registry.yarnpkg.com/@supabase/node-fetch/-/node-fetch-2.6.15.tgz#731271430e276983191930816303c44159e7226c"
2495+
integrity sha512-1ibVeYUacxWYi9i0cf5efil6adJ9WRyZBLivgjs+AUpewx1F3xPi7gLgaASI2SmIQxPoCEjAsLAzKPgMJVgOUQ==
2496+
dependencies:
2497+
whatwg-url "^5.0.0"
2498+
2499+
"@supabase/postgrest-js@1.15.5":
2500+
version "1.15.5"
2501+
resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-1.15.5.tgz#7fa7744cb0991328bb1a7757861e435a5477f358"
2502+
integrity sha512-YR4TiitTE2hizT7mB99Cl3V9i00RAY5sUxS2/NuWWzkreM7OeYlP2OqnqVwwb4z6ILn+j8x9e/igJDepFhjswQ==
2503+
dependencies:
2504+
"@supabase/node-fetch" "^2.6.14"
2505+
24772506
"@supabase/postgrest-js@^1.1.1":
24782507
version "1.3.0"
24792508
resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-1.3.0.tgz#7de1e2ae45dd203bdc0cae2abf3f0f53eab54997"
24802509
integrity sha512-XVX0XaWTyT06mtj67gKb0OasP9hUNIYpypgdKnIqBSib5fXD3aRb6U5rt9y9gG1UMi7pCCgv2qulKRIQlHbb9w==
24812510
dependencies:
24822511
cross-fetch "^3.1.5"
24832512

2513+
"@supabase/realtime-js@2.9.5":
2514+
version "2.9.5"
2515+
resolved "https://registry.yarnpkg.com/@supabase/realtime-js/-/realtime-js-2.9.5.tgz#22b7de952a7f37868ffc25d32d19f03f27bfcb40"
2516+
integrity sha512-TEHlGwNGGmKPdeMtca1lFTYCedrhTAv3nZVoSjrKQ+wkMmaERuCe57zkC5KSWFzLYkb5FVHW8Hrr+PX1DDwplQ==
2517+
dependencies:
2518+
"@supabase/node-fetch" "^2.6.14"
2519+
"@types/phoenix" "^1.5.4"
2520+
"@types/ws" "^8.5.10"
2521+
ws "^8.14.2"
2522+
24842523
"@supabase/realtime-js@^2.4.0":
24852524
version "2.6.0"
24862525
resolved "https://registry.yarnpkg.com/@supabase/realtime-js/-/realtime-js-2.6.0.tgz#eff000c2fd9f5cd8d59f4adf6d76165b81ebd536"
@@ -2489,6 +2528,13 @@
24892528
"@types/phoenix" "^1.5.4"
24902529
websocket "^1.0.34"
24912530

2531+
"@supabase/storage-js@2.6.0":
2532+
version "2.6.0"
2533+
resolved "https://registry.yarnpkg.com/@supabase/storage-js/-/storage-js-2.6.0.tgz#0fa5e04db760ed7f78e4394844a6d409e537adc5"
2534+
integrity sha512-REAxr7myf+3utMkI2oOmZ6sdplMZZ71/2NEIEMBZHL9Fkmm3/JnaOZVSRqvG4LStYj2v5WhCruCzuMn6oD/Drw==
2535+
dependencies:
2536+
"@supabase/node-fetch" "^2.6.14"
2537+
24922538
"@supabase/storage-js@^2.1.0":
24932539
version "2.3.0"
24942540
resolved "https://registry.yarnpkg.com/@supabase/storage-js/-/storage-js-2.3.0.tgz#296b36eb0bde378763117217b2f99303f1d4ec71"
@@ -2508,6 +2554,18 @@
25082554
"@supabase/storage-js" "^2.1.0"
25092555
cross-fetch "^3.1.5"
25102556

2557+
"@supabase/supabase-js@^2.43.1":
2558+
version "2.43.5"
2559+
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.43.5.tgz#e4d5f9e5e21ef4226e0cb013c7e51fb3c5262581"
2560+
integrity sha512-Y4GukjZWW6ouohMaPlYz8tSz9ykf9jY7w9/RhqKuScmla3Xiklce8eLr8TYAtA+oQYCWxo3RgS3B6O4rd/72FA==
2561+
dependencies:
2562+
"@supabase/auth-js" "2.64.2"
2563+
"@supabase/functions-js" "2.4.1"
2564+
"@supabase/node-fetch" "2.6.15"
2565+
"@supabase/postgrest-js" "1.15.5"
2566+
"@supabase/realtime-js" "2.9.5"
2567+
"@supabase/storage-js" "2.6.0"
2568+
25112569
"@testing-library/cypress@^9.0.0":
25122570
version "9.0.0"
25132571
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-9.0.0.tgz#3facad49c4654a99bbd138f83f33b415d2d6f097"
@@ -2826,6 +2884,13 @@
28262884
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397"
28272885
integrity sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==
28282886

2887+
"@types/ws@^8.5.10":
2888+
version "8.5.10"
2889+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
2890+
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
2891+
dependencies:
2892+
"@types/node" "*"
2893+
28292894
"@types/yargs-parser@*":
28302895
version "21.0.0"
28312896
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
@@ -7972,6 +8037,11 @@ lodash.debounce@^4.0.8:
79728037
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
79738038
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
79748039

8040+
lodash.isequal@^4.5.0:
8041+
version "4.5.0"
8042+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
8043+
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
8044+
79758045
lodash.ismatch@^4.4.0:
79768046
version "4.4.0"
79778047
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
@@ -11587,6 +11657,11 @@ ws@^8.11.0:
1158711657
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8"
1158811658
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
1158911659

11660+
ws@^8.14.2:
11661+
version "8.17.1"
11662+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
11663+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
11664+
1159011665
xml-name-validator@^4.0.0:
1159111666
version "4.0.0"
1159211667
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"

0 commit comments

Comments
 (0)