Skip to content
4 changes: 2 additions & 2 deletions controlplane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ioredis": "^5.4.1",
"jose": "^5.2.4",
"lodash": "^4.17.21",
"nodemailer": "^6.9.11",
"nodemailer": "^7.0.7",
"nuid": "^1.1.6",
"octokit": "^4.1.3",
"openai": "^4.104.0",
Expand All @@ -104,7 +104,7 @@
"@types/eslint": "^9.6.1",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.21",
"@types/nodemailer": "^6.4.14",
"@types/nodemailer": "^7.0.3",
"@types/prettier": "^3.0.0",
"@types/stream-json": "^1.7.7",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react": "18.3.1",
"graphql": "16.9.0",
"cross-spawn": "7.0.6",
"next": "15.2.4",
"next": "15.4.7",
"zod": "3.24.2",
"chalk": "<5.6.1",
"debug": "<4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2",
"vite": "^5.4.19",
"vite": "^5.4.21",
"vite-plugin-dts": "4.3.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile": "^2.2.0"
Expand Down
Loading
Loading