From a92cadcad73d40e1eb0238126530c4ab28624d0f Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Mon, 10 Jun 2024 10:25:12 +0300 Subject: [PATCH] chore: remove multitenancy appwrite example and references --- documentation/plugins/templates.js | 39 +- documentation/plugins/templates.ts | 39 +- documentation/src/pages/templates/index.tsx | 22 - examples/multi-tenancy-appwrite/.gitignore | 23 - examples/multi-tenancy-appwrite/README.md | 43 -- examples/multi-tenancy-appwrite/index.html | 33 - examples/multi-tenancy-appwrite/netlify.toml | 4 - examples/multi-tenancy-appwrite/package.json | 44 -- .../multi-tenancy-appwrite/public/error.png | Bin 10303 -> 0 bytes .../multi-tenancy-appwrite/public/favicon.ico | Bin 7406 -> 0 bytes .../multi-tenancy-appwrite/public/refine.svg | 10 - examples/multi-tenancy-appwrite/src/App.tsx | 156 ----- .../src/authProvider.ts | 81 --- .../src/components/header/index.tsx | 54 -- .../src/components/product/create.tsx | 95 --- .../src/components/product/edit.tsx | 91 --- .../src/components/product/index.ts | 4 - .../src/components/product/item.tsx | 36 -- .../src/components/product/show.tsx | 46 -- .../src/components/select/index.tsx | 46 -- examples/multi-tenancy-appwrite/src/index.tsx | 12 - .../src/interfaces/index.d.ts | 23 - .../src/pages/login/index.tsx | 116 ---- .../src/pages/login/styles.css | 23 - .../src/pages/orders/create.tsx | 72 --- .../src/pages/orders/edit.tsx | 63 -- .../src/pages/orders/index.tsx | 3 - .../src/pages/orders/list.tsx | 118 ---- .../src/pages/products/index.tsx | 1 - .../src/pages/products/list.tsx | 88 --- .../src/utility/appwriteClient.ts | 21 - .../src/utility/index.ts | 2 - .../src/utility/normalize.ts | 27 - .../multi-tenancy-appwrite/src/vite-env.d.ts | 1 - examples/multi-tenancy-appwrite/tsconfig.json | 21 - .../multi-tenancy-appwrite/tsconfig.node.json | 8 - .../multi-tenancy-appwrite/vite.config.ts | 6 - pnpm-lock.yaml | 598 +++++------------- 38 files changed, 166 insertions(+), 1903 deletions(-) delete mode 100644 examples/multi-tenancy-appwrite/.gitignore delete mode 100644 examples/multi-tenancy-appwrite/README.md delete mode 100644 examples/multi-tenancy-appwrite/index.html delete mode 100644 examples/multi-tenancy-appwrite/netlify.toml delete mode 100644 examples/multi-tenancy-appwrite/package.json delete mode 100644 examples/multi-tenancy-appwrite/public/error.png delete mode 100644 examples/multi-tenancy-appwrite/public/favicon.ico delete mode 100644 examples/multi-tenancy-appwrite/public/refine.svg delete mode 100644 examples/multi-tenancy-appwrite/src/App.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/authProvider.ts delete mode 100644 examples/multi-tenancy-appwrite/src/components/header/index.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/components/product/create.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/components/product/edit.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/components/product/index.ts delete mode 100644 examples/multi-tenancy-appwrite/src/components/product/item.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/components/product/show.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/components/select/index.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/index.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/interfaces/index.d.ts delete mode 100644 examples/multi-tenancy-appwrite/src/pages/login/index.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/pages/login/styles.css delete mode 100644 examples/multi-tenancy-appwrite/src/pages/orders/create.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/pages/orders/edit.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/pages/orders/index.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/pages/orders/list.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/pages/products/index.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/pages/products/list.tsx delete mode 100644 examples/multi-tenancy-appwrite/src/utility/appwriteClient.ts delete mode 100644 examples/multi-tenancy-appwrite/src/utility/index.ts delete mode 100644 examples/multi-tenancy-appwrite/src/utility/normalize.ts delete mode 100644 examples/multi-tenancy-appwrite/src/vite-env.d.ts delete mode 100644 examples/multi-tenancy-appwrite/tsconfig.json delete mode 100644 examples/multi-tenancy-appwrite/tsconfig.node.json delete mode 100644 examples/multi-tenancy-appwrite/vite.config.ts diff --git a/documentation/plugins/templates.js b/documentation/plugins/templates.js index a7c503c42fa2..3636969076f3 100644 --- a/documentation/plugins/templates.js +++ b/documentation/plugins/templates.js @@ -50,7 +50,7 @@ const templates = [ description: ` This CRM app example, built with Refine, demonstrates a complete solution for enterprise-level CRM internal tool needs. It has a wide range of functionalities for real-use cases, which are extensively utilized by enterprise companies. -The app connected to GraphQL API through Refine's Nestjs-query data provider, and its user interface is developed using Ant Design, which Refine offers built-in UI framework support. +The app connected to GraphQL API through Refine's Nestjs-query data provider, and its user interface is developed using Ant Design, which Refine offers built-in UI framework support. We built this template to demonstrate how the Refine framework simplifies and speeds up development. It is a valuable resource, offering insights into Refine's best practices and modern development techniques. @@ -109,7 +109,7 @@ This is a template that can serve as an example for building React-based storefr ### Key Features: -- With Refine's headless approach, we demonstrated how to apply a style of your choice, such as Tailwind CSS. +- With Refine's headless approach, we demonstrated how to apply a style of your choice, such as Tailwind CSS. - SSR support with Next.js. Refine supports SSR with Next.js and Remix. You can use this template as a starter point for Next.js-powered Refine apps. - REST API implementation @@ -153,7 +153,7 @@ This admin panel template can be used in for various app requirements like B2B a - Food Ordering Systems - Restaurant management Systems - Portfolio Management Software -- Data Integration Tools +- Data Integration Tools - Healthcare Analytics Software - Telemedicine Platforms - Customer Support Tools @@ -204,7 +204,7 @@ This admin panel template can be used in for various app requirements like B2B a - Food Ordering Systems - Restaurant management Systems - Portfolio Management Software -- Data Integration Tools +- Data Integration Tools - Healthcare Analytics Software - Telemedicine Platforms - Customer Support Tools @@ -270,8 +270,8 @@ This example presents the RefineWeek series - a seven-part quickfire guide to he The source code for this CRUD app is open-source, providing an opportunity for you to use or examine it to gain a deeper understanding of how Refine operates. The CRM application featured in this series utilizes a Supabase API through Refine's Supabase data provider, and its user interface is crafted using Ant Design. This CRM application consumes a Supabase API through Refine's Supabase data provider, and its user interface is developed using Ant Design, which Refine offers built-in UI framework support. - -We built this template to demonstrate how the Refine framework simplifies and speeds up development. It is a valuable resource, offering insights into Refine's best practices and modern development techniques. + +We built this template to demonstrate how the Refine framework simplifies and speeds up development. It is a valuable resource, offering insights into Refine's best practices and modern development techniques. ### Key Features: @@ -344,7 +344,7 @@ The source code of the CRUD app is also open-source; feel free to use or inspect description: ` This RealWorld app template displays a comprehensive full-stack application created using Refine, including features like CRUD operations, user authentication, routing, and pagination, among others. -The RealWorld example standard, often called the "Mother of All Demo Apps," is a specification for building full-stack applications that demonstrate real-world usage of various frontend and backend technologies. This standard provides consistent requirements for creating functionally equivalent applications across different technology stacks. +The RealWorld example standard, often called the "Mother of All Demo Apps," is a specification for building full-stack applications that demonstrate real-world usage of various frontend and backend technologies. This standard provides consistent requirements for creating functionally equivalent applications across different technology stacks. This RealWorld example aims to demonstrate the practical use of Refine in building standards and real-world applications, providing a more authentic and useful example than the usual "to-do list" demonstrations. @@ -381,30 +381,7 @@ Multitenancy is a design approach where a single software instance on a server p This template was developed to demonstrate how the Refine framework can simplify and expedite the development of apps with enterprise-level needs. It's a valuable resource that offers insights into Refine's best practices and modern development techniques. -The source code of this multitenancy app is open-source, allowing you to use or inspect it to see how Refine can fulfill enterprise-grade application requirements. - `, - }, - { - slug: "multitenancy-appwrite", - title: "Multitenancy App with Appwrite", - images: [ - "https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-multitenancy-appwrite.png", - ], - runOnYourLocalPath: "multi-tenancy-appwrite", - liveDemo: "https://multi-tenancy-appwrite.refine.dev", - github: - "https://github.com/refinedev/refine/tree/master/examples/multi-tenancy-appwrite", - tutorial: "https://refine.dev/docs/guides-concepts/multi-tenancy/#appwrite", - reactPlatform: "Vite", - uiFramework: "Ant Design", - dataProvider: "Appwrite", - authProvider: "Appwrite", - description: ` -Multitenancy is a design approach where a single software instance on a server provides services to multiple clients at the same time. This CRUD app template is an excellent example of implementing multitenant architecture in Refine applications. It connects to a Appwrite API using a Appwrite data provider and features a user interface developed with Ant Design, which is natively supported by Refine. - -This template was developed to demonstrate how the Refine framework can simplify and expedite the development of apps with enterprise-level needs. It's a valuable resource that offers insights into Refine's best practices and modern development techniques. - -The source code of this multitenancy app is open-source, allowing you to use or inspect it to see how Refine can fulfill enterprise-grade application requirements. +The source code of this multitenancy app is open-source, allowing you to use or inspect it to see how Refine can fulfill enterprise-grade application requirements. `, }, { diff --git a/documentation/plugins/templates.ts b/documentation/plugins/templates.ts index e3b066d3678a..72492af7d21e 100644 --- a/documentation/plugins/templates.ts +++ b/documentation/plugins/templates.ts @@ -48,7 +48,7 @@ const templates = [ description: ` This CRM app example, built with Refine, demonstrates a complete solution for enterprise-level CRM internal tool needs. It has a wide range of functionalities for real-use cases, which are extensively utilized by enterprise companies. -The app connected to GraphQL API through Refine's Nestjs-query data provider, and its user interface is developed using Ant Design, which Refine offers built-in UI framework support. +The app connected to GraphQL API through Refine's Nestjs-query data provider, and its user interface is developed using Ant Design, which Refine offers built-in UI framework support. We built this template to demonstrate how the Refine framework simplifies and speeds up development. It is a valuable resource, offering insights into Refine's best practices and modern development techniques. @@ -107,7 +107,7 @@ This is a template that can serve as an example for building React-based storefr ### Key Features: -- With Refine's headless approach, we demonstrated how to apply a style of your choice, such as Tailwind CSS. +- With Refine's headless approach, we demonstrated how to apply a style of your choice, such as Tailwind CSS. - SSR support with Next.js. Refine supports SSR with Next.js and Remix. You can use this template as a starter point for Next.js-powered Refine apps. - REST API implementation @@ -151,7 +151,7 @@ This admin panel template can be used in for various app requirements like B2B a - Food Ordering Systems - Restaurant management Systems - Portfolio Management Software -- Data Integration Tools +- Data Integration Tools - Healthcare Analytics Software - Telemedicine Platforms - Customer Support Tools @@ -202,7 +202,7 @@ This admin panel template can be used in for various app requirements like B2B a - Food Ordering Systems - Restaurant management Systems - Portfolio Management Software -- Data Integration Tools +- Data Integration Tools - Healthcare Analytics Software - Telemedicine Platforms - Customer Support Tools @@ -268,8 +268,8 @@ This example presents the RefineWeek series - a seven-part quickfire guide to he The source code for this CRUD app is open-source, providing an opportunity for you to use or examine it to gain a deeper understanding of how Refine operates. The CRM application featured in this series utilizes a Supabase API through Refine's Supabase data provider, and its user interface is crafted using Ant Design. This CRM application consumes a Supabase API through Refine's Supabase data provider, and its user interface is developed using Ant Design, which Refine offers built-in UI framework support. - -We built this template to demonstrate how the Refine framework simplifies and speeds up development. It is a valuable resource, offering insights into Refine's best practices and modern development techniques. + +We built this template to demonstrate how the Refine framework simplifies and speeds up development. It is a valuable resource, offering insights into Refine's best practices and modern development techniques. ### Key Features: @@ -342,7 +342,7 @@ The source code of the CRUD app is also open-source; feel free to use or inspect description: ` This RealWorld app template displays a comprehensive full-stack application created using Refine, including features like CRUD operations, user authentication, routing, and pagination, among others. -The RealWorld example standard, often called the "Mother of All Demo Apps," is a specification for building full-stack applications that demonstrate real-world usage of various frontend and backend technologies. This standard provides consistent requirements for creating functionally equivalent applications across different technology stacks. +The RealWorld example standard, often called the "Mother of All Demo Apps," is a specification for building full-stack applications that demonstrate real-world usage of various frontend and backend technologies. This standard provides consistent requirements for creating functionally equivalent applications across different technology stacks. This RealWorld example aims to demonstrate the practical use of Refine in building standards and real-world applications, providing a more authentic and useful example than the usual "to-do list" demonstrations. @@ -379,30 +379,7 @@ Multitenancy is a design approach where a single software instance on a server p This template was developed to demonstrate how the Refine framework can simplify and expedite the development of apps with enterprise-level needs. It's a valuable resource that offers insights into Refine's best practices and modern development techniques. -The source code of this multitenancy app is open-source, allowing you to use or inspect it to see how Refine can fulfill enterprise-grade application requirements. - `, - }, - { - slug: "multitenancy-appwrite", - title: "Multitenancy App with Appwrite", - images: [ - "https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-multitenancy-appwrite.png", - ], - runOnYourLocalPath: "multi-tenancy-appwrite", - liveDemo: "https://multi-tenancy-appwrite.refine.dev", - github: - "https://github.com/refinedev/refine/tree/master/examples/multi-tenancy-appwrite", - tutorial: "https://refine.dev/docs/guides-concepts/multi-tenancy/#appwrite", - reactPlatform: "Vite", - uiFramework: "Ant Design", - dataProvider: "Appwrite", - authProvider: "Appwrite", - description: ` -Multitenancy is a design approach where a single software instance on a server provides services to multiple clients at the same time. This CRUD app template is an excellent example of implementing multitenant architecture in Refine applications. It connects to a Appwrite API using a Appwrite data provider and features a user interface developed with Ant Design, which is natively supported by Refine. - -This template was developed to demonstrate how the Refine framework can simplify and expedite the development of apps with enterprise-level needs. It's a valuable resource that offers insights into Refine's best practices and modern development techniques. - -The source code of this multitenancy app is open-source, allowing you to use or inspect it to see how Refine can fulfill enterprise-grade application requirements. +The source code of this multitenancy app is open-source, allowing you to use or inspect it to see how Refine can fulfill enterprise-grade application requirements. `, }, { diff --git a/documentation/src/pages/templates/index.tsx b/documentation/src/pages/templates/index.tsx index 5d2e3cbe2dfa..cf3398164b6d 100644 --- a/documentation/src/pages/templates/index.tsx +++ b/documentation/src/pages/templates/index.tsx @@ -499,28 +499,6 @@ const dataTemplates: { }, ], }, - { - to: "/templates/multitenancy-appwrite", - title: "Multitenancy App with Appwrite", - description: - "Implementing multitenancy architecture in Refine applications.", - image: - "https://refine.ams3.cdn.digitaloceanspaces.com/templates/multitenancy-appwrite.jpg", - integrations: [ - { - label: "Ant Design", - icon: (props: SVGProps) => ( - - ), - }, - { - label: "Appwrite", - icon: (props: SVGProps) => ( - - ), - }, - ], - }, { to: "/templates/ant-design-template", title: "Generic Internal Tool Template with Ant Design", diff --git a/examples/multi-tenancy-appwrite/.gitignore b/examples/multi-tenancy-appwrite/.gitignore deleted file mode 100644 index 4d29575de804..000000000000 --- a/examples/multi-tenancy-appwrite/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -/build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* diff --git a/examples/multi-tenancy-appwrite/README.md b/examples/multi-tenancy-appwrite/README.md deleted file mode 100644 index 65610a5102fb..000000000000 --- a/examples/multi-tenancy-appwrite/README.md +++ /dev/null @@ -1,43 +0,0 @@ -
- - refine logo - - -
-
- - -
- -
-
- -
Build your React-based CRUD applications, without constraints.
An open source, headless web application framework developed with flexibility in mind. - -
-
- -[![Discord](https://img.shields.io/discord/837692625737613362.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/refine) -[![Twitter Follow](https://img.shields.io/twitter/follow/refine_dev?style=social)](https://twitter.com/refine_dev) - -refine - 100% open source React framework to build web apps 3x faster | Product Hunt - -
- -## Try this example on your local - -```bash -npm create refine-app@latest -- --example multi-tenancy-appwrite -``` - -## Try this example on CodeSandbox - -
- -[![Open multi-tenancy-appwrite example from refine](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/multi-tenancy-appwrite?view=preview&theme=dark&codemirror=1) diff --git a/examples/multi-tenancy-appwrite/index.html b/examples/multi-tenancy-appwrite/index.html deleted file mode 100644 index ce41ead9a3af..000000000000 --- a/examples/multi-tenancy-appwrite/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - refine - A React-based framework for building data-intensive - applications in no time. - - - - -
- - - - diff --git a/examples/multi-tenancy-appwrite/netlify.toml b/examples/multi-tenancy-appwrite/netlify.toml deleted file mode 100644 index e8ba440e52cc..000000000000 --- a/examples/multi-tenancy-appwrite/netlify.toml +++ /dev/null @@ -1,4 +0,0 @@ -[[redirects]] -from = "/*" -to = "/index.html" -status = 404 diff --git a/examples/multi-tenancy-appwrite/package.json b/examples/multi-tenancy-appwrite/package.json deleted file mode 100644 index 69245accbcb9..000000000000 --- a/examples/multi-tenancy-appwrite/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "multi-tenancy-appwrite", - "version": "1.0.0", - "private": true, - "type": "module", - "scripts": { - "build": "tsc && refine build", - "dev": "refine dev", - "preview": "refine start", - "refine": "refine" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - }, - "dependencies": { - "@ant-design/icons": "5.0.1", - "@refinedev/antd": "^5.40.0", - "@refinedev/appwrite": "^6.5.3", - "@refinedev/cli": "^2.16.33", - "@refinedev/core": "^4.51.0", - "@refinedev/react-router-v6": "^4.5.11", - "antd": "^5.17.0", - "react": "^18.0.0", - "react-dom": "^18.0.0", - "react-router-dom": "^6.8.1" - }, - "devDependencies": { - "@types/node": "^18.16.2", - "@types/react": "^18.0.0", - "@types/react-dom": "^18.0.0", - "@vitejs/plugin-react": "^4.2.1", - "typescript": "^5.4.2", - "vite": "^5.1.6" - } -} diff --git a/examples/multi-tenancy-appwrite/public/error.png b/examples/multi-tenancy-appwrite/public/error.png deleted file mode 100644 index 95000bada24c302eab4c7df608407523b4cc87a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10303 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 ODUh1_K)L!o^nU=#DNa)W diff --git a/examples/multi-tenancy-appwrite/public/favicon.ico b/examples/multi-tenancy-appwrite/public/favicon.ico deleted file mode 100644 index a3df394d64c7624f7b64e3071c79ef5047aa1bbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7406 zcmeHLS#J|p6#nci9y=kE>nu)eC$Swn35ny_1_B9$Re(w>Dt2`TUIILH;e}0IKv0#k zb(L6Kc2L^~5C~9MO50z+(mq0xim(+bLJ$#=p!eQcG8d1Npe_{QBi)&~=ljl?GsiR6 z=Ul*oG(@AIX9)*$fO-HvpE{R-OH`MetIQW<03W-6D$1cIm`ew<<6>7%{Af|GKUlgH zcRM=~4g~OfdprKPc@r(ikE5%r3sWae!sqMPqr&6C#q;M82?nun-aLGN-~fK0c*PvT7ARTel8Dw;LDEokR27x%h7Xek@zO829eo!^@K= zMm^}+?zg+f>~e?B^{T*05WZ{u`J3tkvI7GG`JgsJ$Pl7Y^*%gSOUILqbxQsSG@S86eMqxTKL*>qyBpuu#*3bxtl7)kFHX(AmtS zUkicVuSEj8PYY9aQj4T)Q;T%inO>DfsWLOOGE|_=>Di8SL#_gi2FRIhQ6O)XQQMfI z8x%Def$Ulhs1*#FN>zQX)kydFH98?)V@OWxPz4!oq&p+MbV5P`G(v&O1!dI8cL-2e zfwBapAsj+10u)pDg3f7lPly?2rqis&$9B=^6zuI)A-HJew#$yAo{i0bC^LQ zW}+LzKTf-Ep!^2K>*yqW@qNxDq)_3z3GoZ@#Ha%*;`fqINN+si_hM7{d4iKXsvOLo zcM!dh1ZcRzmlMDDF%1puX)VG!W6f3gWSFp?#CzA1Y@_?8Q7WB~62VVg{e=Ajy)mHE z2@%&rPhPa9#u4!tyo>80wS2Pmmfb3;Mbdv6Q;Vc*(|h#EPO#{gEm#bQ%`9A@`m(a( zf&O1Ji>D{gU&Z(TdSce6`sf%-hu){A(}^Z(pL*l^b+BIbL$zQ1>C74Q^z`6odVX{E zY~H`_+P)pbYHF}@`EvYn_AG|i*5b&aL%ctIW!f~}qef|O%KFn8Q>Ngx88hH7EX0m2 zThMy>GTvXZMDI^unlJ%94<4Yrs0eS&nuTw-ZPWYJgM0V#UiGaxa}c6^D(g?{!(psk zu>vPgoWSJKqj`@yA`-#T!-w(e^y#>K=@J@f6MyW;5#E2kK656%*}65=gKEEX>YU0z z9~qGUK?zseB*|7CPU12je}Q@qllJXTq=Ae zvRvY-P^bAtJW%L$P+SRI?}Tc>6l#}7NPz;&vQ|$KE7QbOcVw7`>kV~`X$mzwN5gpq z%d~||qroJi;d%h%S;GTag9EahG=8^(5J%c$xFJ8hSI(5h{KT{b`Q#|wcqpxx#rzg) z_)u9ccT`o%a-F8Ju>64)&|Ex9g5%m;`F-W6{(jgqWI4n4*!v;Nz3*3ED8%Y=CcW<$ z^V;Y8$!}|9B);E9ALb}!gsaQ^{^Z{mzs-{#`dAwN6NuF*bc>zWDteuw)+RgvL!B}z z9_O_Q+f#pM!2-U2{@$WR`d<0EHEVb+GNP`I?~!+Rck>$L`n79(Z+z3*wY=7NySW)R zZ`?rBkRkYJ*)p(tqqe*p?=D=3wX0X-Q##nb_x=0#;VUS>j?J4fxU`hl8P~2}#c^6| zuo|P<=i?!!4yg>JGVt$aKr$1XJIn8;HHRWLlIEb|E6iu}5_`zuu;i3k9FCBEkR%mT zC{326fRkQiN>T - - - - - - - - - \ No newline at end of file diff --git a/examples/multi-tenancy-appwrite/src/App.tsx b/examples/multi-tenancy-appwrite/src/App.tsx deleted file mode 100644 index 6ece58861f5a..000000000000 --- a/examples/multi-tenancy-appwrite/src/App.tsx +++ /dev/null @@ -1,156 +0,0 @@ -import { - Authenticated, - GitHubBanner, - Refine, - useParsed, -} from "@refinedev/core"; -import { - useNotificationProvider, - ThemedLayoutV2, - ErrorComponent, - AuthPage, - RefineThemes, -} from "@refinedev/antd"; -import { dataProvider, liveProvider } from "@refinedev/appwrite"; -import routerProvider, { - CatchAllNavigate, - NavigateToResource, - UnsavedChangesNotifier, - DocumentTitleHandler, -} from "@refinedev/react-router-v6"; -import { BrowserRouter, Routes, Route, Outlet } from "react-router-dom"; - -import { ConfigProvider, App as AntdApp } from "antd"; -import "@refinedev/antd/dist/reset.css"; - -import { appwriteClient, resources } from "./utility"; -import { authProvider } from "./authProvider"; - -import { ProductList } from "./pages/products"; -import { OrderCreate, OrderList, OrderEdit } from "./pages/orders"; -import { ProductShow } from "./components/product"; -import { Header } from "./components/header"; - -function App() { - // inital tenant - const tenant = resources.tenant; - - return ( - - - - - - - } - > - - - - - } - > - } - /> - - - - } /> - } /> - - - - } /> - } /> - } /> - - - - - }> - - - } - > - - } - /> - - - - - - - - } - > - } /> - - - - - - - - - ); -} - -export default App; diff --git a/examples/multi-tenancy-appwrite/src/authProvider.ts b/examples/multi-tenancy-appwrite/src/authProvider.ts deleted file mode 100644 index 58f4fbc13061..000000000000 --- a/examples/multi-tenancy-appwrite/src/authProvider.ts +++ /dev/null @@ -1,81 +0,0 @@ -import type { AppwriteException } from "@refinedev/appwrite"; -import type { AuthProvider } from "@refinedev/core"; - -import { account } from "./utility"; - -export const authProvider: AuthProvider = { - login: async ({ email, password }) => { - try { - await account.createEmailSession(email, password); - return { - success: true, - redirectTo: "/", - }; - } catch (e) { - const { type, message, code } = e as AppwriteException; - return { - success: false, - error: { - message, - name: `${code} - ${type}`, - }, - }; - } - }, - logout: async () => { - try { - await account.deleteSession("current"); - - return { - success: true, - redirectTo: "/", - }; - } catch (error) { - return { - success: true, - redirectTo: "/", - }; - } - }, - onError: async (error) => { - if (error?.code === 401) { - return { - logout: true, - }; - } - - return { error }; - }, - check: async () => { - try { - const session = await account.getSession("current"); - - if (session) { - return { - authenticated: true, - }; - } - } catch (error: any) { - return { - authenticated: false, - redirectTo: "/login", - error, - }; - } - - return { - authenticated: false, - redirectTo: "/login", - }; - }, - getPermissions: async () => null, - getIdentity: async () => { - const user = await account.get(); - - if (user) { - return user; - } - - return null; - }, -}; diff --git a/examples/multi-tenancy-appwrite/src/components/header/index.tsx b/examples/multi-tenancy-appwrite/src/components/header/index.tsx deleted file mode 100644 index 70e4d0de9043..000000000000 --- a/examples/multi-tenancy-appwrite/src/components/header/index.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from "react"; -import { Layout as AntdLayout, Typography, Avatar, Space, theme } from "antd"; -import { useActiveAuthProvider, useGetIdentity } from "@refinedev/core"; -import type { RefineThemedLayoutV2HeaderProps } from "@refinedev/antd"; - -import { StoreSelect } from "../select"; - -const { Text } = Typography; -const { useToken } = theme; - -export const Header: React.FC = () => { - const { token } = useToken(); - - const authProvider = useActiveAuthProvider(); - const { data: user } = useGetIdentity({ - v3LegacyAuthProviderCompatible: Boolean(authProvider?.isLegacy), - }); - - const shouldRenderHeader = user && (user.name || user.avatar); - - if (!shouldRenderHeader) { - return null; - } - - return ( - - - - - {user?.name && {user.name}} - {user?.avatar && } - - - - ); -}; diff --git a/examples/multi-tenancy-appwrite/src/components/product/create.tsx b/examples/multi-tenancy-appwrite/src/components/product/create.tsx deleted file mode 100644 index 441772fc31ac..000000000000 --- a/examples/multi-tenancy-appwrite/src/components/product/create.tsx +++ /dev/null @@ -1,95 +0,0 @@ -import { - Form, - type FormProps, - Input, - Upload, - type ModalProps, - Modal, -} from "antd"; -import { Permission, Role } from "@refinedev/appwrite"; -import { useParsed } from "@refinedev/core"; -import type { RcFile } from "antd/lib/upload/interface"; - -import { normalizeFile, storage } from "../../utility"; - -type CreateProductProps = { - modalProps: ModalProps; - formProps: FormProps; -}; - -export const CreateProduct: React.FC = ({ - modalProps, - formProps, -}) => { - const { params } = useParsed<{ tenant?: string }>(); - return ( - -
- formProps.onFinish?.({ - ...values, - storeId: params?.tenant, - image: JSON.stringify(values.image), - }) - } - > - - - - - - - - - - { - try { - const rcFile = file as RcFile; - - const { $id } = await storage.createFile( - "default", - rcFile.name, - rcFile, - [Permission.read(Role.any())], - ); - - const url = storage.getFileView("default", $id); - - onSuccess?.({ url }, new XMLHttpRequest()); - } catch (error) { - onError?.(new Error("Upload Error")); - } - }} - > -

