Skip to content

Commit c8b7fcc

Browse files
committed
feat(dashboard): update photo management components and dependencies
- Updated `babel-plugin-react-compiler` and `react-compiler-runtime` to version 1.0.0 across multiple package.json files. - Refactored `PhotoPage` and related components to utilize new tab structure for better organization. - Introduced `PhotoPageScaffold` and `PhotoPageTabs` for improved layout and navigation within the photo management section. - Enhanced `PhotoSyncTab`, `PhotoStorageTab`, and `PhotoUsageTab` components for better functionality and user experience. - Adjusted imports and component structure for clarity and maintainability. Signed-off-by: Innei <tukon479@gmail.com>
1 parent 855decb commit c8b7fcc

File tree

16 files changed

+520
-467
lines changed

16 files changed

+520
-467
lines changed

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@types/react-dom": "19.2.3",
9292
"@vitejs/plugin-react": "^5.1.1",
9393
"ast-kit": "2.2.0",
94-
"babel-plugin-react-compiler": "19.1.0-rc.3",
94+
"babel-plugin-react-compiler": "1.0.0",
9595
"code-inspector-plugin": "1.2.10",
9696
"daisyui": "5.5.0",
9797
"execa": "9.6.0",
@@ -100,7 +100,7 @@
100100
"postcss": "8.5.6",
101101
"postcss-import": "16.1.1",
102102
"postcss-js": "5.0.1",
103-
"react-compiler-runtime": "19.1.0-rc.3",
103+
"react-compiler-runtime": "1.0.0",
104104
"simple-git-hooks": "2.13.1",
105105
"tailwind-scrollbar": "catalog:",
106106
"tailwindcss": "catalog:",

be/apps/dashboard/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"@types/react-dom": "19.2.3",
7272
"@vitejs/plugin-react": "^5.1.1",
7373
"autoprefixer": "10.4.22",
74+
"babel-plugin-react-compiler": "1.0.0",
7475
"code-inspector-plugin": "1.2.10",
7576
"eslint": "9.39.1",
7677
"eslint-config-hyoban": "4.0.10",
@@ -79,6 +80,7 @@
7980
"postcss": "8.5.6",
8081
"postcss-import": "16.1.1",
8182
"prettier": "3.6.2",
83+
"react-compiler-runtime": "1.0.0",
8284
"simple-git-hooks": "2.13.1",
8385
"tailwind-scrollbar": "4.0.2",
8486
"tailwind-variants": "3.1.1",
@@ -103,4 +105,4 @@
103105
"eslint --fix"
104106
]
105107
}
106-
}
108+
}

0 commit comments

Comments
 (0)