Skip to content

Commit 2d352bf

Browse files
authored
chore: Upgrade nextjs (#10695)
1 parent f3e8a77 commit 2d352bf

File tree

11 files changed

+136
-132
lines changed

11 files changed

+136
-132
lines changed

apps/aptos/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dayjs": "^1.11.10",
4040
"jotai": "^2.4.3",
4141
"lodash": "^4.17.21",
42-
"next": "14.2.5",
42+
"next": "catalog:",
4343
"next-seo": "^5.15.0",
4444
"next-themes": "^0.2.1",
4545
"react": "^18.2.0",

apps/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@pancakeswap/utils": "workspace:*",
1717
"@tanstack/react-query": "^5.52.1",
1818
"@vanilla-extract/next-plugin": "^2.3.0",
19-
"next": "14.2.5",
19+
"next": "catalog:",
2020
"next-seo": "^5.15.0",
2121
"next-themes": "^0.2.1",
2222
"qs": "^6.0.0",

apps/bridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ethers": "^5.0.0",
3939
"jotai": "^2.4.3",
4040
"lodash": "^4.17.21",
41-
"next": "14.2.5",
41+
"next": "catalog:",
4242
"next-themes": "^0.2.1",
4343
"react": "^18.2.0",
4444
"react-dom": "^18.2.0",

apps/games/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vanilla-extract/next-plugin": "^2.3.0",
2121
"dayjs": "^1.11.10",
2222
"lodash": "^4.17.21",
23-
"next": "14.2.5",
23+
"next": "catalog:",
2424
"next-seo": "^5.15.0",
2525
"next-themes": "^0.2.1",
2626
"qs": "^6.0.0",

apps/gamification/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jotai": "^2.4.3",
6464
"js-cookie": "^3.0.5",
6565
"lodash": "^4.17.21",
66-
"next": "14.2.5",
66+
"next": "catalog:",
6767
"next-auth": "^4.24.7",
6868
"next-seo": "^5.15.0",
6969
"next-themes": "^0.2.1",

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"localforage": "^1.10.0",
116116
"lodash": "^4.17.21",
117117
"lottie-react": "^2.4.0",
118-
"next": "14.2.5",
118+
"next": "catalog:",
119119
"next-seo": "^5.15.0",
120120
"next-themes": "^0.2.1",
121121
"nuqs": "^1.17.4",

examples/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/node": "20.5.7",
1414
"@types/react": "^18.2.21",
1515
"@types/react-dom": "^18.0.6",
16-
"next": "14.2.5",
16+
"next": "catalog:",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0"
1919
}

packages/next-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"build": "npx tsc"
99
},
1010
"peerDependencies": {
11-
"next": "14.2.5"
11+
"next": "catalog:"
1212
},
1313
"devDependencies": {
14-
"next": "14.2.5"
14+
"next": "catalog:"
1515
},
1616
"exports": {
1717
"./withWebSecurityHeaders": {

packages/widgets-internal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"peerDependencies": {
3131
"@sentry/nextjs": "^8.0.0",
32-
"next": "14.2.5",
32+
"next": "catalog:",
3333
"react": "^18.2.0",
3434
"styled-components": "6.0.7",
3535
"styled-system": "^5.1.5"
@@ -40,7 +40,7 @@
4040
"@types/react": "^18.2.21",
4141
"@types/styled-system": "^5.1.17",
4242
"csstype": "^3.1.2",
43-
"next": "14.2.5",
43+
"next": "catalog:",
4444
"polished": "^4.2.2",
4545
"react": "^18.2.0",
4646
"styled-components": "6.0.7",

pnpm-lock.yaml

+124-121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ packages:
99
catalog:
1010
viem: ^2.20.0
1111
wagmi: ^2.12.10
12+
next: '14.2.10'

0 commit comments

Comments
 (0)