Skip to content

Commit 2760b41

Browse files
authored
chore: update nextjs dependency (#1570)
1 parent 366d6a6 commit 2760b41

File tree

7 files changed

+74
-291
lines changed

7 files changed

+74
-291
lines changed

packages/plugins/trpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/prettier": "^2.7.2",
4242
"@types/tmp": "^0.2.3",
4343
"@zenstackhq/testtools": "workspace:*",
44-
"next": "13.4.7",
44+
"next": "14.2.4",
4545
"tmp": "^0.2.3"
4646
}
4747
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"fastify-plugin": "^4.5.0",
5454
"h3": "^1.8.2",
5555
"isomorphic-fetch": "^3.0.0",
56-
"next": "13.4.7",
56+
"next": "14.2.4",
5757
"nuxt": "^3.7.4",
5858
"reflect-metadata": "^0.2.2",
5959
"supertest": "^6.3.3"

packages/server/tests/adapter/next.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable @typescript-eslint/no-explicit-any */
33
import { loadSchema } from '@zenstackhq/testtools';
44
import { createServer, RequestListener } from 'http';
5-
import { apiResolver } from 'next/dist/server/api-utils/node';
5+
import { apiResolver } from 'next/dist/server/api-utils/node/api-resolver';
66
import path from 'path';
77
import request from 'supertest';
88
import Rest from '../../src/api/rest';

0 commit comments

Comments
 (0)