diff --git a/bun.lockb b/bun.lockb index 255c6f4..372e016 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5b6454b..c672361 100644 --- a/package.json +++ b/package.json @@ -23,44 +23,44 @@ "@reactuses/core": "6.0.1", "@supabase/ssr": "0.6.1", "@tauri-apps/api": "2.4.0", - "@tauri-apps/plugin-autostart": "^2.2.0", - "@tauri-apps/plugin-cli": "~2", + "@tauri-apps/plugin-autostart": "^2.3.0", + "@tauri-apps/plugin-cli": "~2.2.0", "@tauri-apps/plugin-clipboard-manager": "2.2.2", - "@tauri-apps/plugin-deep-link": "~2.2.0", - "@tauri-apps/plugin-dialog": "~2.2.0", + "@tauri-apps/plugin-deep-link": "~2.2.1", + "@tauri-apps/plugin-dialog": "~2.2.1", "@tauri-apps/plugin-fs": "2.2.0", "@tauri-apps/plugin-global-shortcut": "2.2.0", "@tauri-apps/plugin-http": "2.4.2", "@tauri-apps/plugin-notification": "2.2.2", "@tauri-apps/plugin-os": "2.2.1", "@tauri-apps/plugin-process": "2.2.0", - "@tauri-apps/plugin-shell": "~2", + "@tauri-apps/plugin-shell": "~2.2.1", "@tauri-apps/plugin-store": "^2.2.0", "@tauri-store/valtio": "2.1.1", "@types/throttle-debounce": "^5.0.2", "ahooks": "^3.8.4", - "framer-motion": "^12.5.0", + "framer-motion": "^12.6.3", "next": "15.2.3", "next-themes": "^0.4.6", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.1.0", + "react-dom": "^19.1.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "swr": "^2.3.3", "tauri-plugin-system-info-api": "^2.0.10" }, "devDependencies": { - "@tauri-apps/cli": "^2.4.0", + "@tauri-apps/cli": "^2.4.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", - "@types/node": "^22.13.13", + "@types/node": "^22.13.17", "@types/react": "19.0.10", "@types/react-dom": "19.0.4", - "@typescript-eslint/eslint-plugin": "^8.28.0", - "@typescript-eslint/parser": "^8.28.0", + "@typescript-eslint/eslint-plugin": "^8.29.0", + "@typescript-eslint/parser": "^8.29.0", "autoprefixer": "^10.4.21", "clsx": "^2.1.1", "cross-env": "^7.0.3", diff --git a/src/app/(main)/users/layout.tsx b/src/app/(main)/users/layout.tsx index d68f9e3..485121c 100644 --- a/src/app/(main)/users/layout.tsx +++ b/src/app/(main)/users/layout.tsx @@ -10,7 +10,7 @@ export default function PreferenceLayout({ // const pathname = usePathname() return ( -