chore: hoist dev deps

This commit is contained in:
Lucas Smith 2026-03-13 12:16:24 +11:00
parent 9747fd1800
commit f69f3c9473
8 changed files with 1504 additions and 614 deletions

View file

@ -14,9 +14,5 @@
"luxon": "^3.7.2",
"next": "15.5.12"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "18.3.27",
"typescript": "5.6.2"
}
"devDependencies": {}
}

View file

@ -74,26 +74,6 @@
"ua-parser-js": "^1.0.41",
"uqr": "^0.1.2"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@lingui/babel-plugin-lingui-macro": "^5.6.0",
"@lingui/vite-plugin": "^5.6.0",
"@react-router/dev": "^7.12.0",
"@react-router/remix-routes-option-adapter": "^7.12.0",
"@types/content-disposition": "^0.5.9",
"@types/formidable": "^3.4.6",
"@types/luxon": "^3.7.1",
"@types/node": "^20",
"@types/papaparse": "^5.5.0",
"@types/react": "18.3.27",
"@types/react-dom": "^18",
"@types/ua-parser-js": "^0.7.39",
"cross-env": "^10.1.0",
"esbuild": "^0.27.0",
"remix-flat-routes": "^0.8.5",
"tsx": "^4.20.6",
"typescript": "5.6.2",
"vite": "^8.0.0"
},
"devDependencies": {},
"version": "2.8.0"
}
}

2050
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -47,11 +47,16 @@
"node": ">=22.0.0"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@datadog/pprof": "^5.13.5",
"@lingui/babel-plugin-lingui-macro": "^5.6.0",
"@lingui/cli": "^5.6.0",
"@lingui/vite-plugin": "^5.6.0",
"@prisma/client": "^6.19.0",
"@react-router/dev": "^7.12.0",
"@react-router/remix-routes-option-adapter": "^7.12.0",
"@rolldown/plugin-babel": "^0.2.0",
"@trpc/client": "11.8.1",
"@trpc/react-query": "11.8.1",
@ -59,9 +64,19 @@
"@ts-rest/core": "^3.52.1",
"@ts-rest/open-api": "^3.52.1",
"@ts-rest/serverless": "^3.52.1",
"@types/content-disposition": "^0.5.9",
"@types/formidable": "^3.4.6",
"@types/luxon": "^3.7.1",
"@types/node": "^20",
"@types/papaparse": "^5.5.0",
"@types/react": "18.3.27",
"@types/react-dom": "^18",
"@types/ua-parser-js": "^0.7.39",
"babel-plugin-macros": "^3.1.0",
"cross-env": "^10.1.0",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"esbuild": "^0.27.0",
"eslint": "^8.57.0",
"husky": "^9.1.7",
"inngest-cli": "^1.16.1",
@ -77,9 +92,11 @@
"prisma-extension-kysely": "^3.0.0",
"prisma-json-types-generator": "^3.6.2",
"prisma-kysely": "^2.3.0",
"remix-flat-routes": "^0.8.5",
"rimraf": "^6.1.2",
"superjson": "^2.2.5",
"syncpack": "^14.0.0-alpha.27",
"tsx": "^4.20.6",
"turbo": "^1.13.4",
"vite": "^8.0.0",
"vite-plugin-static-copy": "^3.1.4",
@ -112,4 +129,4 @@
"zod": "^4.3.5"
}
}
}
}

View file

@ -14,7 +14,6 @@
"eslint-config-turbo": "^1.13.4",
"eslint-plugin-package-json": "^0.85.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.3.0",
"typescript": "5.6.2"
"eslint-plugin-unused-imports": "^4.3.0"
}
}
}

View file

@ -64,7 +64,6 @@
},
"devDependencies": {
"@playwright/browser-chromium": "1.56.1",
"@types/luxon": "^3.7.1",
"@types/pg": "^8.15.6"
}
}

View file

@ -32,10 +32,5 @@
"zod": "^3.25.76",
"zod-prisma-types": "3.3.5"
},
"devDependencies": {
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"tsx": "^4.20.6",
"typescript": "5.6.2"
}
"devDependencies": {}
}

View file

@ -19,11 +19,7 @@
"devDependencies": {
"@documenso/tailwind-config": "*",
"@documenso/tsconfig": "*",
"@types/luxon": "^3.7.1",
"@types/react": "18.3.27",
"@types/react-dom": "^18",
"react": "^18",
"typescript": "5.6.2"
"react": "^18"
},
"dependencies": {
"@documenso/lib": "*",