Skip to content

Commit a9927a3

Browse files
author
clark.zou
committed
chore: Refactor code structure for improved readability and maintainability
1 parent f1f9abc commit a9927a3

File tree

3 files changed

+518
-278
lines changed

3 files changed

+518
-278
lines changed

apps/web-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@repo/ui": "workspace:*",
1515
"@unocss/reset": "~66.5.4",
1616
"eslint-config": "workspace:*",
17-
"next": "^16.0.1",
17+
"next": "^16.1.6",
1818
"react": "^19.2.0",
1919
"react-dom": "^19.2.0"
2020
},
2121
"devDependencies": {
2222
"@types/node": "^22.15.29",
2323
"@unocss/postcss": "~66.3.3",
24-
"eslint-config-next": "16.0.1",
24+
"eslint-config-next": "16.1.6",
2525
"typescript": "^5.9.2"
2626
}
2727
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"tsx": "^4.21.0",
3939
"turbo": "^2.6.3",
4040
"typescript": "^5.9.2",
41-
"unocss": "^66.5.10",
42-
"unocss-preset-animations": "^1.2.1",
41+
"unocss": "^66.6.6",
42+
"unocss-preset-animations": "^1.3.0",
4343
"unocss-preset-shadcn": "^1.0.1"
4444
},
4545
"pnpm": {

0 commit comments

Comments
 (0)