Skip to content

Commit ca24248

Browse files
committed
cleanup deps
1 parent d65e85f commit ca24248

File tree

3 files changed

+89
-2503
lines changed

3 files changed

+89
-2503
lines changed

apps/next/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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": {
@@ -27,7 +27,6 @@
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",

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
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",

0 commit comments

Comments
 (0)