Skip to content

Commit 7557cd1

Browse files
fix(deps): update nextjs monorepo to v16
1 parent 78471c1 commit 7557cd1

File tree

5 files changed

+1452
-356
lines changed

5 files changed

+1452
-356
lines changed

frontends/main/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mitodl/course-search-utils": "^3.5.0",
1717
"@mitodl/mitxonline-api-axios": "^2025.11.24",
1818
"@mitodl/smoot-design": "^6.19.0",
19-
"@next/bundle-analyzer": "^14.2.15",
19+
"@next/bundle-analyzer": "^16.0.0",
2020
"@react-pdf/renderer": "^4.3.0",
2121
"@remixicon/react": "^4.2.0",
2222
"@sentry/nextjs": "^10.0.0",
@@ -30,7 +30,7 @@
3030
"jsdom": "^27",
3131
"lodash": "^4.17.21",
3232
"moment": "^2.30.1",
33-
"next": "^15.5.2",
33+
"next": "^16.0.0",
3434
"next-nprogress-bar": "^2.4.2",
3535
"ol-components": "0.0.0",
3636
"ol-utilities": "0.0.0",
@@ -56,7 +56,7 @@
5656
"@types/react-slick": "^0.23.13",
5757
"@types/slick-carousel": "^1",
5858
"eslint": "8.57.1",
59-
"eslint-config-next": "^14.2.7",
59+
"eslint-config-next": "^16.0.0",
6060
"http-proxy-middleware": "^3.0.0",
6161
"jest": "^29.7.0",
6262
"jest-extended": "^7.0.0",

frontends/ol-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"lodash": "^4.17.21",
5151
"lodash.throttle": "^4.1.1",
5252
"material-ui-popup-state": "^5.1.0",
53-
"next": "^15.5.2",
53+
"next": "^16.0.0",
5454
"ol-test-utilities": "0.0.0",
5555
"ol-utilities": "0.0.0",
5656
"react": "^19.0.0",

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)