Browse Source

Merge pull request #10911 from growilabs/support/bump-nextjs

support: Bump Next.js and Typescript
Yuki Takei 2 weeks ago
parent
commit
ca4841be37
3 changed files with 160 additions and 323 deletions
  1. 3 5
      apps/app/package.json
  2. 1 1
      package.json
  3. 156 317
      pnpm-lock.yaml

+ 3 - 5
apps/app/package.json

@@ -58,6 +58,7 @@
   "// comments for dependencies": {
     "@aws-skd/*": "fix version above 3.186.0 that is required by mongodb@4.16.0",
     "@keycloak/keycloak-admin-client": "19.0.0 or above exports only ESM.",
+    "bootstrap": "v5.3.3 has a bug. refs: https://github.com/twbs/bootstrap/issues/39798",
     "escape-string-regexp": "5.0.0 or above exports only ESM",
     "next-themes": "0.3.0 causes a type error: https://github.com/pacocoursey/next-themes/issues/122",
     "string-width": "5.0.0 or above exports only ESM."
@@ -201,7 +202,7 @@
     "multer": "~1.4.0",
     "multer-autoreap": "^1.0.3",
     "mustache": "^4.2.0",
-    "next": "^16.1.7",
+    "next": "^16.2.1",
     "next-dynamic-loading-props": "^0.1.1",
     "next-i18next": "^15.3.1",
     "next-themes": "^0.2.1",
@@ -295,10 +296,8 @@
     "zod": "^3.24.2"
   },
   "// comments for defDependencies": {
-    "bootstrap": "v5.3.3 has a bug. refs: https://github.com/twbs/bootstrap/issues/39798",
     "@handsontable/react": "v3 requires handsontable >= 7.0.0.",
-    "handsontable": "v7.0.0 or above is no loger MIT lisence.",
-    "mongodb": "mongoose which is used requires mongo@4.16.0."
+    "handsontable": "v7.0.0 or above is no loger MIT lisence."
   },
   "devDependencies": {
     "@apidevtools/swagger-parser": "^10.1.1",
@@ -354,7 +353,6 @@
     "supertest": "^7.1.4",
     "swagger2openapi": "^7.0.8",
     "tinykeys": "^3.0.0",
-    "typescript": "~5.0.4",
     "unist-util-is": "^6.0.0",
     "unist-util-visit-parents": "^6.0.0"
   }

+ 1 - 1
package.json

@@ -83,7 +83,7 @@
     "tsconfig-paths": "^4.2.0",
     "tspc": "^1.1.2",
     "turbo": "^2.1.3",
-    "typescript": "~5.0.0",
+    "typescript": "^5.9.3",
     "typescript-transform-paths": "^3.4.7",
     "vite": "^5.4.21",
     "vite-plugin-dts": "^3.9.1",

File diff suppressed because it is too large
+ 156 - 317
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff