Skip to content

Commit 5e6b2ea

Browse files
authored
chore: update next.js version to 14.2.35 across all packages (#499)
* chore: update next.js version to 14.2.35 across all packages * chore: add missing next-env.d.ts update
1 parent 5e7c3f2 commit 5e6b2ea

File tree

6 files changed

+101
-104
lines changed

6 files changed

+101
-104
lines changed

apps/docs/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.

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/docs/tsconfig.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55
"compilerOptions": {
66
"baseUrl": ".",
77
"target": "es5",
8-
"lib": [
9-
"dom",
10-
"dom.iterable",
11-
"esnext"
12-
],
8+
"lib": ["dom", "dom.iterable", "esnext"],
139
"allowJs": true,
1410
"skipLibCheck": true,
15-
"strict": false,
11+
"strict": true,
1612
"forceConsistentCasingInFileNames": true,
1713
"noEmit": true,
1814
"incremental": true,
@@ -23,17 +19,9 @@
2319
"module": "esnext",
2420
"resolveJsonModule": true,
2521
"paths": {
26-
"@components/*": [
27-
"components/*"
28-
]
22+
"@components/*": ["components/*"]
2923
}
3024
},
31-
"include": [
32-
"next-env.d.ts",
33-
"**/*.ts",
34-
"**/*.tsx"
35-
],
36-
"exclude": [
37-
"node_modules"
38-
]
39-
}
25+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
26+
"exclude": ["node_modules"]
27+
}

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)