- Drag & drop a file in this area -

-
-
-
-
-
- ); -}; diff --git a/examples/multi-tenancy-appwrite/src/components/product/edit.tsx b/examples/multi-tenancy-appwrite/src/components/product/edit.tsx deleted file mode 100644 index c62a694a0a6a..000000000000 --- a/examples/multi-tenancy-appwrite/src/components/product/edit.tsx +++ /dev/null @@ -1,91 +0,0 @@ -import { useParsed } from "@refinedev/core"; -import type { RcFile } from "antd/lib/upload/interface"; -import { - Modal, - Form, - Input, - type ModalProps, - type FormProps, - Upload, -} from "antd"; - -import { normalizeFile, storage } from "../../utility"; - -type EditProductProps = { - modalProps: ModalProps; - formProps: FormProps; -}; - -export const EditProduct: React.FC = ({ - modalProps, - formProps, -}) => { - const { params } = useParsed<{ tenant?: string }>(); - return ( - -
{ - formProps.onFinish?.({ - ...values, - storeId: params?.tenant, - image: JSON.stringify(values.image), - }); - }} - > - - - - - - - - - { - try { - const rcFile = file as RcFile; - - const { $id } = await storage.createFile( - "default", - rcFile.name, - rcFile, - ["role:all"], - ); - - const url = storage.getFileView("default", $id); - - onSuccess?.({ url }, new XMLHttpRequest()); - } catch (error) { - onError?.(new Error("Upload Error")); - } - }} - > -

