Skip to content

Commit c14d11a

Browse files
committed
Run pnpm i removing all "sombreritos" from apps.
We are doing this because some update in our dependecies is breaking our nextjs server actions in some way. We're trying to figure out what is it. But first we need to fix the problem.
1 parent 5fa40db commit c14d11a

File tree

13 files changed

+5068
-5788
lines changed

13 files changed

+5068
-5788
lines changed

apps/gateway/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org latitude-l5 --project latitude-gateway ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-gateway ./dist"
1616
},
1717
"dependencies": {
18-
"@hono/node-server": "^1.13.2",
19-
"@hono/swagger-ui": "^0.4.1",
20-
"@hono/zod-openapi": "^0.16.4",
18+
"@hono/node-server": "1.13.2",
19+
"@hono/swagger-ui": "0.4.1",
20+
"@hono/zod-openapi": "0.16.4",
2121
"@latitude-data/compiler": "workspace:^",
2222
"@latitude-data/constants": "workspace:^",
2323
"@latitude-data/core": "workspace:^",
2424
"@latitude-data/env": "workspace:^",
2525
"@latitude-data/sdk": "workspace:^",
26-
"@sentry/cli": "^2.37.0",
27-
"@sentry/node": "^9.9.0",
28-
"@t3-oss/env-core": "^0.10.1",
26+
"@sentry/cli": "2.37.0",
27+
"@sentry/node": "9.9.0",
28+
"@t3-oss/env-core": "0.10.1",
2929
"drizzle-orm": "catalog:",
30-
"hono": "^4.6.6",
31-
"ioredis": "^5.4.1",
32-
"lodash-es": "^4.17.21",
30+
"hono": "4.6.6",
31+
"ioredis": "5.6.0",
32+
"lodash-es": "4.17.21",
3333
"promptl-ai": "catalog:",
34-
"rate-limiter-flexible": "^5.0.3",
35-
"zod": "^3.23.8",
34+
"rate-limiter-flexible": "5.0.3",
35+
"zod": "catalog:",
3636
"dd-trace": "catalog:"
3737
},
3838
"devDependencies": {

apps/web/package.json

Lines changed: 47 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -16,65 +16,65 @@
1616
"test:watch": "TZ=UTC vitest"
1717
},
1818
"dependencies": {
19-
"@aws-sdk/client-s3": "^3.645.0",
20-
"@intercom/messenger-js-sdk": "^0.0.14",
19+
"@aws-sdk/client-s3": "3.772.0",
20+
"@intercom/messenger-js-sdk": "0.0.14",
2121
"@latitude-data/compiler": "workspace:^",
2222
"@latitude-data/constants": "workspace:*",
2323
"@latitude-data/core": "workspace:*",
2424
"@latitude-data/env": "workspace:^",
2525
"@latitude-data/sdk": "workspace:^",
26-
"@latitude-data/socket.io-react-hook": "^2.4.5",
26+
"@latitude-data/socket.io-react-hook": "2.4.5",
2727
"@latitude-data/web-ui": "workspace:*",
28-
"@lucia-auth/adapter-drizzle": "^1.0.7",
29-
"@monaco-editor/react": "^4.6.0",
30-
"@napi-rs/canvas": "^0.1.65",
31-
"@pilcrowjs/object-parser": "^0.0.4",
32-
"@sentry/nextjs": "^9.10.1",
33-
"@sindresorhus/slugify": "^2.2.1",
34-
"@t3-oss/env-nextjs": "^0.10.1",
35-
"@types/diff-match-patch": "^1.0.36",
36-
"@types/ip": "^1.1.3",
37-
"ai": "^4.0.36",
38-
"arctic": "^3.6.0",
39-
"argon2": "^0.41.0",
40-
"bullmq": "^5.41.3",
41-
"date-fns": "^3.6.0",
42-
"dd-trace": "^5.37.1",
43-
"diff-match-patch": "^1.0.5",
28+
"@lucia-auth/adapter-drizzle": "1.0.7",
29+
"@monaco-editor/react": "4.6.0",
30+
"@napi-rs/canvas": "0.1.68",
31+
"@pilcrowjs/object-parser": "0.0.4",
32+
"@sentry/nextjs": "9.10.1",
33+
"@sindresorhus/slugify": "2.2.1",
34+
"@t3-oss/env-nextjs": "0.10.1",
35+
"@types/diff-match-patch": "1.0.36",
36+
"@types/ip": "1.1.3",
37+
"ai": "4.2.1",
38+
"arctic": "3.6.0",
39+
"argon2": "0.41.0",
40+
"bullmq": "5.44.4",
41+
"date-fns": "3.6.0",
42+
"dd-trace": "5.37.1",
43+
"diff-match-patch": "1.0.5",
4444
"drizzle-orm": "catalog:",
45-
"eventsource-parser": "^2.0.1",
46-
"import-in-the-middle": "^1.11.2",
47-
"ioredis": "^5.4.1",
48-
"ip": "^2.0.1",
49-
"js-cookie": "^3.0.5",
50-
"lodash-es": "^4.17.21",
51-
"lucia": "^3.2.0",
52-
"monaco-editor": "^0.50.0",
53-
"nanoid": "^5.0.7",
54-
"next": "^15.3.3",
55-
"next-themes": "^0.3.0",
56-
"nextjs-toploader": "^1.6.12",
57-
"nprogress": "^0.2.0",
58-
"openid-client": "^6.3.4",
45+
"eventsource-parser": "2.0.1",
46+
"import-in-the-middle": "1.11.2",
47+
"ioredis": "5.6.0",
48+
"ip": "2.0.1",
49+
"js-cookie": "3.0.5",
50+
"lodash-es": "4.17.21",
51+
"lucia": "3.2.0",
52+
"monaco-editor": "0.50.0",
53+
"nanoid": "5.0.7",
54+
"next": "15.3.3",
55+
"next-themes": "0.3.0",
56+
"nextjs-toploader": "1.6.12",
57+
"nprogress": "0.2.0",
58+
"openid-client": "6.3.4",
5959
"oslo": "1.2.0",
60-
"pdfjs-dist": "^4.9.155",
61-
"pg": "^8.12.0",
62-
"posthog-js": "^1.161.6",
60+
"pdfjs-dist": "4.9.155",
61+
"pg": "8.12.0",
62+
"posthog-js": "1.161.6",
6363
"promptl-ai": "catalog:",
64-
"rate-limiter-flexible": "^5.0.3",
64+
"rate-limiter-flexible": "5.0.3",
6565
"react": "19.0.0-rc-5d19e1c8-20240923",
6666
"react-data-grid": "7.0.0-beta.51",
6767
"react-dom": "19.0.0-rc-5d19e1c8-20240923",
68-
"require-in-the-middle": "^7.5.2",
69-
"stripe": "^18.1.0",
70-
"swr": "^2.2.5",
71-
"use-debounce": "^10.0.1",
72-
"yaml": "^2.4.5",
73-
"zod": "^3.23.8",
74-
"zod-to-json-schema": "^3.24.5",
75-
"zsa": "^0.5.1",
76-
"zsa-react": "^0.2.2",
77-
"zustand": "^4.5.6"
68+
"require-in-the-middle": "7.5.2",
69+
"stripe": "18.1.0",
70+
"swr": "2.2.5",
71+
"use-debounce": "10.0.1",
72+
"yaml": "2.4.5",
73+
"zod": "catalog:",
74+
"zod-to-json-schema": "3.24.5",
75+
"zsa": "0.5.1",
76+
"zsa-react": "0.2.3",
77+
"zustand": "4.5.6"
7878
},
7979
"devDependencies": {
8080
"@faker-js/faker": "^8.4.1",
@@ -105,9 +105,5 @@
105105
"tailwindcss": "^3.4.4",
106106
"typescript": "^5.5.4",
107107
"vitest": "^3.1.4"
108-
},
109-
"optionalDependencies": {
110-
"svelte": "^4.2.19",
111-
"vue": "^3.4.38"
112108
}
113109
}

