Skip to content

Commit 5301571

Browse files
authored
update next version (#4576)
1 parent 5058fdb commit 5301571

File tree

7 files changed

+632
-662
lines changed

7 files changed

+632
-662
lines changed

apps/dashboard/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ const moduleExports = {
144144
reactStrictMode: true,
145145
experimental: {
146146
scrollRestoration: true,
147-
esmExternals: "loose",
148147
webpackBuildWorker: true,
149148
serverSourceMaps: false,
150149
},

apps/dashboard/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"ipaddr.js": "^2.2.0",
7676
"lottie-react": "^2.4.0",
7777
"lucide-react": "0.439.0",
78-
"next": "14.2.9",
78+
"next": "14.2.11",
7979
"next-plausible": "^3.12.0",
8080
"next-seo": "^6.5.0",
8181
"next-themes": "^0.3.0",
@@ -169,16 +169,8 @@
169169
"tw-components",
170170
"contract-ui"
171171
],
172-
"exclude": [
173-
"node_modules",
174-
"types",
175-
"tw-components"
176-
],
172+
"exclude": ["node_modules", "types", "tw-components"],
177173
"entrypoints": []
178174
},
179-
"browserslist": [
180-
"defaults",
181-
"unreleased versions",
182-
"not UCAndroid > 0"
183-
]
175+
"browserslist": ["defaults", "unreleased versions", "not UCAndroid > 0"]
184176
}

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"class-variance-authority": "^0.7.0",
3131
"clsx": "^2.1.1",
3232
"lucide-react": "0.439.0",
33-
"next": "14.2.9",
33+
"next": "14.2.11",
3434
"next-themes": "^0.3.0",
3535
"prettier": "^3.3.2",
3636
"react": "18.3.1",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"flexsearch": "^0.7.43",
3434
"github-slugger": "^2.0.0",
3535
"lucide-react": "0.439.0",
36-
"next": "14.2.9",
36+
"next": "14.2.11",
3737
"nextjs-toploader": "^1.6.12",
3838
"node-html-parser": "^6.1.13",
3939
"posthog-js": "1.161.3",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clsx": "^2.1.1",
2323
"cmdk": "^1.0.0",
2424
"lucide-react": "0.439.0",
25-
"next": "14.2.9",
25+
"next": "14.2.11",
2626
"next-themes": "^0.3.0",
2727
"react": "18.3.1",
2828
"react-dom": "18.3.1",

legacy_packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"ethers": "5.7.2",
102102
"express": "^4.19.2",
103103
"fastify": "^4.28.0",
104-
"next": "14.2.9",
104+
"next": "14.2.11",
105105
"next-auth": "^4.24.7",
106106
"typescript": "5.6.2"
107107
},

pnpm-lock.yaml

Lines changed: 625 additions & 646 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)