Fix Unzipped size must be smaller than 250Mb error (#21172)

move dev dependencies into devDependencies
This commit is contained in:
martmull
2026-06-03 13:39:11 +02:00
committed by GitHub
parent c2ad3f3614
commit b330105470
+4 -6
View File
@@ -70,14 +70,12 @@
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@genql/cli": "^3.0.3",
"@genql/runtime": "^2.10.0", "@genql/runtime": "^2.10.0",
"@sniptt/guards": "^0.2.0", "@sniptt/guards": "^0.2.0",
"axios": "^1.13.5", "axios": "^1.13.5",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"chokidar": "^4.0.0", "chokidar": "^4.0.0",
"commander": "^12.0.0", "commander": "^12.0.0",
"dotenv": "^16.4.0",
"esbuild": "^0.25.0", "esbuild": "^0.25.0",
"graphql": "^16.8.1", "graphql": "^16.8.1",
"graphql-sse": "^2.5.4", "graphql-sse": "^2.5.4",
@@ -90,12 +88,10 @@
"tinyglobby": "^0.2.15", "tinyglobby": "^0.2.15",
"twenty-client-sdk": "workspace:*", "twenty-client-sdk": "workspace:*",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"uuid": "^13.0.0", "uuid": "^13.0.0"
"vite": "^7.0.0",
"vite-tsconfig-paths": "^4.2.1",
"zod": "^4.1.11"
}, },
"devDependencies": { "devDependencies": {
"@genql/cli": "^3.0.3",
"@prettier/sync": "^0.5.2", "@prettier/sync": "^0.5.2",
"@types/inquirer": "^9.0.0", "@types/inquirer": "^9.0.0",
"@types/node": "^24.0.0", "@types/node": "^24.0.0",
@@ -110,7 +106,9 @@
"tsx": "^4.7.0", "tsx": "^4.7.0",
"twenty-shared": "workspace:*", "twenty-shared": "workspace:*",
"twenty-ui": "workspace:*", "twenty-ui": "workspace:*",
"vite": "^7.0.0",
"vite-plugin-dts": "^4.5.4", "vite-plugin-dts": "^4.5.4",
"vite-tsconfig-paths": "^4.2.1",
"wait-on": "^7.2.0" "wait-on": "^7.2.0"
}, },
"engines": { "engines": {