Skip to content

Commit ac86060

Browse files
fix(deps): update nextjs monorepo to v16
1 parent b9cf2fd commit ac86060

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"jszip": "^3.10.1",
5050
"lucide-react": "^0.439.0",
5151
"multiformats": "^13.2.3",
52-
"next": "^14.2.17",
52+
"next": "^16.0.0",
5353
"next-auth": "^4.24.8",
5454
"nextjs-toploader": "^3.8.16",
5555
"pino-pretty": "^13.0.0",
@@ -71,7 +71,7 @@
7171
"zustand": "^5.0.0"
7272
},
7373
"devDependencies": {
74-
"@next/eslint-plugin-next": "^15.0.2",
74+
"@next/eslint-plugin-next": "^16.0.0",
7575
"@types/byte-size": "^8.1.2",
7676
"@types/bytes": "^3",
7777
"@types/eslint-plugin-jsx-a11y": "^6",
@@ -83,7 +83,7 @@
8383
"@typescript-eslint/eslint-plugin": "^8.13.0",
8484
"@typescript-eslint/parser": "^8.13.0",
8585
"eslint": "8.57.1",
86-
"eslint-config-next": "14.2.25",
86+
"eslint-config-next": "16.0.1",
8787
"eslint-config-prettier": "^9.1.0",
8888
"eslint-plugin-jsx-a11y": "^6.10.2",
8989
"eslint-plugin-prettier": "^5.2.1",

apps/landing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@icons-pack/react-simple-icons": "^13.7.0",
1414
"@tailwindcss/postcss": "^4.1.12",
1515
"autoprefixer": "^10.4.21",
16-
"next": "15.5.2",
16+
"next": "16.0.1",
1717
"postcss": "^8.5.6",
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0",
2020
"tailwindcss": "^4.1.12"
2121
},
2222
"devDependencies": {
23-
"@next/eslint-plugin-next": "^15.0.2",
23+
"@next/eslint-plugin-next": "^16.0.0",
2424
"@types/byte-size": "^8.1.2",
2525
"@types/bytes": "^3",
2626
"@types/eslint-plugin-jsx-a11y": "^6",
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/eslint-plugin": "^8.13.0",
3333
"@typescript-eslint/parser": "^8.13.0",
3434
"eslint": "8.57.1",
35-
"eslint-config-next": "14.2.25",
35+
"eslint-config-next": "16.0.1",
3636
"eslint-config-prettier": "^9.1.0",
3737
"eslint-plugin-jsx-a11y": "^6.10.2",
3838
"eslint-plugin-prettier": "^5.2.1",

0 commit comments

Comments
 (0)