File tree Expand file tree Collapse file tree 3 files changed +89
-2503
lines changed
Expand file tree Collapse file tree 3 files changed +89
-2503
lines changed Original file line number Diff line number Diff line change 77 "build" : " cd ../.. && yarn build && cd apps/next && next build" ,
88 "start" : " next start" ,
99 "serve" : " NODE_ENV=production next start --port 8151" ,
10- "lint" : " next lint " ,
10+ "lint" : " biome check . " ,
1111 "test" : " vitest"
1212 },
1313 "dependencies" : {
2727 "@playwright/test" : " ^1.57.0" ,
2828 "@tamagui/next-plugin" : " ^1.143.0" ,
2929 "@types/node" : " ^20.14.1" ,
30- "eslint-config-next" : " ^16.1.1" ,
3130 "next-compose-plugins" : " ^2.2.1" ,
3231 "next-transpile-modules" : " ^10.0.1" ,
3332 "tree-kill" : " ^1.2.2" ,
Original file line number Diff line number Diff line change 3838 "@tamagui/react-native-svg" : " ^1.143.0" ,
3939 "@tamagui/react-native-web-lite" : " ^1.143.0" ,
4040 "check-dependency-version-consistency" : " ^4.1.0" ,
41- "eslint" : " ^9.3.0" ,
4241 "husky" : " ^9.1.6" ,
43- "prettier" : " ^3.3.3" ,
4442 "turbo" : " ^1.13.4" ,
4543 "typescript" : " ~5.8.3" ,
4644 "ultra-runner" : " ^3.10.5" ,
You can’t perform that action at this time.
0 commit comments