Skip to content

Commit 00a5d52

Browse files
xata-botSferaDev
andauthored
Update dependencies (#202)
This is an autogenerated PR to update the dependencies! ------------------------------------------------------------ ``` Using pnpm Upgrading /home/runner/work/agent/agent/package.json @types/node ^24.0.1 → ^24.0.3 prettier ^3.5.3 → ^3.6.0 prettier-plugin-tailwindcss ^0.6.12 → ^0.6.13 vitest ^3.2.3 → ^3.2.4 Upgrading /home/runner/work/agent/agent/apps/dbagent/package.json @aws-sdk/client-cloudwatch ^3.828.0 → ^3.830.0 @aws-sdk/client-rds ^3.828.0 → ^3.830.0 @dotenvx/dotenvx ^1.44.2 → ^1.45.1 @fluentui/react-icons ^2.0.303 → ^2.0.304 @mastra/core ^0.10.5 → ^0.10.6 @mastra/evals ^0.10.3 → ^0.10.4 @modelcontextprotocol/sdk ^1.12.3 → ^1.13.0 @tanstack/react-query ^5.80.7 → ^5.81.2 @types/dockerode ^3.3.40 → ^3.3.41 @vercel/functions ^2.2.0 → ^2.2.2 lucide-react ^0.515.0 → ^0.522.0 mastra ^0.10.5 → ^0.10.6 next ^15.3.3 → ^15.3.4 pg ^8.16.0 → ^8.16.2 postcss ^8.5.5 → ^8.5.6 postcss-import ^16.1.0 → ^16.1.1 shiki ^3.6.0 → ^3.7.0 zod ^3.25.64 → ^3.25.67 Run pnpm install to install new versions. ``` Co-authored-by: SferaDev <SferaDev@users.noreply.github.com>
1 parent f14940d commit 00a5d52

File tree

3 files changed

+840
-713
lines changed

3 files changed

+840
-713
lines changed

apps/dbagent/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@ai-sdk/react": "^1.2.12",
2828
"@ai-sdk/ui-utils": "^1.2.11",
2929
"@anthropic-ai/sdk": "^0.54.0",
30-
"@aws-sdk/client-cloudwatch": "^3.828.0",
31-
"@aws-sdk/client-rds": "^3.828.0",
32-
"@fluentui/react-icons": "^2.0.303",
30+
"@aws-sdk/client-cloudwatch": "^3.830.0",
31+
"@aws-sdk/client-rds": "^3.830.0",
32+
"@fluentui/react-icons": "^2.0.304",
3333
"@google-cloud/logging": "^11.2.0",
3434
"@google-cloud/monitoring": "^5.2.0",
3535
"@googleapis/sqladmin": "^30.0.1",
36-
"@mastra/core": "^0.10.5",
37-
"@mastra/evals": "^0.10.3",
38-
"@modelcontextprotocol/sdk": "^1.12.3",
36+
"@mastra/core": "^0.10.6",
37+
"@mastra/evals": "^0.10.4",
38+
"@modelcontextprotocol/sdk": "^1.13.0",
3939
"@opentelemetry/api": "^1.9.0",
4040
"@opentelemetry/api-logs": "^0.202.0",
4141
"@opentelemetry/auto-instrumentations-node": "^0.60.1",
@@ -53,8 +53,8 @@
5353
"@opentelemetry/semantic-conventions": "^1.34.0",
5454
"@tailwindcss/postcss": "^4.1.10",
5555
"@tailwindcss/typography": "^0.5.16",
56-
"@tanstack/react-query": "^5.80.7",
57-
"@vercel/functions": "^2.2.0",
56+
"@tanstack/react-query": "^5.81.2",
57+
"@vercel/functions": "^2.2.2",
5858
"@xata.io/components": "^0.0.8",
5959
"@xata.io/theme": "^1.0.3",
6060
"ai": "^4.3.16",
@@ -75,15 +75,15 @@
7575
"kysely": "^0.28.2",
7676
"langfuse-vercel": "^3.37.4",
7777
"litellm-api": "^0.0.3",
78-
"lucide-react": "^0.515.0",
79-
"next": "^15.3.3",
78+
"lucide-react": "^0.522.0",
79+
"next": "^15.3.4",
8080
"next-auth": "5.0.0-beta.25",
8181
"next-themes": "^0.4.6",
8282
"ollama": "^0.5.16",
8383
"ollama-ai-provider": "^1.2.0",
8484
"orderedmap": "^2.1.1",
85-
"pg": "^8.16.0",
86-
"postcss-import": "^16.1.0",
85+
"pg": "^8.16.2",
86+
"postcss-import": "^16.1.1",
8787
"prosemirror-example-setup": "^1.2.3",
8888
"prosemirror-inputrules": "^1.5.0",
8989
"prosemirror-markdown": "^1.13.2",
@@ -100,20 +100,20 @@
100100
"remark-gfm": "^4.0.1",
101101
"require-in-the-middle": "^7.5.2",
102102
"server-only": "^0.0.1",
103-
"shiki": "^3.6.0",
103+
"shiki": "^3.7.0",
104104
"tailwind-merge": "^3.3.1",
105105
"tailwindcss-animate": "^1.0.7",
106106
"typescript": "^5.8.3",
107107
"usehooks-ts": "^3.1.1",
108-
"zod": "^3.25.64"
108+
"zod": "^3.25.67"
109109
},
110110
"devDependencies": {
111-
"@dotenvx/dotenvx": "^1.44.2",
111+
"@dotenvx/dotenvx": "^1.45.1",
112112
"@types/bytes": "^3.1.5",
113113
"@types/canvas-confetti": "^1.9.0",
114114
"@types/chroma-js": "^3.1.1",
115115
"@types/diff-match-patch": "^1.0.36",
116-
"@types/dockerode": "^3.3.40",
116+
"@types/dockerode": "^3.3.41",
117117
"@types/papaparse": "^5.3.16",
118118
"@types/pg": "^8.15.4",
119119
"@types/react": "^19.1.8",
@@ -125,10 +125,10 @@
125125
"dockerode": "^4.0.7",
126126
"dotenv": "^16.5.0",
127127
"filenamify": "^6.0.0",
128-
"mastra": "^0.10.5",
128+
"mastra": "^0.10.6",
129129
"papaparse": "^5.5.3",
130-
"pg": "^8.16.0",
131-
"postcss": "^8.5.5",
130+
"pg": "^8.16.2",
131+
"postcss": "^8.5.6",
132132
"tailwindcss": "^4.1.10",
133133
"tsx": "^4.20.3"
134134
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"license": "ISC",
2222
"devDependencies": {
2323
"@eslint/compat": "^1.3.0",
24-
"@types/node": "^24.0.1",
24+
"@types/node": "^24.0.3",
2525
"@types/react": "^19.1.8",
2626
"@xata.io/tsconfig": "^0.0.1",
2727
"eslint": "^9.29.0",
2828
"husky": "^9.1.7",
2929
"lint-staged": "^16.1.2",
30-
"prettier": "^3.5.3",
30+
"prettier": "^3.6.0",
3131
"prettier-plugin-organize-imports": "^4.1.0",
32-
"prettier-plugin-tailwindcss": "^0.6.12",
32+
"prettier-plugin-tailwindcss": "^0.6.13",
3333
"tsx": "^4.20.3",
3434
"turbo": "^2.5.4",
3535
"typescript": "^5.8.3",
36-
"vitest": "^3.2.3"
36+
"vitest": "^3.2.4"
3737
},
3838
"lint-staged": {
3939
"*.{js,ts,tsx}": [

0 commit comments

Comments
 (0)