fix(deps): update nextjs to fix babel issue breaking tests

This commit is contained in:
Gabe Kangas
2024-09-06 20:24:32 -07:00
parent 5c252e05f9
commit f75c4af2d8
2 changed files with 46 additions and 57 deletions

View File

@@ -35,7 +35,7 @@
"interweave": "^13.0.0",
"interweave-autolink": "^5.1.0",
"lodash": "4.17.21",
"next": "14.2.7",
"next": "14.2.8",
"next-pwa": "^5.6.0",
"next-with-less": "3.0.1",
"picmo": "5.8.5",
@@ -132,4 +132,4 @@
"ts-jest": "^29.1.0",
"typescript": "5.5.4"
}
}
}