Skip to content

Commit 80c57af

Browse files
committed
deps: update next.js to 14.2.22
1 parent d95c310 commit 80c57af

File tree

4 files changed

+154
-168
lines changed

4 files changed

+154
-168
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const NextConfig = {
2222
},
2323
experimental: {
2424
instrumentationHook: true,
25+
serverComponentsExternalPackages: ['dd-trace'],
2526
scrollRestoration: true,
2627
},
2728
swcMinify: true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"csrf": "3.1.0",
2929
"dataloader": "2.2.2",
3030
"dayjs": "^1.11.9",
31-
"dd-trace": "^5.5.0",
31+
"dd-trace": "^5.30.0",
3232
"difflib": "0.2.4",
3333
"discord.js": "^14.12.1",
3434
"emoji-mart": "3.0.1",
@@ -41,7 +41,7 @@
4141
"knex": "^2.4.0",
4242
"mongoose": "6.11.3",
4343
"mysql": "2.18.1",
44-
"next": "^14.1.1",
44+
"next": "^14.2.22",
4545
"next-connect": "0.10.1",
4646
"next-pwa": "^5.6.0",
4747
"next-seo": "^6.1.0",

0 commit comments

Comments
 (0)