apps/websockets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"dependencies": {
1616
"@latitude-data/core": "workspace:^",
1717
"@latitude-data/env": "workspace:^",
18-
"cookie-parser": "^1.4.6",
19-
"express": "^4.21.0",
20-
"socket.io": "^4.7.5"
18+
"cookie-parser": "1.4.6",
19+
"express": "4.21.0",
20+
"socket.io": "4.7.5"
2121
},
2222
"devDependencies": {
2323
"@latitude-data/eslint-config": "workspace:^",
@@ -28,4 +28,4 @@
2828
"tsup": "^8.2.4",
2929
"tsx": "^4.16.2"
3030
}
31-
}
31+
}

apps/workers/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org latitude-l5 --project latitude-workers ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-workers ./dist"
1515
},
1616
"dependencies": {
17-
"@bull-board/api": "^6.7.9",
18-
"@bull-board/express": "^6.7.9",
17+
"@bull-board/api": "6.7.9",
18+
"@bull-board/express": "6.7.9",
1919
"@latitude-data/core": "workspace:^",
2020
"@latitude-data/env": "workspace:^",
21-
"@sentry/cli": "^2.37.0",
22-
"@sentry/node": "^9.9.0",
21+
"@sentry/cli": "2.37.0",
22+
"@sentry/node": "9.9.0",
2323
"@t3-oss/env-core": "*",
24-
"bullmq": "^5.41.3",
24+
"bullmq": "5.44.4",
2525
"dd-trace": "catalog:",
26-
"express": "^4.21.2"
26+
"express": "4.21.2"
2727
},
2828
"devDependencies": {
2929
"@latitude-data/eslint-config": "workspace:^",

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"code-red": "^1.0.3",
3636
"locate-character": "^3.0.0",
3737
"yaml": "^2.4.5",
38-
"zod": "^3.23.8"
38+
"zod": "catalog:"
3939
},
4040
"devDependencies": {
4141
"@latitude-data/eslint-config": "workspace:*",

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"ai": "^4.2.9",
3131
"json-schema": "^0.4.0",
3232
"promptl-ai": "catalog:",
33-
"zod": "^3.23.8"
33+
"zod": "catalog:"
3434
}
3535
}

