Skip to content

Commit

Permalink
chore: update nextjs dependency (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Jul 9, 2024
1 parent 366d6a6 commit 2760b41
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 291 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/prettier": "^2.7.2",
"@types/tmp": "^0.2.3",
"@zenstackhq/testtools": "workspace:*",
"next": "13.4.7",
"next": "14.2.4",
"tmp": "^0.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"fastify-plugin": "^4.5.0",
"h3": "^1.8.2",
"isomorphic-fetch": "^3.0.0",
"next": "13.4.7",
"next": "14.2.4",
"nuxt": "^3.7.4",
"reflect-metadata": "^0.2.2",
"supertest": "^6.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/tests/adapter/next.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { loadSchema } from '@zenstackhq/testtools';
import { createServer, RequestListener } from 'http';
import { apiResolver } from 'next/dist/server/api-utils/node';
import { apiResolver } from 'next/dist/server/api-utils/node/api-resolver';
import path from 'path';
import request from 'supertest';
import Rest from '../../src/api/rest';
Expand Down
Loading

0 comments on commit 2760b41

Please sign in to comment.