Skip to content

Commit 50eeb99

Browse files
fix(deps): update nextjs monorepo to v16
1 parent b793fa3 commit 50eeb99

5 files changed

Lines changed: 1504 additions & 360 deletions

File tree

frontends/main/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@mitodl/smoot-design": "^6.19.0",
1919
"@mui/material": "^6.4.5",
2020
"@mui/material-nextjs": "^6.4.3",
21-
"@next/bundle-analyzer": "^14.2.15",
21+
"@next/bundle-analyzer": "^16.0.0",
2222
"@react-pdf/renderer": "^4.3.0",
2323
"@remixicon/react": "^4.2.0",
2424
"@sentry/nextjs": "^10.0.0",
@@ -48,7 +48,7 @@
4848
"jsdom": "^27",
4949
"lodash": "^4.17.21",
5050
"moment": "^2.30.1",
51-
"next": "15.5.9",
51+
"next": "16.1.1",
5252
"next-nprogress-bar": "^2.4.2",
5353
"ol-components": "0.0.0",
5454
"ol-utilities": "0.0.0",
@@ -74,7 +74,7 @@
7474
"@types/react-slick": "^0.23.13",
7575
"@types/slick-carousel": "^1",
7676
"eslint": "8.57.1",
77-
"eslint-config-next": "^14.2.7",
77+
"eslint-config-next": "^16.0.0",
7878
"http-proxy-middleware": "^3.0.0",
7979
"jest": "^29.7.0",
8080
"jest-extended": "^7.0.0",

frontends/ol-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lodash": "^4.17.21",
4141
"lodash.throttle": "^4.1.1",
4242
"material-ui-popup-state": "^5.1.0",
43-
"next": "15.5.9",
43+
"next": "16.1.1",
4444
"ol-test-utilities": "0.0.0",
4545
"ol-utilities": "0.0.0",
4646
"react": "^19.2.1",

frontends/ol-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"./test-utils/factories": "./src/test-utils/factories.ts"
88
},
99
"peerDependencies": {
10-
"next": "^15",
10+
"next": "^16.0.0",
1111
"react": "19"
1212
},
1313
"sideEffects": false,

frontends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"version": "0.0.0",
3737
"devDependencies": {
38-
"@next/eslint-plugin-next": "^14.2.7",
38+
"@next/eslint-plugin-next": "^16.0.0",
3939
"@swc/core": "^1.11.29",
4040
"@swc/jest": "^0.2.38",
4141
"@testing-library/jest-dom": "^6.4.2",

0 commit comments

Comments
 (0)