chore: update package dependencies and versions

- Upgraded various dependencies including es-toolkit, lint-staged, vite, and zod to their latest versions.
- Updated tailwind-variants and tailwindcss-safe-area to newer versions.
- Adjusted types for React and other related packages to ensure compatibility.
- Removed obsolete patch for @creem_io/better-auth.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-27 00:57:14 +08:00
parent 41ad6d73b3
commit 9b929a1694
21 changed files with 2099 additions and 2357 deletions

View File

@@ -1,12 +0,0 @@
diff --git a/dist/esm/index.js b/dist/esm/index.js
index 1dabf9d8ed62c76012e3d33985c0907d12ae8f42..921d86887aba53522b2afd7ca94d9560f3297b04 100644
--- a/dist/esm/index.js
+++ b/dist/esm/index.js
@@ -69,5 +69,6 @@ export const creem = (options) => {
schema: getSchema(options),
};
};
-module.exports = { creem };
+
+export default creem;
//# sourceMappingURL=index.js.map