packages/core/package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -43,76 +43,76 @@
4343
"test:watch": "vitest"
4444
},
4545
"dependencies": {
46-
"@ai-sdk/amazon-bedrock": "^2.2.4",
47-
"@ai-sdk/anthropic": "^1.1.0",
48-
"@ai-sdk/azure": "^1.1.0",
49-
"@ai-sdk/deepseek": "^0.2.5",
50-
"@ai-sdk/google": "^1.2.18",
51-
"@ai-sdk/google-vertex": "^2.1.12",
52-
"@ai-sdk/mistral": "^1.1.0",
53-
"@ai-sdk/openai": "^1.3.22",
54-
"@ai-sdk/perplexity": "^1.1.3",
55-
"@ai-sdk/xai": "^1.2.6",
56-
"@anthropic-ai/sdk": "^0.32.1",
57-
"@aws-sdk/client-s3": "^3.645.0",
58-
"@aws-sdk/s3-request-presigner": "^3.679.0",
59-
"@codesandbox/sdk": "^0.6.2",
60-
"@kubernetes/client-node": "^1.0.0",
46+
"@ai-sdk/amazon-bedrock": "2.2.4",
47+
"@ai-sdk/anthropic": "1.1.0",
48+
"@ai-sdk/azure": "1.1.0",
49+
"@ai-sdk/deepseek": "0.2.5",
50+
"@ai-sdk/google": "1.2.18",
51+
"@ai-sdk/google-vertex": "2.1.12",
52+
"@ai-sdk/mistral": "1.1.0",
53+
"@ai-sdk/openai": "1.3.22",
54+
"@ai-sdk/perplexity": "1.1.3",
55+
"@ai-sdk/xai": "1.2.6",
56+
"@anthropic-ai/sdk": "0.32.1",
57+
"@aws-sdk/client-s3": "3.645.0",
58+
"@aws-sdk/s3-request-presigner": "3.679.0",
59+
"@codesandbox/sdk": "0.6.2",
60+
"@kubernetes/client-node": "1.0.0",
6161
"@latitude-data/compiler": "workspace:^",
6262
"@latitude-data/constants": "workspace:*",
6363
"@latitude-data/env": "workspace:*",
6464
"@latitude-data/eslint-config": "workspace:*",
6565
"@latitude-data/typescript-config": "workspace:*",
66-
"@modelcontextprotocol/sdk": "^1.6.0",
67-
"@napi-rs/canvas": "^0.1.65",
68-
"@opentelemetry/semantic-conventions": "^1.34.0",
69-
"@plunk/node": "^3.0.2",
70-
"@react-email/components": "^0.0.35",
71-
"@sentry/node": "^9.9.0",
72-
"@sindresorhus/slugify": "^2.2.1",
73-
"@t3-oss/env-core": "^0.11.1",
74-
"@tavily/core": "^0.3.1",
75-
"ai": "^4.2.1",
76-
"ajv": "^8.17.1",
77-
"argon2": "^0.41.0",
78-
"bullmq": "^5.41.3",
79-
"compute-cosine-similarity": "^1.1.0",
80-
"cron-parser": "^5.0.4",
81-
"csv-parse": "^5.5.6",
82-
"csv-stringify": "^6.5.2",
83-
"date-fns": "^3.6.0",
84-
"diff-match-patch": "^1.0.5",
66+
"@modelcontextprotocol/sdk": "1.6.0",
67+
"@napi-rs/canvas": "0.1.65",
68+
"@opentelemetry/semantic-conventions": "1.34.0",
69+
"@plunk/node": "3.0.2",
70+
"@react-email/components": "0.0.35",
71+
"@sentry/node": "9.9.0",
72+
"@sindresorhus/slugify": "2.2.1",
73+
"@t3-oss/env-core": "0.11.1",
74+
"@tavily/core": "0.3.1",
75+
"ai": "4.2.1",
76+
"ajv": "8.17.1",
77+
"argon2": "0.41.0",
78+
"bullmq": "5.44.4",
79+
"compute-cosine-similarity": "1.1.0",
80+
"cron-parser": "5.0.4",
81+
"csv-parse": "5.5.6",
82+
"csv-stringify": "6.5.2",
83+
"date-fns": "3.6.0",
84+
"diff-match-patch": "1.0.5",
8585
"drizzle-orm": "catalog:",
86-
"fastest-levenshtein": "^1.0.16",
87-
"flydrive": "^1.1.0",
88-
"ioredis": "^5.4.1",
89-
"istextorbinary": "^9.5.0",
90-
"jose": "^5.8.0",
91-
"js-rouge": "^3.0.0",
92-
"js-yaml": "^4.1.0",
93-
"json-schema": "^0.4.0",
94-
"lodash-es": "^4.17.21",
95-
"loops": "^3.3.0",
96-
"mustache": "^4.2.0",
97-
"nanoid": "^5.0.8",
98-
"nodemailer": "^6.9.14",
99-
"nodemailer-html-to-text": "^3.2.0",
100-
"nodemailer-mailgun-transport": "^2.1.5",
101-
"officeparser": "^5.1.1",
102-
"pdfjs-dist": "^4.9.155",
103-
"pg": "^8.12.0",
104-
"piscina": "^5.0.0",
105-
"posthog-node": "^4.2.0",
86+
"fastest-levenshtein": "1.0.16",
87+
"flydrive": "1.1.0",
88+
"ioredis": "5.6.0",
89+
"istextorbinary": "9.5.0",
90+
"jose": "5.8.0",
91+
"js-rouge": "3.0.0",
92+
"js-yaml": "4.1.0",
93+
"json-schema": "0.4.0",
94+
"lodash-es": "4.17.21",
95+
"loops": "3.3.0",
96+
"mustache": "4.2.0",
97+
"nanoid": "5.0.8",
98+
"nodemailer": "6.9.14",
99+
"nodemailer-html-to-text": "3.2.0",
100+
"nodemailer-mailgun-transport": "2.1.5",
101+
"officeparser": "5.1.1",
102+
"pdfjs-dist": "4.9.155",
103+
"pg": "8.12.0",
104+
"piscina": "5.0.0",
105+
"posthog-node": "4.2.0",
106106
"promptl-ai": "catalog:",
107-
"react": "^18.3.0",
108-
"react-dom": "^18.3.0",
109-
"react-email": "^4.0.3",
110-
"safe-regex": "^2.1.1",
111-
"socket.io-client": "^4.7.5",
112-
"stripe": "^18.1.0",
113-
"uuid": "^10.0.0",
114-
"zod": "^3.23.8",
115-
"zod-to-json-schema": "^3.24.5"
107+
"react": "18.3.0",
108+
"react-dom": "18.3.0",
109+
"react-email": "4.0.3",
110+
"safe-regex": "2.1.1",
111+
"socket.io-client": "4.7.5",
112+
"stripe": "18.1.0",
113+
"uuid": "10.0.0",
114+
"zod": "catalog:",
115+
"zod-to-json-schema": "3.24.5"
116116
},
117117
"devDependencies": {
118118
"@faker-js/faker": "^8.4.1",

packages/env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"dependencies": {
2121
"@t3-oss/env-core": "^0.11.1",
2222
"dotenv": "^16.4.5",
23-
"zod": "^3.23.8"
23+
"zod": "catalog:"
2424
}
25-
}
25+
}

packages/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eventsource-parser": "^2.0.1",
4747
"node-fetch": "3.3.2",
4848
"promptl-ai": "catalog:",
49-
"zod": "^3.23.8"
49+
"zod": "catalog:"
5050
},
5151
"devDependencies": {
5252
"@latitude-data/constants": "workspace:*",

0 commit comments

Comments
 (0)