Skip to content

Commit 560261f

Browse files
committed
fix: update
1 parent a9cf6ac commit 560261f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

apps/masterbots.ai/app/api/payment/subscription/route.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ export async function GET(req: NextRequest) {
9999
}
100100
}
101101

102+
103+
102104
// Use PUT to check if a customer has an active subscription or not by email address
103105
export async function PUT(req: NextRequest) {
104106
try {

apps/masterbots.ai/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"mb-genql": "workspace:*",
4545
"mb-lib": "workspace:*",
4646
"mb-types": "workspace:*",
47-
"nanoid": "^5.0.3",
48-
"next": "14.2.3",
47+
"nanoid": "latest",
48+
"next": "latest",
4949
"next-auth": "5.0.0-beta.3",
5050
"next-themes": "^0.2.1",
5151
"nextjs-toploader": "^1.6.12",
@@ -81,7 +81,7 @@
8181
"eslint-config-next": "14.0.3",
8282
"eslint-config-prettier": "^9.0.0",
8383
"eslint-plugin-tailwindcss": "^3.13.0",
84-
"postcss": "^8.4.31",
84+
"postcss": "latest",
8585
"prettier": "^3.1.0",
8686
"tailwind-merge": "^2.0.0",
8787
"tailwindcss": "^3.3.5",

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
"packageManager": "bun@1.0.14",
2525
"dependencies": {
2626
"axios": "^1.7.2",
27-
"nanoid": "latest",
28-
"next": "latest",
29-
"nextjs-toploader": "^1.6.4",
30-
"postcss": "latest"
27+
"nextjs-toploader": "^1.6.4"
3128
}
3229
}

0 commit comments

Comments
 (0)