Skip to content

Commit df2a895

Browse files
committed
chore: update next.js version to 14.2.35 across all packages
1 parent 5e7c3f2 commit df2a895

File tree

4 files changed

+94
-85
lines changed

4 files changed

+94
-85
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"dependencies": {
1616
"autoprefixer": "^10.4.17",
17-
"next": "^14.1.0",
17+
"next": "14.2.35",
1818
"nextra": "^2.13.3",
1919
"nextra-theme-blog": "^2.13.3",
2020
"nextra-theme-docs": "^2.13.3",

apps/wallet-api-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"flowbite": "^2.3.0",
2626
"jotai": "^2.7.0",
2727
"lucide-react": "^0.359.0",
28-
"next": "^14.1.0",
28+
"next": "14.2.35",
2929
"react": "18.2.0",
3030
"react-dom": "18.2.0",
3131
"thememirror": "^2.0.1",

examples/client-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@ledgerhq/wallet-api-client": "workspace:*",
1414
"@ledgerhq/wallet-api-client-react": "workspace:*",
1515
"@ledgerhq/wallet-api-simulator": "workspace:*",
16-
"next": "14.1.0",
16+
"next": "14.2.35",
1717
"react": "^18",
1818
"react-dom": "^18"
1919
},

0 commit comments

Comments
 (0)