- Drag & drop a file in this area -

-
-
-
-
-
- ); -}; diff --git a/examples/multi-tenancy-appwrite/src/components/product/index.ts b/examples/multi-tenancy-appwrite/src/components/product/index.ts deleted file mode 100644 index cee37be9664d..000000000000 --- a/examples/multi-tenancy-appwrite/src/components/product/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -export * from "./item"; -export * from "./edit"; -export * from "./show"; -export * from "./create"; diff --git a/examples/multi-tenancy-appwrite/src/components/product/item.tsx b/examples/multi-tenancy-appwrite/src/components/product/item.tsx deleted file mode 100644 index c4ac7bdbf25a..000000000000 --- a/examples/multi-tenancy-appwrite/src/components/product/item.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import { ShowButton } from "@refinedev/antd"; -import { EditOutlined } from "@ant-design/icons"; -import { Card } from "antd"; - -import type { IProduct } from "../../interfaces"; - -type ProductItemProps = { - item: IProduct; - editShow: (id?: string | undefined) => void; -}; - -const { Meta } = Card; - -export const ProductItem: React.FC = ({ item, editShow }) => { - const image = item.image - ? JSON.parse(item.image).map((p: { url: string }) => p.url) - : "/error.png"; - - return ( - } - actions={[ - // @ts-expect-error Ant Design Icon's v5.0.1 has an issue with @types/react@^18.2.66 - editShow(item.id)} />, - , - ]} - > - - - ); -}; diff --git a/examples/multi-tenancy-appwrite/src/components/product/show.tsx b/examples/multi-tenancy-appwrite/src/components/product/show.tsx deleted file mode 100644 index 0c2fed59f9dc..000000000000 --- a/examples/multi-tenancy-appwrite/src/components/product/show.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import { useShow } from "@refinedev/core"; -import { Show, ImageField } from "@refinedev/antd"; -import { Typography, Space } from "antd"; - -import type { IProduct } from "../../interfaces"; - -const { Title, Text } = Typography; - -export const ProductShow = () => { - const { queryResult } = useShow(); - const { data, isLoading } = queryResult; - const record = data?.data; - - const image = record?.image ? JSON.parse(record.image) : []; - - return ( - - Id - {record?.id} - - Title - {record?.title} - - Description - {record?.description} - - Images - - {image ? ( - // eslint-disable-next-line - image.map((img: any) => ( - - )) - ) : ( - Not found any images - )} - - - ); -}; diff --git a/examples/multi-tenancy-appwrite/src/components/select/index.tsx b/examples/multi-tenancy-appwrite/src/components/select/index.tsx deleted file mode 100644 index 3a51fe148d6d..000000000000 --- a/examples/multi-tenancy-appwrite/src/components/select/index.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import { useSelect } from "@refinedev/antd"; -import { useGetToPath, useGo, useParsed } from "@refinedev/core"; -import { Select } from "antd"; - -import type { IStore } from "../../interfaces"; -import { resources } from "../../utility/appwriteClient"; - -export const StoreSelect: React.FC = () => { - const getToPath = useGetToPath(); - const go = useGo(); - const { resource, action, params } = useParsed<{ tenant: string }>(); - - const { selectProps: storeSelectProps } = useSelect({ - resource: resources.stores, - optionLabel: "title", - optionValue: "id", - meta: { - tenant: undefined, - }, - }); - - return ( - - ); -}; diff --git a/examples/multi-tenancy-appwrite/src/index.tsx b/examples/multi-tenancy-appwrite/src/index.tsx deleted file mode 100644 index a1cc2e5ed64f..000000000000 --- a/examples/multi-tenancy-appwrite/src/index.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from "react"; -import App from "./App"; -import { createRoot } from "react-dom/client"; - -const container = document.getElementById("root"); -// eslint-disable-next-line -const root = createRoot(container!); -root.render( - - - , -); diff --git a/examples/multi-tenancy-appwrite/src/interfaces/index.d.ts b/examples/multi-tenancy-appwrite/src/interfaces/index.d.ts deleted file mode 100644 index da3aa189bbdb..000000000000 --- a/examples/multi-tenancy-appwrite/src/interfaces/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -export interface IProduct { - id: string; - title: string; - description: string; - storeId: string; - image: string; -} - -export interface IOrder { - id: string; - title: string; - productId: string; - customerName: string; - customerAdress: string; - quantity: number; - storeId: string | undefined; - status: "delivered" | "not delivered"; -} - -export interface IStore { - id: string; - title: string; -} diff --git a/examples/multi-tenancy-appwrite/src/pages/login/index.tsx b/examples/multi-tenancy-appwrite/src/pages/login/index.tsx deleted file mode 100644 index 121b6a66fce6..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/login/index.tsx +++ /dev/null @@ -1,116 +0,0 @@ -import React from "react"; -import { useLogin } from "@refinedev/core"; -import { - Row, - Col, - Layout as AntdLayout, - Card, - Typography, - Form, - Input, - Button, - Checkbox, -} from "antd"; -import "./styles.css"; - -const { Text, Title } = Typography; -export interface ILoginForm { - username: string; - password: string; - remember: boolean; -} - -export const Login: React.FC = () => { - const [form] = Form.useForm(); - - const { mutate: login } = useLogin(); - - const CardTitle = ( - - Sign in your account - - ); - - return ( - - - -
-
- Refine Logo -
- - - layout="vertical" - form={form} - onFinish={(values) => { - login(values); - }} - requiredMark={false} - initialValues={{ - remember: false, - email: "demo@refine.dev", - password: "demodemo", - }} - > - - - - - - -
- - - Remember me - - - - - Forgot password? - -
- - -
- - Don’t have an account?{" "} - - Sign up - - -
-
-
- -
-
- ); -}; diff --git a/examples/multi-tenancy-appwrite/src/pages/login/styles.css b/examples/multi-tenancy-appwrite/src/pages/login/styles.css deleted file mode 100644 index 7510aae5a664..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/login/styles.css +++ /dev/null @@ -1,23 +0,0 @@ -.layout { - background: radial-gradient(50% 50% at 50% 50%, #63386a 0%, #310438 100%); - background-size: "cover"; -} - -.container { - max-width: 408px; - margin: auto; -} - -.title { - text-align: center; - color: #626262; - font-size: 30px; - letter-spacing: -0.04em; -} - -.imageContainer { - display: flex; - align-items: center; - justify-content: center; - margin-bottom: 16px; -} diff --git a/examples/multi-tenancy-appwrite/src/pages/orders/create.tsx b/examples/multi-tenancy-appwrite/src/pages/orders/create.tsx deleted file mode 100644 index d5c2b913dccd..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/orders/create.tsx +++ /dev/null @@ -1,72 +0,0 @@ -import { type HttpError, useParsed } from "@refinedev/core"; -import { Create, useForm, useSelect } from "@refinedev/antd"; -import { Form, Input, Select, InputNumber } from "antd"; - -import type { IOrder, IProduct } from "../../interfaces"; -import { resources } from "../../utility/appwriteClient"; - -export const OrderCreate = () => { - const { params } = useParsed<{ tenant?: string }>(); - const { formProps, saveButtonProps } = useForm(); - - const { selectProps: productSelectProps } = useSelect({ - resource: resources.products, - optionLabel: "title", - optionValue: "id", - filters: [{ field: "storeId", operator: "eq", value: params?.tenant }], - }); - - return ( - -
{ - return formProps.onFinish?.({ - ...values, - storeId: params?.tenant, - }); - }} - > - - - - - - - - - -
-
- ); -}; diff --git a/examples/multi-tenancy-appwrite/src/pages/orders/edit.tsx b/examples/multi-tenancy-appwrite/src/pages/orders/edit.tsx deleted file mode 100644 index bddc3ca5728d..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/orders/edit.tsx +++ /dev/null @@ -1,63 +0,0 @@ -import { useParsed } from "@refinedev/core"; -import { Edit, useForm, useSelect } from "@refinedev/antd"; -import { Form, Input, Select, InputNumber } from "antd"; - -import type { IOrder, IProduct } from "../../interfaces"; -import { resources } from "../../utility/appwriteClient"; - -export const OrderEdit = () => { - const { params } = useParsed<{ tenant?: string }>(); - const { formProps, saveButtonProps, queryResult } = useForm(); - - const postData = queryResult?.data?.data; - const { selectProps: productSelectProps } = useSelect({ - resource: resources.products, - defaultValue: postData?.productId, - optionLabel: "title", - optionValue: "id", - filters: [{ field: "storeId", operator: "eq", value: params?.tenant }], - }); - - return ( - -
- - - - - - - - - -
-
- ); -}; diff --git a/examples/multi-tenancy-appwrite/src/pages/orders/index.tsx b/examples/multi-tenancy-appwrite/src/pages/orders/index.tsx deleted file mode 100644 index b9af745e6bcf..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/orders/index.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export * from "./list"; -export * from "./create"; -export * from "./edit"; diff --git a/examples/multi-tenancy-appwrite/src/pages/orders/list.tsx b/examples/multi-tenancy-appwrite/src/pages/orders/list.tsx deleted file mode 100644 index 955f15d89d3b..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/orders/list.tsx +++ /dev/null @@ -1,118 +0,0 @@ -import { useMany, useParsed } from "@refinedev/core"; -import { - List, - useTable, - TagField, - TextField, - EditButton, - DeleteButton, - ImageField, -} from "@refinedev/antd"; -import { Table, Space } from "antd"; - -import type { IOrder, IProduct } from "../../interfaces"; -import { resources } from "../../utility/appwriteClient"; - -export const OrderList = () => { - const { params } = useParsed<{ tenant?: string }>(); - const { tableProps } = useTable({ - filters: { - permanent: [ - { - field: "storeId", - operator: "eq", - value: params?.tenant, - }, - ], - }, - }); - - const productIds = - tableProps?.dataSource?.map((item) => item.productId) ?? []; - - const { data: productData, isLoading } = useMany({ - resource: resources.products, - ids: productIds, - }); - - return ( - - - - { - if (isLoading) { - return ; - } - - return ( - item.id === value)?.title - } - /> - ); - }} - /> - - { - if (isLoading) { - return ; - } - - const image = productData?.data.find( - (item) => item.id === value && item.image, - )?.image; - - return ( - p.url) - : "/error.png" - } - width={72} - preview={{ mask: <> }} - /> - ); - }} - /> - - - - { - return ( - - ); - }} - /> - - - - - title="Actions" - dataIndex="actions" - render={(_, record) => { - return ( - - - - - ); - }} - /> -
-
- ); -}; diff --git a/examples/multi-tenancy-appwrite/src/pages/products/index.tsx b/examples/multi-tenancy-appwrite/src/pages/products/index.tsx deleted file mode 100644 index 491ccf0c1246..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/products/index.tsx +++ /dev/null @@ -1 +0,0 @@ -export * from "./list"; diff --git a/examples/multi-tenancy-appwrite/src/pages/products/list.tsx b/examples/multi-tenancy-appwrite/src/pages/products/list.tsx deleted file mode 100644 index a6951c316448..000000000000 --- a/examples/multi-tenancy-appwrite/src/pages/products/list.tsx +++ /dev/null @@ -1,88 +0,0 @@ -import { type HttpError, useParsed } from "@refinedev/core"; - -import { - useSimpleList, - useModalForm, - CreateButton, - List, -} from "@refinedev/antd"; -import { List as AntdList } from "antd"; - -import { - ProductItem, - EditProduct, - CreateProduct, -} from "../../components/product"; -import type { IProduct } from "../../interfaces"; -import { resources } from "../../utility/appwriteClient"; - -export const ProductList = () => { - const { params } = useParsed<{ tenant?: string }>(); - const { listProps } = useSimpleList({ - filters: { - permanent: [ - { - field: "storeId", - operator: "eq", - value: params?.tenant, - }, - ], - }, - }); - - const { - modalProps: createModalProps, - formProps: createFormProps, - show: createShow, - } = useModalForm({ - resource: resources.products, - action: "create", - redirect: false, - }); - - const { - modalProps: editModalProps, - formProps: editFormProps, - show: editShow, - } = useModalForm({ - action: "edit", - queryOptions: { - select: ({ data }) => { - return { - data: { - ...data, - image: data.image ? JSON.parse(data.image) : undefined, - }, - }; - }, - }, - }); - - return ( - <> - createShow()} />, - }} - > - ( - - - - )} - /> - - - - - ); -}; diff --git a/examples/multi-tenancy-appwrite/src/utility/appwriteClient.ts b/examples/multi-tenancy-appwrite/src/utility/appwriteClient.ts deleted file mode 100644 index 5bf00a687c57..000000000000 --- a/examples/multi-tenancy-appwrite/src/utility/appwriteClient.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { Account, Appwrite, Storage } from "@refinedev/appwrite"; - -const APPWRITE_URL = "https://refine.appwrite.org/v1"; -const APPWRITE_PROJECT = "61caf74beffc8"; - -const appwriteClient = new Appwrite(); - -appwriteClient.setEndpoint(APPWRITE_URL).setProject(APPWRITE_PROJECT); - -const account = new Account(appwriteClient); -const storage = new Storage(appwriteClient); - -const resources = { - tenant: "61cdb05132609", - products: "61cb01b17ef57", - orders: "61cb019fdbd11", - databaseId: "default", - stores: "61cd62db95f92", -} as const; - -export { appwriteClient, account, storage, resources }; diff --git a/examples/multi-tenancy-appwrite/src/utility/index.ts b/examples/multi-tenancy-appwrite/src/utility/index.ts deleted file mode 100644 index f6323c2be868..000000000000 --- a/examples/multi-tenancy-appwrite/src/utility/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from "./normalize"; -export * from "./appwriteClient"; diff --git a/examples/multi-tenancy-appwrite/src/utility/normalize.ts b/examples/multi-tenancy-appwrite/src/utility/normalize.ts deleted file mode 100644 index 937f48d542b3..000000000000 --- a/examples/multi-tenancy-appwrite/src/utility/normalize.ts +++ /dev/null @@ -1,27 +0,0 @@ -import type { UploadFile } from "antd/lib/upload/interface"; - -interface UploadResponse { - url: string; -} -interface EventArgs { - file: UploadFile; - fileList: Array>; -} - -export const normalizeFile = (event: EventArgs) => { - const { fileList } = event; - - return fileList.map((item) => { - const { uid, name, type, size, response, percent, status } = item; - - return { - uid, - name, - url: item.url || response?.url, - type, - size, - percent, - status, - }; - }); -}; diff --git a/examples/multi-tenancy-appwrite/src/vite-env.d.ts b/examples/multi-tenancy-appwrite/src/vite-env.d.ts deleted file mode 100644 index 11f02fe2a006..000000000000 --- a/examples/multi-tenancy-appwrite/src/vite-env.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// diff --git a/examples/multi-tenancy-appwrite/tsconfig.json b/examples/multi-tenancy-appwrite/tsconfig.json deleted file mode 100644 index ccb2e81a24b5..000000000000 --- a/examples/multi-tenancy-appwrite/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "compilerOptions": { - "target": "ESNext", - "useDefineForClassFields": true, - "lib": ["DOM", "DOM.Iterable", "ESNext"], - "allowJs": false, - "skipLibCheck": true, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "module": "ESNext", - "moduleResolution": "bundler", - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react-jsx" - }, - "include": ["src", "vite.config.ts"], - "references": [{ "path": "./tsconfig.node.json" }] -} diff --git a/examples/multi-tenancy-appwrite/tsconfig.node.json b/examples/multi-tenancy-appwrite/tsconfig.node.json deleted file mode 100644 index 28c03f42c456..000000000000 --- a/examples/multi-tenancy-appwrite/tsconfig.node.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "module": "ESNext", - "moduleResolution": "bundler" - }, - "include": ["vite.config.ts"] -} diff --git a/examples/multi-tenancy-appwrite/vite.config.ts b/examples/multi-tenancy-appwrite/vite.config.ts deleted file mode 100644 index 081c8d9f69fc..000000000000 --- a/examples/multi-tenancy-appwrite/vite.config.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { defineConfig } from "vite"; -import react from "@vitejs/plugin-react"; - -export default defineConfig({ - plugins: [react()], -}); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 04f4f31c6e6a..ae4d0d7386f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,7 +52,7 @@ importers: version: 8.0.3 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -94,7 +94,7 @@ importers: version: 12.3.2(typescript@5.4.5) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -455,7 +455,7 @@ importers: version: 3.0.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -470,7 +470,7 @@ importers: version: 2.8.8 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1759,13 +1759,13 @@ importers: version: 7.0.3 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -8915,58 +8915,6 @@ importers: specifier: ^5.1.6 version: 5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4) - examples/multi-tenancy-appwrite: - dependencies: - '@ant-design/icons': - specifier: 5.0.1 - version: 5.0.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@refinedev/antd': - specifier: ^5.40.0 - version: link:../../packages/antd - '@refinedev/appwrite': - specifier: ^6.5.3 - version: link:../../packages/appwrite - '@refinedev/cli': - specifier: ^2.16.33 - version: link:../../packages/cli - '@refinedev/core': - specifier: ^4.51.0 - version: link:../../packages/core - '@refinedev/react-router-v6': - specifier: ^4.5.11 - version: link:../../packages/react-router-v6 - antd: - specifier: ^5.17.0 - version: 5.18.0(date-fns@2.30.0)(luxon@3.4.4)(moment@2.30.1)(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - react: - specifier: ^18.0.0 - version: 18.3.0 - react-dom: - specifier: ^18.0.0 - version: 18.3.0(react@18.3.0) - react-router-dom: - specifier: ^6.8.1 - version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - devDependencies: - '@types/node': - specifier: ^18.16.2 - version: 18.19.31 - '@types/react': - specifier: ^18.0.0 - version: 18.3.0 - '@types/react-dom': - specifier: ^18.0.0 - version: 18.3.0 - '@vitejs/plugin-react': - specifier: ^4.2.1 - version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - typescript: - specifier: ^5.4.2 - version: 5.4.5 - vite: - specifier: ^5.1.6 - version: 5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4) - examples/multi-tenancy-strapi: dependencies: '@ant-design/icons': @@ -13787,7 +13735,7 @@ importers: version: 6.5.16 '@storybook/preset-create-react-app': specifier: ^4.1.0 - version: 4.1.2(@babel/core@7.24.4)(@storybook/node-logger@6.5.16)(@storybook/react@6.5.16(@babel/core@7.24.4)(@storybook/builder-webpack5@6.5.16(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@storybook/manager-webpack5@6.5.16(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@types/webpack@4.41.38)(bufferutil@4.0.8)(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(require-from-string@2.0.2)(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1))(@types/webpack@4.41.38)(react-refresh@0.14.1)(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.4))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4))(@types/babel__core@7.20.5)(@types/webpack@4.41.38)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.3.0)(sass@1.75.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-hot-middleware@2.26.1))(type-fest@3.13.1)(typescript@5.4.5)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1)(webpack@5.91.0) + version: 4.1.2(@babel/core@7.24.4)(@storybook/node-logger@6.5.16)(@storybook/react@6.5.16(@babel/core@7.24.4)(@storybook/builder-webpack5@6.5.16(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@storybook/manager-webpack5@6.5.16(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@types/webpack@4.41.38)(bufferutil@4.0.8)(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(require-from-string@2.0.2)(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1))(@types/webpack@4.41.38)(react-refresh@0.11.0)(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.4))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4))(@types/babel__core@7.20.5)(@types/webpack@4.41.38)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.3.0)(sass@1.75.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-hot-middleware@2.26.1))(type-fest@3.13.1)(typescript@5.4.5)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1)(webpack@5.91.0) '@storybook/react': specifier: ^6.4.20 version: 6.5.16(@babel/core@7.24.4)(@storybook/builder-webpack5@6.5.16(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@storybook/manager-webpack5@6.5.16(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@types/webpack@4.41.38)(bufferutil@4.0.8)(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(require-from-string@2.0.2)(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1) @@ -13906,7 +13854,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -13915,13 +13863,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -13943,7 +13891,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: 4.51.0 version: link:../core @@ -13952,7 +13900,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -13961,13 +13909,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -14013,7 +13961,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -14061,7 +14009,7 @@ importers: version: 3.0.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -14073,10 +14021,10 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -14089,7 +14037,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -14101,7 +14049,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -14110,13 +14058,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -14171,7 +14119,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -14216,7 +14164,7 @@ importers: version: 3.0.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -14225,10 +14173,10 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -14346,7 +14294,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@types/center-align': specifier: ^1.0.0 version: 1.0.2 @@ -14400,13 +14348,13 @@ importers: version: 0.9.4 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -14458,10 +14406,10 @@ importers: version: 0.11.11 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -14507,7 +14455,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@testing-library/dom': specifier: ^8.5.0 version: 8.20.1 @@ -14558,16 +14506,16 @@ importers: version: 3.0.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -14616,7 +14564,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@types/jest': specifier: ^29.2.4 version: 29.5.12 @@ -14634,13 +14582,13 @@ importers: version: 1.0.2 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -14686,7 +14634,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@testing-library/jest-dom': specifier: ^5.16.4 version: 5.17.0 @@ -14704,7 +14652,7 @@ importers: version: 5.14.9 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -14713,7 +14661,7 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -14750,7 +14698,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@testing-library/jest-dom': specifier: ^5.16.4 version: 5.17.0 @@ -14765,7 +14713,7 @@ importers: version: 5.14.9 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -14774,7 +14722,7 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -14865,7 +14813,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/devtools-ui': specifier: 1.1.24 version: link:../devtools-ui @@ -14913,7 +14861,7 @@ importers: version: 0.1.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -14922,7 +14870,7 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -14959,7 +14907,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@testing-library/jest-dom': specifier: ^5.16.4 version: 5.17.0 @@ -14971,7 +14919,7 @@ importers: version: 18.19.31 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -14980,7 +14928,7 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -15050,7 +14998,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@tailwindcss/typography': specifier: ^0.5.9 version: 0.5.12(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))) @@ -15083,7 +15031,7 @@ importers: version: 10.4.19(postcss@8.4.38) jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15095,7 +15043,7 @@ importers: version: 3.4.3(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -15132,7 +15080,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -15147,7 +15095,7 @@ importers: version: 0.0.29 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15156,13 +15104,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15196,7 +15144,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -15211,7 +15159,7 @@ importers: version: 4.17.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15220,13 +15168,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15326,7 +15274,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/antd': specifier: ^5.40.0 version: link:../antd @@ -15392,7 +15340,7 @@ importers: version: 3.0.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15404,10 +15352,10 @@ importers: version: 18.3.0(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15426,7 +15374,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: ^4.51.0 version: link:../core @@ -15447,7 +15395,7 @@ importers: version: 18.3.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15456,13 +15404,13 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15658,7 +15606,7 @@ importers: version: 9.0.8 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15667,7 +15615,7 @@ importers: version: 2.0.22 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15725,7 +15673,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -15773,7 +15721,7 @@ importers: version: 3.0.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15782,10 +15730,10 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15801,7 +15749,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -15813,7 +15761,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15822,13 +15770,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15898,7 +15846,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -15946,7 +15894,7 @@ importers: version: 3.0.0 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -15958,10 +15906,10 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -15998,7 +15946,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -16016,7 +15964,7 @@ importers: version: 0.0.29 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16025,13 +15973,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16050,7 +15998,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -16062,7 +16010,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16071,13 +16019,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16105,7 +16053,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: ^4.51.0 version: link:../core @@ -16114,7 +16062,7 @@ importers: version: 6.9.15 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16123,13 +16071,13 @@ importers: version: 14.2.3(@babel/core@7.24.4)(babel-plugin-macros@3.1.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(sass@1.75.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16160,7 +16108,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: ^4.51.0 version: link:../core @@ -16187,7 +16135,7 @@ importers: version: 5.14.9 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16196,7 +16144,7 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -16230,7 +16178,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: ^4.51.0 version: link:../core @@ -16242,19 +16190,19 @@ importers: version: 6.9.15 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16273,7 +16221,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: ^4.51.0 version: link:../core @@ -16282,7 +16230,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16291,13 +16239,13 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16322,7 +16270,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: ^4.51.0 version: link:../core @@ -16340,7 +16288,7 @@ importers: version: 6.9.15 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16349,13 +16297,13 @@ importers: version: 2.9.1 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16371,7 +16319,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -16383,7 +16331,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16392,13 +16340,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16429,7 +16377,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: ^4.51.0 version: link:../core @@ -16438,7 +16386,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16447,13 +16395,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16481,7 +16429,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -16496,7 +16444,7 @@ importers: version: 6.9.15 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16505,13 +16453,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16524,7 +16472,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/cli': specifier: ^2.16.33 version: link:../cli @@ -16536,7 +16484,7 @@ importers: version: 29.5.12 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16545,13 +16493,13 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16576,7 +16524,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@testing-library/dom': specifier: ^8.5.0 version: 8.20.1 @@ -16609,7 +16557,7 @@ importers: version: 5.14.9 jest: specifier: ^29.3.1 - version: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.3.1 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -16618,10 +16566,10 @@ importers: version: 6.23.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -16646,7 +16594,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@types/react': specifier: ^18.0.0 version: 18.3.0 @@ -16655,7 +16603,7 @@ importers: version: 18.3.0 tsup: specifier: ^6.7.0 - version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5) + version: 6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) typescript: specifier: ^5.4.2 version: 5.4.5 @@ -41302,7 +41250,7 @@ snapshots: lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.2(@types/node@20.5.1)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@18.19.31)(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - '@swc/core' @@ -41736,16 +41684,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@esbuild-plugins/node-resolve@0.1.4(esbuild@0.20.2)': - dependencies: - '@types/resolve': 1.20.6 - debug: 4.3.4(supports-color@5.5.0) - esbuild: 0.20.2 - escape-string-regexp: 4.0.0 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - '@esbuild/aix-ppc64@0.20.2': optional: true @@ -43420,41 +43358,6 @@ snapshots: - ts-node - utf-8-validate - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))': - dependencies: - '@jest/console': 29.7.0 - '@jest/reporters': 29.7.0 - '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0 - '@jest/types': 29.6.3 - '@types/node': 18.19.31 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - ci-info: 3.9.0 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - jest-watcher: 29.7.0 - micromatch: 4.0.5 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))': dependencies: '@jest/console': 29.7.0 @@ -46352,25 +46255,6 @@ snapshots: webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0) webpack-hot-middleware: 2.26.1 - '@pmmmwh/react-refresh-webpack-plugin@0.5.11(@types/webpack@4.41.38)(react-refresh@0.14.1)(type-fest@3.13.1)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1)(webpack@5.91.0)': - dependencies: - ansi-html-community: 0.0.8 - common-path-prefix: 3.0.0 - core-js-pure: 3.37.0 - error-stack-parser: 2.1.4 - find-up: 5.0.0 - html-entities: 2.5.2 - loader-utils: 2.0.4 - react-refresh: 0.14.1 - schema-utils: 3.3.0 - source-map: 0.7.4 - webpack: 5.91.0 - optionalDependencies: - '@types/webpack': 4.41.38 - type-fest: 3.13.1 - webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0) - webpack-hot-middleware: 2.26.1 - '@popperjs/core@2.11.8': {} '@probe.gl/env@3.6.0': @@ -48779,7 +48663,7 @@ snapshots: case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.37.0 css-loader: 3.6.0(webpack@4.47.0) - file-loader: 6.2.0(webpack@5.91.0) + file-loader: 6.2.0(webpack@4.47.0) find-up: 5.0.0 fork-ts-checker-webpack-plugin: 4.1.6(eslint@8.57.0)(typescript@5.4.5)(webpack@4.47.0) glob: 7.2.3 @@ -49246,7 +49130,7 @@ snapshots: core-js: 3.37.0 css-loader: 3.6.0(webpack@4.47.0) express: 4.19.2 - file-loader: 6.2.0(webpack@4.47.0) + file-loader: 6.2.0(webpack@5.91.0) find-up: 5.0.0 fs-extra: 9.1.0 html-webpack-plugin: 4.5.2(webpack@4.47.0) @@ -49380,30 +49264,6 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - ? '@storybook/preset-create-react-app@4.1.2(@babel/core@7.24.4)(@storybook/node-logger@6.5.16)(@storybook/react@6.5.16(@babel/core@7.24.4)(@storybook/builder-webpack5@6.5.16(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@storybook/manager-webpack5@6.5.16(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@types/webpack@4.41.38)(bufferutil@4.0.8)(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(require-from-string@2.0.2)(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1))(@types/webpack@4.41.38)(react-refresh@0.14.1)(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.4))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4))(@types/babel__core@7.20.5)(@types/webpack@4.41.38)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.3.0)(sass@1.75.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-hot-middleware@2.26.1))(type-fest@3.13.1)(typescript@5.4.5)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1)(webpack@5.91.0)' - : dependencies: - '@babel/core': 7.24.4 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.11(@types/webpack@4.41.38)(react-refresh@0.14.1)(type-fest@3.13.1)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1)(webpack@5.91.0) - '@storybook/node-logger': 6.5.16 - '@storybook/react': 6.5.16(@babel/core@7.24.4)(@storybook/builder-webpack5@6.5.16(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@storybook/manager-webpack5@6.5.16(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(typescript@5.4.5))(@types/webpack@4.41.38)(bufferutil@4.0.8)(encoding@0.1.13)(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(require-from-string@2.0.2)(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0))(webpack-hot-middleware@2.26.1) - '@storybook/react-docgen-typescript-plugin': 1.0.2--canary.12.cf35881ff63bf958b8998e8dd1dfd5626ee868c2.0(typescript@5.4.5)(webpack@5.91.0) - '@types/babel__core': 7.20.5 - babel-plugin-react-docgen: 4.2.1 - pnp-webpack-plugin: 1.7.0(typescript@5.4.5) - react-scripts: 5.0.1(@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.4))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4))(@types/babel__core@7.20.5)(@types/webpack@4.41.38)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.3.0)(sass@1.75.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5))(type-fest@3.13.1)(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack-hot-middleware@2.26.1) - semver: 7.5.2 - transitivePeerDependencies: - - '@types/webpack' - - react-refresh - - sockjs-client - - supports-color - - type-fest - - typescript - - webpack - - webpack-dev-server - - webpack-hot-middleware - - webpack-plugin-serve - '@storybook/preview-api@8.0.9': dependencies: '@storybook/channels': 8.0.9 @@ -53319,7 +53179,7 @@ snapshots: dependencies: '@types/node': 20.5.1 cosmiconfig: 8.3.6(typescript@5.4.5) - ts-node: 10.9.2(@types/node@20.5.1)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@18.19.31)(typescript@5.4.5) typescript: 5.4.5 cosmiconfig@6.0.0: @@ -53413,28 +53273,13 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - jest-util: 29.7.0 - prompts: 2.1.0 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - create-jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): + create-jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-util: 29.7.0 prompts: 2.1.0 transitivePeerDependencies: @@ -57773,35 +57618,16 @@ snapshots: - ts-node - utf-8-validate - jest-cli@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - exit: 0.1.2 - import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - jest-cli@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): + jest-cli@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + create-jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -57879,37 +57705,6 @@ snapshots: - supports-color - utf-8-validate - jest-config@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)): - dependencies: - '@babel/core': 7.24.4 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.4) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 18.19.31 - ts-node: 10.9.2(@types/node@18.19.31)(typescript@5.4.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - jest-config@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): dependencies: '@babel/core': 7.24.4 @@ -57936,38 +57731,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 18.19.31 - ts-node: 10.9.2(@types/node@20.5.1)(typescript@5.4.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): - dependencies: - '@babel/core': 7.24.4 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.4) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.5.1 - ts-node: 10.9.2(@types/node@20.5.1)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@18.19.31)(typescript@5.4.5) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -58592,24 +58356,12 @@ snapshots: - ts-node - utf-8-validate - jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - '@jest/types': 29.6.3 - import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): + jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + jest-cli: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -62266,14 +62018,6 @@ snapshots: postcss: 8.4.38 ts-node: 10.9.2(@types/node@18.19.31)(typescript@5.4.5) - postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)): - dependencies: - lilconfig: 2.1.0 - yaml: 1.10.2 - optionalDependencies: - postcss: 8.4.38 - ts-node: 10.9.2(@types/node@20.5.1)(typescript@5.4.5) - postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)): dependencies: lilconfig: 3.1.1 @@ -66800,11 +66544,11 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-jest@29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5): + ts-jest@29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -66818,29 +66562,11 @@ snapshots: babel-jest: 29.7.0(@babel/core@7.24.4) esbuild: 0.17.19 - ts-jest@29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5): - dependencies: - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@18.19.31)(typescript@5.4.5)) - jest-util: 29.7.0 - json5: 2.2.3 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.6.0 - typescript: 5.4.5 - yargs-parser: 21.1.1 - optionalDependencies: - '@babel/core': 7.24.4 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.4) - esbuild: 0.20.2 - - ts-jest@29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5): + ts-jest@29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) + jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -66852,7 +66578,6 @@ snapshots: '@babel/core': 7.24.4 '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.24.4) - esbuild: 0.20.2 ts-log@2.2.5: {} @@ -66948,29 +66673,6 @@ snapshots: - supports-color - ts-node - tsup@6.7.0(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5))(typescript@5.4.5): - dependencies: - bundle-require: 4.0.3(esbuild@0.17.19) - cac: 6.7.14 - chokidar: 3.6.0 - debug: 4.3.4(supports-color@5.5.0) - esbuild: 0.17.19 - execa: 5.1.1 - globby: 11.1.0 - joycon: 3.1.1 - postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)) - resolve-from: 5.0.0 - rollup: 3.29.4 - source-map: 0.8.0-beta.0 - sucrase: 3.35.0 - tree-kill: 1.2.2 - optionalDependencies: - postcss: 8.4.38 - typescript: 5.4.5 - transitivePeerDependencies: - - supports-color - - ts-node - tsutils@3.21.0(typescript@5.4.5): dependencies: tslib: 1.14.1