From 46cc480e762cd4fbe137a4d64761ed2aa30960cc Mon Sep 17 00:00:00 2001 From: Daniel Schiavini Date: Thu, 24 Oct 2024 12:27:23 +0200 Subject: [PATCH] chore: upgrade next to fix warnings --- apps/lend/next-env.d.ts | 2 +- apps/lend/package.json | 4 +- apps/loan/next-env.d.ts | 2 +- apps/loan/package.json | 4 +- apps/main/next-env.d.ts | 2 +- apps/main/package.json | 4 +- package.json | 3 +- yarn.lock | 620 +++++++++++++++++++++++++++++++++------- 8 files changed, 535 insertions(+), 106 deletions(-) diff --git a/apps/lend/next-env.d.ts b/apps/lend/next-env.d.ts index 4f11a03dc..a4a7b3f5c 100644 --- a/apps/lend/next-env.d.ts +++ b/apps/lend/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/apps/lend/package.json b/apps/lend/package.json index e46965ead..344c46235 100644 --- a/apps/lend/package.json +++ b/apps/lend/package.json @@ -41,7 +41,7 @@ "lodash": "4.17.21", "make-plural": "^7.1.0", "memoizee": "^0.4.15", - "next": "^13.5.6", + "next": "*", "next-images": "^1.8.5", "numbro": "^2.4.0", "onboard-helpers": "*", @@ -62,7 +62,7 @@ "@lingui/cli": "^4.6.0", "@lingui/loader": "^4.6.0", "@lingui/macro": "^4.6.0", - "@lingui/swc-plugin": "^4.0.4", + "@lingui/swc-plugin": "^4.0.10", "@next/bundle-analyzer": "^13.5.6", "@svgr/webpack": "^8.1.0", "@types/lodash": "^4.14.182", diff --git a/apps/loan/next-env.d.ts b/apps/loan/next-env.d.ts index 4f11a03dc..a4a7b3f5c 100644 --- a/apps/loan/next-env.d.ts +++ b/apps/loan/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/apps/loan/package.json b/apps/loan/package.json index 3b4bc352f..ba91921d5 100644 --- a/apps/loan/package.json +++ b/apps/loan/package.json @@ -40,7 +40,7 @@ "lodash": "4.17.21", "make-plural": "^7.1.0", "memoizee": "^0.4.15", - "next": "^13.5.6", + "next": "*", "next-images": "^1.8.5", "numbro": "^2.4.0", "onboard-helpers": "*", @@ -61,7 +61,7 @@ "@lingui/cli": "^4.6.0", "@lingui/loader": "^4.6.0", "@lingui/macro": "^4.6.0", - "@lingui/swc-plugin": "^4.0.4", + "@lingui/swc-plugin": "^4.0.10", "@next/bundle-analyzer": "^13.5.6", "@svgr/webpack": "^8.1.0", "@types/lodash": "^4.14.182", diff --git a/apps/main/next-env.d.ts b/apps/main/next-env.d.ts index 4f11a03dc..a4a7b3f5c 100644 --- a/apps/main/next-env.d.ts +++ b/apps/main/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/apps/main/package.json b/apps/main/package.json index 496f13ebd..c1ad09a74 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -43,7 +43,7 @@ "lodash": "4.17.21", "make-plural": "^7.1.0", "memoizee": "^0.4.15", - "next": "^13.5.6", + "next": "*", "next-images": "^1.8.5", "numbro": "^2.4.0", "onboard-helpers": "*", @@ -67,7 +67,7 @@ "@lingui/cli": "^4.6.0", "@lingui/loader": "^4.6.0", "@lingui/macro": "^4.6.0", - "@lingui/swc-plugin": "^4.0.4", + "@lingui/swc-plugin": "^4.0.10", "@next/bundle-analyzer": "^13.5.6", "@svgr/webpack": "^8.1.0", "@types/lodash": "^4.14.182", diff --git a/package.json b/package.json index 6dc701209..708e369a5 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,11 @@ "husky": "^9.1.6", "is-ci": "^3.0.1", "lint-staged": "15.2.10", + "next": "^14.2.15", "prettier": "latest", "react": "^18.3.1", "react-dom": "^18.3.1", - "turbo": "^2.1.2", + "turbo": "^2.2.3", "typescript": "^5" }, "packageManager": "yarn@4.5.0", diff --git a/yarn.lock b/yarn.lock index 72aa6c272..b7c8f666e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2178,6 +2178,15 @@ __metadata: languageName: node linkType: hard +"@emnapi/runtime@npm:^1.2.0": + version: 1.3.1 + resolution: "@emnapi/runtime@npm:1.3.1" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/060ffede50f1b619c15083312b80a9e62a5b0c87aa8c1b54854c49766c9d69f8d1d3d87bd963a647071263a320db41b25eaa50b74d6a80dcc763c23dbeaafd6c + languageName: node + linkType: hard + "@emotion/is-prop-valid@npm:^1.1.0": version: 1.3.0 resolution: "@emotion/is-prop-valid@npm:1.3.0" @@ -3868,6 +3877,181 @@ __metadata: languageName: node linkType: hard +"@img/sharp-darwin-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-darwin-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-darwin-arm64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-darwin-arm64": + optional: true + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@img/sharp-darwin-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-darwin-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-darwin-x64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-darwin-x64": + optional: true + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@img/sharp-libvips-darwin-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-darwin-arm64@npm:1.0.4" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@img/sharp-libvips-darwin-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-darwin-x64@npm:1.0.4" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-arm64@npm:1.0.4" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-arm@npm:1.0.5": + version: 1.0.5 + resolution: "@img/sharp-libvips-linux-arm@npm:1.0.5" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-s390x@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-s390x@npm:1.0.4" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-x64@npm:1.0.4" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linuxmusl-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.0.4" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-libvips-linuxmusl-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.0.4" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-linux-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-arm64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linux-arm64": + optional: true + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-arm@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-arm@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-arm": "npm:1.0.5" + dependenciesMeta: + "@img/sharp-libvips-linux-arm": + optional: true + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-s390x@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-s390x@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-s390x": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linux-s390x": + optional: true + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-x64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linux-x64": + optional: true + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linuxmusl-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linuxmusl-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linuxmusl-arm64": + optional: true + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-linuxmusl-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linuxmusl-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linuxmusl-x64": + optional: true + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-wasm32@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-wasm32@npm:0.33.5" + dependencies: + "@emnapi/runtime": "npm:^1.2.0" + conditions: cpu=wasm32 + languageName: node + linkType: hard + +"@img/sharp-win32-ia32@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-win32-ia32@npm:0.33.5" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@img/sharp-win32-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-win32-x64@npm:0.33.5" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@internationalized/date@npm:^3.0.2": version: 3.0.2 resolution: "@internationalized/date@npm:3.0.2" @@ -4201,9 +4385,9 @@ __metadata: languageName: node linkType: hard -"@lingui/swc-plugin@npm:^4.0.4": - version: 4.0.4 - resolution: "@lingui/swc-plugin@npm:4.0.4" +"@lingui/swc-plugin@npm:^4.0.10": + version: 4.0.10 + resolution: "@lingui/swc-plugin@npm:4.0.10" peerDependencies: "@lingui/macro": 4 peerDependenciesMeta: @@ -4211,7 +4395,7 @@ __metadata: optional: true next: optional: true - checksum: 10c0/2d377d9eadca3b2e932000a4b69e713f7aaa1a1ce2eb6bf4f8a9dff06e6d123ba504a37eba07efffc5dd16acde69bfff72307a16cf543f8b2dee49aaf8efb161 + checksum: 10c0/cd3c2828f5c72fb9c1e8e158fcb48e8badad5bc665b806e5862fb98c45a63a00ffde0338ae6a6f132a620000e8c3ea502d2dda2422476a3d7725b70f2ec64238 languageName: node linkType: hard @@ -4575,10 +4759,17 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:13.5.6": - version: 13.5.6 - resolution: "@next/env@npm:13.5.6" - checksum: 10c0/b1fefa21b698397a2f922ee53a5ecb91ff858f042b2a198652b9de49c031fc5e00d79da92ba7d84ef205e95368d5afbb0f104abaf00e9dde7985d9eae63bb4fb +"@next/env@npm:14.2.16": + version: 14.2.16 + resolution: "@next/env@npm:14.2.16" + checksum: 10c0/e9d795727bc43f171557a7a91111c9b71833840061275b5d4adf96f416febf4f02afb9dac1f4275f4a3e96a0a0db22b58fe934483e2823e76a5d3c60a563394b + languageName: node + linkType: hard + +"@next/env@npm:15.0.1": + version: 15.0.1 + resolution: "@next/env@npm:15.0.1" + checksum: 10c0/a5c9b24755232257b26893cbc123498b51449f24c0a88805fecb668b44651e72195176d996c8859d6bcceaadbe158d966b43a60095aa14a86f95b93cd5ef4521 languageName: node linkType: hard @@ -4591,65 +4782,121 @@ __metadata: languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-darwin-arm64@npm:13.5.6" +"@next/swc-darwin-arm64@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-darwin-arm64@npm:14.2.16" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-darwin-x64@npm:13.5.6" +"@next/swc-darwin-arm64@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-darwin-arm64@npm:15.0.1" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@next/swc-darwin-x64@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-darwin-x64@npm:14.2.16" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-linux-arm64-gnu@npm:13.5.6" +"@next/swc-darwin-x64@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-darwin-x64@npm:15.0.1" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@next/swc-linux-arm64-gnu@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.16" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-linux-arm64-musl@npm:13.5.6" +"@next/swc-linux-arm64-gnu@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-linux-arm64-gnu@npm:15.0.1" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@next/swc-linux-arm64-musl@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.16" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-linux-x64-gnu@npm:13.5.6" +"@next/swc-linux-arm64-musl@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-linux-arm64-musl@npm:15.0.1" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@next/swc-linux-x64-gnu@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.16" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-linux-x64-musl@npm:13.5.6" +"@next/swc-linux-x64-gnu@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-linux-x64-gnu@npm:15.0.1" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@next/swc-linux-x64-musl@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-x64-musl@npm:14.2.16" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-win32-arm64-msvc@npm:13.5.6" +"@next/swc-linux-x64-musl@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-linux-x64-musl@npm:15.0.1" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@next/swc-win32-arm64-msvc@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.16" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-win32-ia32-msvc@npm:13.5.6" +"@next/swc-win32-arm64-msvc@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-win32-arm64-msvc@npm:15.0.1" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@next/swc-win32-ia32-msvc@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.16" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:13.5.6": - version: 13.5.6 - resolution: "@next/swc-win32-x64-msvc@npm:13.5.6" +"@next/swc-win32-x64-msvc@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.16" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@next/swc-win32-x64-msvc@npm:15.0.1": + version: 15.0.1 + resolution: "@next/swc-win32-x64-msvc@npm:15.0.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -7274,12 +7521,29 @@ __metadata: languageName: node linkType: hard -"@swc/helpers@npm:0.5.2": - version: 0.5.2 - resolution: "@swc/helpers@npm:0.5.2" +"@swc/counter@npm:0.1.3, @swc/counter@npm:^0.1.3": + version: 0.1.3 + resolution: "@swc/counter@npm:0.1.3" + checksum: 10c0/8424f60f6bf8694cfd2a9bca45845bce29f26105cda8cf19cdb9fd3e78dc6338699e4db77a89ae449260bafa1cc6bec307e81e7fb96dbf7dcfce0eea55151356 + languageName: node + linkType: hard + +"@swc/helpers@npm:0.5.13": + version: 0.5.13 + resolution: "@swc/helpers@npm:0.5.13" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/b9df578401fc62405da9a6c31e79e447a2fd90f68b25b1daee12f2caf2821991bb89106f0397bc1acb4c4d84a8ce079d04b60b65f534496952e3bf8c9a52f40f + languageName: node + linkType: hard + +"@swc/helpers@npm:0.5.5": + version: 0.5.5 + resolution: "@swc/helpers@npm:0.5.5" dependencies: + "@swc/counter": "npm:^0.1.3" tslib: "npm:^2.4.0" - checksum: 10c0/b6fa49bcf6c00571d0eb7837b163f8609960d4d77538160585e27ed167361e9776bd6e5eb9646ffac2fb4d43c58df9ca50dab9d96ab097e6591bc82a75fd1164 + checksum: 10c0/21a9b9cfe7e00865f9c9f3eb4c1cc5b397143464f7abee76a2c5366e591e06b0155b5aac93fe8269ef8d548df253f6fd931e9ddfc0fd12efd405f90f45506e7d languageName: node linkType: hard @@ -10632,13 +10896,20 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001406, caniuse-lite@npm:^1.0.30001449, caniuse-lite@npm:^1.0.30001541": +"caniuse-lite@npm:^1.0.30001449, caniuse-lite@npm:^1.0.30001541": version: 1.0.30001565 resolution: "caniuse-lite@npm:1.0.30001565" checksum: 10c0/b400e0364651a700e39d59449ca6c65b26e2caceecc4b93ae54a01ed1f62d2a7e1333b1dc640d95fbe620ffa5be38fe4dbacd880cd7a1f42fc72bb8de9a2d0c9 languageName: node linkType: hard +"caniuse-lite@npm:^1.0.30001579": + version: 1.0.30001669 + resolution: "caniuse-lite@npm:1.0.30001669" + checksum: 10c0/f125f23440d3dbb6c25ffb8d55f4ce48af36a84d0932b152b3b74f143a4170cbe92e02b0a9676209c86609bf7bf34119ff10cc2bc7c1b7ea40e936cc16598408 + languageName: node + linkType: hard + "caniuse-lite@npm:^1.0.30001646": version: 1.0.30001660 resolution: "caniuse-lite@npm:1.0.30001660" @@ -11503,10 +11774,11 @@ __metadata: husky: "npm:^9.1.6" is-ci: "npm:^3.0.1" lint-staged: "npm:15.2.10" + next: "npm:^14.2.15" prettier: "npm:latest" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - turbo: "npm:^2.1.2" + turbo: "npm:^2.2.3" typescript: "npm:^5" languageName: unknown linkType: soft @@ -12012,6 +12284,13 @@ __metadata: languageName: node linkType: hard +"detect-libc@npm:^2.0.3": + version: 2.0.3 + resolution: "detect-libc@npm:2.0.3" + checksum: 10c0/88095bda8f90220c95f162bf92cad70bd0e424913e655c20578600e35b91edc261af27531cf160a331e185c0ced93944bc7e09939143225f56312d7fd800fdb7 + languageName: node + linkType: hard + "diff@npm:5.0.0": version: 5.0.0 resolution: "diff@npm:5.0.0" @@ -14649,7 +14928,7 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 @@ -16272,7 +16551,7 @@ __metadata: "@lingui/loader": "npm:^4.6.0" "@lingui/macro": "npm:^4.6.0" "@lingui/react": "npm:^4.6.0" - "@lingui/swc-plugin": "npm:^4.0.4" + "@lingui/swc-plugin": "npm:^4.0.10" "@next/bundle-analyzer": "npm:^13.5.6" "@supercharge/promise-pool": "npm:^2.3.2" "@svgr/webpack": "npm:^8.1.0" @@ -16295,7 +16574,7 @@ __metadata: lodash: "npm:4.17.21" make-plural: "npm:^7.1.0" memoizee: "npm:^0.4.15" - next: "npm:^13.5.6" + next: "npm:*" next-images: "npm:^1.8.5" numbro: "npm:^2.4.0" onboard-helpers: "npm:*" @@ -16525,7 +16804,7 @@ __metadata: "@lingui/loader": "npm:^4.6.0" "@lingui/macro": "npm:^4.6.0" "@lingui/react": "npm:^4.6.0" - "@lingui/swc-plugin": "npm:^4.0.4" + "@lingui/swc-plugin": "npm:^4.0.10" "@next/bundle-analyzer": "npm:^13.5.6" "@supercharge/promise-pool": "npm:^2.3.2" "@svgr/webpack": "npm:^8.1.0" @@ -16547,7 +16826,7 @@ __metadata: lodash: "npm:4.17.21" make-plural: "npm:^7.1.0" memoizee: "npm:^0.4.15" - next: "npm:^13.5.6" + next: "npm:*" next-images: "npm:^1.8.5" numbro: "npm:^2.4.0" onboard-helpers: "npm:*" @@ -16930,7 +17209,7 @@ __metadata: "@lingui/loader": "npm:^4.6.0" "@lingui/macro": "npm:^4.6.0" "@lingui/react": "npm:^4.6.0" - "@lingui/swc-plugin": "npm:^4.0.4" + "@lingui/swc-plugin": "npm:^4.0.10" "@next/bundle-analyzer": "npm:^13.5.6" "@supercharge/promise-pool": "npm:^2.3.2" "@svgr/webpack": "npm:^8.1.0" @@ -16955,7 +17234,7 @@ __metadata: lodash: "npm:4.17.21" make-plural: "npm:^7.1.0" memoizee: "npm:^0.4.15" - next: "npm:^13.5.6" + next: "npm:*" next-images: "npm:^1.8.5" numbro: "npm:^2.4.0" onboard-helpers: "npm:*" @@ -17604,28 +17883,90 @@ __metadata: languageName: node linkType: hard -"next@npm:^13.5.6": - version: 13.5.6 - resolution: "next@npm:13.5.6" - dependencies: - "@next/env": "npm:13.5.6" - "@next/swc-darwin-arm64": "npm:13.5.6" - "@next/swc-darwin-x64": "npm:13.5.6" - "@next/swc-linux-arm64-gnu": "npm:13.5.6" - "@next/swc-linux-arm64-musl": "npm:13.5.6" - "@next/swc-linux-x64-gnu": "npm:13.5.6" - "@next/swc-linux-x64-musl": "npm:13.5.6" - "@next/swc-win32-arm64-msvc": "npm:13.5.6" - "@next/swc-win32-ia32-msvc": "npm:13.5.6" - "@next/swc-win32-x64-msvc": "npm:13.5.6" - "@swc/helpers": "npm:0.5.2" +"next@npm:*": + version: 15.0.1 + resolution: "next@npm:15.0.1" + dependencies: + "@next/env": "npm:15.0.1" + "@next/swc-darwin-arm64": "npm:15.0.1" + "@next/swc-darwin-x64": "npm:15.0.1" + "@next/swc-linux-arm64-gnu": "npm:15.0.1" + "@next/swc-linux-arm64-musl": "npm:15.0.1" + "@next/swc-linux-x64-gnu": "npm:15.0.1" + "@next/swc-linux-x64-musl": "npm:15.0.1" + "@next/swc-win32-arm64-msvc": "npm:15.0.1" + "@next/swc-win32-x64-msvc": "npm:15.0.1" + "@swc/counter": "npm:0.1.3" + "@swc/helpers": "npm:0.5.13" + busboy: "npm:1.6.0" + caniuse-lite: "npm:^1.0.30001579" + postcss: "npm:8.4.31" + sharp: "npm:^0.33.5" + styled-jsx: "npm:5.1.6" + peerDependencies: + "@opentelemetry/api": ^1.1.0 + "@playwright/test": ^1.41.2 + babel-plugin-react-compiler: "*" + react: ^18.2.0 || 19.0.0-rc-69d4b800-20241021 + react-dom: ^18.2.0 || 19.0.0-rc-69d4b800-20241021 + sass: ^1.3.0 + dependenciesMeta: + "@next/swc-darwin-arm64": + optional: true + "@next/swc-darwin-x64": + optional: true + "@next/swc-linux-arm64-gnu": + optional: true + "@next/swc-linux-arm64-musl": + optional: true + "@next/swc-linux-x64-gnu": + optional: true + "@next/swc-linux-x64-musl": + optional: true + "@next/swc-win32-arm64-msvc": + optional: true + "@next/swc-win32-x64-msvc": + optional: true + sharp: + optional: true + peerDependenciesMeta: + "@opentelemetry/api": + optional: true + "@playwright/test": + optional: true + babel-plugin-react-compiler: + optional: true + sass: + optional: true + bin: + next: dist/bin/next + checksum: 10c0/d5d18f3013b985c42fc0f67032c50300c1433ee8a41560dec99db60bc4dbd04e54e4d4a4f385a42f15a5e8465f81b5c327d780b41065235638562cdd5fe80674 + languageName: node + linkType: hard + +"next@npm:^14.2.15": + version: 14.2.16 + resolution: "next@npm:14.2.16" + dependencies: + "@next/env": "npm:14.2.16" + "@next/swc-darwin-arm64": "npm:14.2.16" + "@next/swc-darwin-x64": "npm:14.2.16" + "@next/swc-linux-arm64-gnu": "npm:14.2.16" + "@next/swc-linux-arm64-musl": "npm:14.2.16" + "@next/swc-linux-x64-gnu": "npm:14.2.16" + "@next/swc-linux-x64-musl": "npm:14.2.16" + "@next/swc-win32-arm64-msvc": "npm:14.2.16" + "@next/swc-win32-ia32-msvc": "npm:14.2.16" + "@next/swc-win32-x64-msvc": "npm:14.2.16" + "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" - caniuse-lite: "npm:^1.0.30001406" + caniuse-lite: "npm:^1.0.30001579" + graceful-fs: "npm:^4.2.11" postcss: "npm:8.4.31" styled-jsx: "npm:5.1.1" - watchpack: "npm:2.4.0" peerDependencies: "@opentelemetry/api": ^1.1.0 + "@playwright/test": ^1.41.2 react: ^18.2.0 react-dom: ^18.2.0 sass: ^1.3.0 @@ -17651,11 +17992,13 @@ __metadata: peerDependenciesMeta: "@opentelemetry/api": optional: true + "@playwright/test": + optional: true sass: optional: true bin: next: dist/bin/next - checksum: 10c0/ef141d7708a432aff8bf080d285c466a83b0c1d008d1c66bbd49652a598f9ac15ef2e69a045f21ba44a5543b595cb945468b5f33e25deae2cc48b4d32be5bcec + checksum: 10c0/8cd036a6f30d4cc8ab8480c19339ee6134ffd5b18338ff5a07de397ed4e29fad54de5219f70aafabf1fe9c48a7d54b7df58ba1f29cfa5d3351ff7763e8d4844e languageName: node linkType: hard @@ -20070,6 +20413,75 @@ __metadata: languageName: node linkType: hard +"sharp@npm:^0.33.5": + version: 0.33.5 + resolution: "sharp@npm:0.33.5" + dependencies: + "@img/sharp-darwin-arm64": "npm:0.33.5" + "@img/sharp-darwin-x64": "npm:0.33.5" + "@img/sharp-libvips-darwin-arm64": "npm:1.0.4" + "@img/sharp-libvips-darwin-x64": "npm:1.0.4" + "@img/sharp-libvips-linux-arm": "npm:1.0.5" + "@img/sharp-libvips-linux-arm64": "npm:1.0.4" + "@img/sharp-libvips-linux-s390x": "npm:1.0.4" + "@img/sharp-libvips-linux-x64": "npm:1.0.4" + "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.4" + "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.4" + "@img/sharp-linux-arm": "npm:0.33.5" + "@img/sharp-linux-arm64": "npm:0.33.5" + "@img/sharp-linux-s390x": "npm:0.33.5" + "@img/sharp-linux-x64": "npm:0.33.5" + "@img/sharp-linuxmusl-arm64": "npm:0.33.5" + "@img/sharp-linuxmusl-x64": "npm:0.33.5" + "@img/sharp-wasm32": "npm:0.33.5" + "@img/sharp-win32-ia32": "npm:0.33.5" + "@img/sharp-win32-x64": "npm:0.33.5" + color: "npm:^4.2.3" + detect-libc: "npm:^2.0.3" + semver: "npm:^7.6.3" + dependenciesMeta: + "@img/sharp-darwin-arm64": + optional: true + "@img/sharp-darwin-x64": + optional: true + "@img/sharp-libvips-darwin-arm64": + optional: true + "@img/sharp-libvips-darwin-x64": + optional: true + "@img/sharp-libvips-linux-arm": + optional: true + "@img/sharp-libvips-linux-arm64": + optional: true + "@img/sharp-libvips-linux-s390x": + optional: true + "@img/sharp-libvips-linux-x64": + optional: true + "@img/sharp-libvips-linuxmusl-arm64": + optional: true + "@img/sharp-libvips-linuxmusl-x64": + optional: true + "@img/sharp-linux-arm": + optional: true + "@img/sharp-linux-arm64": + optional: true + "@img/sharp-linux-s390x": + optional: true + "@img/sharp-linux-x64": + optional: true + "@img/sharp-linuxmusl-arm64": + optional: true + "@img/sharp-linuxmusl-x64": + optional: true + "@img/sharp-wasm32": + optional: true + "@img/sharp-win32-ia32": + optional: true + "@img/sharp-win32-x64": + optional: true + checksum: 10c0/6b81421ddfe6ee524d8d77e325c5e147fef22884e1c7b1656dfd89a88d7025894115da02d5f984261bf2e6daa16f98cadd1721c4ba408b4212b1d2a60f233484 + languageName: node + linkType: hard + "shebang-command@npm:^2.0.0": version: 2.0.0 resolution: "shebang-command@npm:2.0.0" @@ -20750,6 +21162,22 @@ __metadata: languageName: node linkType: hard +"styled-jsx@npm:5.1.6": + version: 5.1.6 + resolution: "styled-jsx@npm:5.1.6" + dependencies: + client-only: "npm:0.0.1" + peerDependencies: + react: ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" + peerDependenciesMeta: + "@babel/core": + optional: true + babel-plugin-macros: + optional: true + checksum: 10c0/ace50e7ea5ae5ae6a3b65a50994c51fca6ae7df9c7ecfd0104c36be0b4b3a9c5c1a2374d16e2a11e256d0b20be6d47256d768ecb4f91ab390f60752a075780f5 + languageName: node + linkType: hard + "superstruct@npm:^0.14.2": version: 0.14.2 resolution: "superstruct@npm:0.14.2" @@ -21226,58 +21654,58 @@ __metadata: languageName: node linkType: hard -"turbo-darwin-64@npm:2.1.3": - version: 2.1.3 - resolution: "turbo-darwin-64@npm:2.1.3" +"turbo-darwin-64@npm:2.2.3": + version: 2.2.3 + resolution: "turbo-darwin-64@npm:2.2.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"turbo-darwin-arm64@npm:2.1.3": - version: 2.1.3 - resolution: "turbo-darwin-arm64@npm:2.1.3" +"turbo-darwin-arm64@npm:2.2.3": + version: 2.2.3 + resolution: "turbo-darwin-arm64@npm:2.2.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"turbo-linux-64@npm:2.1.3": - version: 2.1.3 - resolution: "turbo-linux-64@npm:2.1.3" +"turbo-linux-64@npm:2.2.3": + version: 2.2.3 + resolution: "turbo-linux-64@npm:2.2.3" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"turbo-linux-arm64@npm:2.1.3": - version: 2.1.3 - resolution: "turbo-linux-arm64@npm:2.1.3" +"turbo-linux-arm64@npm:2.2.3": + version: 2.2.3 + resolution: "turbo-linux-arm64@npm:2.2.3" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"turbo-windows-64@npm:2.1.3": - version: 2.1.3 - resolution: "turbo-windows-64@npm:2.1.3" +"turbo-windows-64@npm:2.2.3": + version: 2.2.3 + resolution: "turbo-windows-64@npm:2.2.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"turbo-windows-arm64@npm:2.1.3": - version: 2.1.3 - resolution: "turbo-windows-arm64@npm:2.1.3" +"turbo-windows-arm64@npm:2.2.3": + version: 2.2.3 + resolution: "turbo-windows-arm64@npm:2.2.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"turbo@npm:^2.1.2": - version: 2.1.3 - resolution: "turbo@npm:2.1.3" - dependencies: - turbo-darwin-64: "npm:2.1.3" - turbo-darwin-arm64: "npm:2.1.3" - turbo-linux-64: "npm:2.1.3" - turbo-linux-arm64: "npm:2.1.3" - turbo-windows-64: "npm:2.1.3" - turbo-windows-arm64: "npm:2.1.3" +"turbo@npm:^2.2.3": + version: 2.2.3 + resolution: "turbo@npm:2.2.3" + dependencies: + turbo-darwin-64: "npm:2.2.3" + turbo-darwin-arm64: "npm:2.2.3" + turbo-linux-64: "npm:2.2.3" + turbo-linux-arm64: "npm:2.2.3" + turbo-windows-64: "npm:2.2.3" + turbo-windows-arm64: "npm:2.2.3" dependenciesMeta: turbo-darwin-64: optional: true @@ -21293,7 +21721,7 @@ __metadata: optional: true bin: turbo: bin/turbo - checksum: 10c0/8cac3afd402a00e885d4c5481d7e7d51beba4c16d05176693f4112b9445e3496bd0b5c2b77f06af04ccdebe595977b9f957850896a8999e39e30fa42181d69ae + checksum: 10c0/5896cc1eb4b333ad11016f3b8a4ef5f13d3848c3b0abf4027edc53a0d10f3349bda5a7b880cc57ab1312b8c6371602f0ab932bc1c3902c65c674aef9c341af15 languageName: node linkType: hard @@ -22142,7 +22570,7 @@ __metadata: languageName: node linkType: hard -"watchpack@npm:2.4.0, watchpack@npm:^2.4.0": +"watchpack@npm:^2.4.0": version: 2.4.0 resolution: "watchpack@npm:2.4.0" dependencies: