1 Commits

Author SHA1 Message Date
4f531bc83b chore(deps): update nextjs monorepo to v14.2.16 2024-10-23 02:02:20 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.3.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Binary file not shown.

View File

@ -11,7 +11,7 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.5"
"next": "14.2.16"
},
"devDependencies": {
"typescript": "^5",
@ -21,6 +21,6 @@
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.5"
"eslint-config-next": "14.2.16"
}
}