From 8ed715b564e746207884ef97b242022906e4695e Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Fri, 12 Apr 2024 14:56:31 -0700 Subject: [PATCH] Updated nextjs and all dependencies --- package.json | 20 +- src/lib/gql/__generated__/drupal.d.ts | 8 +- yarn.lock | 361 ++++++++++++++------------ 3 files changed, 213 insertions(+), 176 deletions(-) diff --git a/package.json b/package.json index 02afc7af..ce071d6b 100644 --- a/package.json +++ b/package.json @@ -12,15 +12,15 @@ "graphql": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen --config codegen.ts -r dotenv/config" }, "dependencies": { - "@formkit/auto-animate": "^0.8.1", + "@formkit/auto-animate": "^0.8.2", "@heroicons/react": "^2.1.3", - "@mui/base": "^5.0.0-beta.41", - "@next/third-parties": "^14.1.4", + "@mui/base": "^5.0.0-beta.42", + "@next/third-parties": "^14.2.1", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.12", - "@tanstack/react-query": "^5.28.9", - "@types/node": "^20.11.30", - "@types/react": "^18.2.73", + "@tanstack/react-query": "^5.29.2", + "@types/node": "^20.12.7", + "@types/react": "^18.2.77", "autoprefixer": "^10.4.19", "axios": "^1.6.8", "critters": "^0.0.22", @@ -30,7 +30,7 @@ "graphql-tag": "^2.12.6", "html-react-parser": "^5.1.10", "jsona": "^1.12.1", - "next": "^14.1.4", + "next": "^14.2.1", "next-drupal": "^1.6.0", "postcss": "^8.4.38", "react": "^18.2.0", @@ -45,8 +45,8 @@ "sharp": "^0.33.3", "tailwind-merge": "^2.2.2", "tailwindcss": "^3.4.3", - "typescript": "^5.4.3", - "usehooks-ts": "^3.0.2" + "typescript": "^5.4.5", + "usehooks-ts": "^3.1.0" }, "devDependencies": { "@graphql-codegen/cli": "5.0.2", @@ -55,7 +55,7 @@ "@graphql-codegen/typescript-operations": "4.2.0", "@types/qs": "^6.9.14", "eslint": "^8.57.0", - "eslint-config-next": "^14.1.4", + "eslint-config-next": "^14.2.1", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-unused-imports": "^3.1.0" }, diff --git a/src/lib/gql/__generated__/drupal.d.ts b/src/lib/gql/__generated__/drupal.d.ts index 5ccf96f6..bfdda510 100644 --- a/src/lib/gql/__generated__/drupal.d.ts +++ b/src/lib/gql/__generated__/drupal.d.ts @@ -3192,7 +3192,7 @@ export type SuArticleJournal = CitationInterface & { /** * Add a URL to an external source for this publication item such as https://example.com/. * This can be the same url as the DOI link. - * By adding an external source URL, all listings of thie publication will link + * By adding an external source URL, all listings of this publication will link * to the external source instead of a page on this website. */ suUrl?: Maybe; @@ -3218,7 +3218,7 @@ export type SuArticleNewspaper = CitationInterface & { /** * Add a URL to an external source for this publication item such as https://example.com/. * This can be the same url as the DOI link. - * By adding an external source URL, all listings of thie publication will link + * By adding an external source URL, all listings of this publication will link * to the external source instead of a page on this website. */ suUrl?: Maybe; @@ -3255,7 +3255,7 @@ export type SuBook = CitationInterface & { /** * Add a URL to an external source for this publication item such as https://example.com/. * This can be the same url as the DOI link. - * By adding an external source URL, all listings of thie publication will link + * By adding an external source URL, all listings of this publication will link * to the external source instead of a page on this website. */ suUrl?: Maybe; @@ -3332,7 +3332,7 @@ export type SuThesi = CitationInterface & { /** * Add a URL to an external source for this publication item such as https://example.com/. * This can be the same url as the DOI link. - * By adding an external source URL, all listings of thie publication will link + * By adding an external source URL, all listings of this publication will link * to the external source instead of a page on this website. */ suUrl?: Maybe; diff --git a/yarn.lock b/yarn.lock index c8200252..ec9028f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -658,7 +658,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.0": +"@babel/runtime@npm:^7.24.0": version: 7.24.0 resolution: "@babel/runtime@npm:7.24.0" dependencies: @@ -667,6 +667,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.24.4": + version: 7.24.4 + resolution: "@babel/runtime@npm:7.24.4" + dependencies: + regenerator-runtime: "npm:^0.14.0" + checksum: 10c0/785aff96a3aa8ff97f90958e1e8a7b1d47f793b204b47c6455eaadc3f694f48c97cd5c0a921fe3596d818e71f18106610a164fb0f1c71fd68c622a58269d537c + languageName: node + linkType: hard + "@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.22.15": version: 7.22.15 resolution: "@babel/template@npm:7.22.15" @@ -845,10 +854,10 @@ __metadata: languageName: node linkType: hard -"@formkit/auto-animate@npm:^0.8.1": - version: 0.8.1 - resolution: "@formkit/auto-animate@npm:0.8.1" - checksum: 10c0/78dea83222f974e57028136ec4e894f74f729f7dd343504aa85c8562647952d1576a031fa5d16a603371206f23386997952345707f4242f3891f0cbf87509e19 +"@formkit/auto-animate@npm:^0.8.2": + version: 0.8.2 + resolution: "@formkit/auto-animate@npm:0.8.2" + checksum: 10c0/0b24af241c229f37643cd62ea78fd7fddf621c06516cf62452035ea0bf489b6b53068eea47abb40b6bb3653bb91c1efad8b7257014a3559d26ad77b47b5337cb languageName: node linkType: hard @@ -1903,14 +1912,14 @@ __metadata: languageName: node linkType: hard -"@mui/base@npm:^5.0.0-beta.41": - version: 5.0.0-beta.41 - resolution: "@mui/base@npm:5.0.0-beta.41" +"@mui/base@npm:^5.0.0-beta.42": + version: 5.0.0-beta.42 + resolution: "@mui/base@npm:5.0.0-beta.42" dependencies: - "@babel/runtime": "npm:^7.23.9" + "@babel/runtime": "npm:^7.24.4" "@floating-ui/react-dom": "npm:^2.0.8" "@mui/types": "npm:^7.2.14" - "@mui/utils": "npm:^5.15.14" + "@mui/utils": "npm:^6.0.0-alpha.1" "@popperjs/core": "npm:^2.11.8" clsx: "npm:^2.1.0" prop-types: "npm:^15.8.1" @@ -1921,7 +1930,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/076c85e28f1b87d0481ebc6b7320b94fd4340f2e48b9e803e4d08686fa71706378dbb0444fc26e4cf47449c5fca901c130ed09a86e28f0c1d66a824b914dbff1 + checksum: 10c0/768276965820cffc26295d534a2610fdc8da533e083352da779983d1d16d39784fc764ae3f8bae9e9f7ae3dd7ecb448b483c8ae36d785b3bc81fd436b19f1c8c languageName: node linkType: hard @@ -1937,12 +1946,12 @@ __metadata: languageName: node linkType: hard -"@mui/utils@npm:^5.15.14": - version: 5.15.14 - resolution: "@mui/utils@npm:5.15.14" +"@mui/utils@npm:^6.0.0-alpha.1": + version: 6.0.0-alpha.1 + resolution: "@mui/utils@npm:6.0.0-alpha.1" dependencies: - "@babel/runtime": "npm:^7.23.9" - "@types/prop-types": "npm:^15.7.11" + "@babel/runtime": "npm:^7.24.4" + "@types/prop-types": "npm:^15.7.12" prop-types: "npm:^15.8.1" react-is: "npm:^18.2.0" peerDependencies: @@ -1951,7 +1960,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/36265988477637a011361456b40929de928e215466b72e6c48673a2088610d83e09960a3e0608100448910683079fc80a5e11dbf49b9ce7109dd8e49403ae3b3 + checksum: 10c0/4dea7da55d57f030d91a15a88fd1cb1d30a94df6d6c2066adf3a5b48a801944082de206ab1074ba116d4d227c2338a037874247ff1d8d928a87d4199a4a10b9b languageName: node linkType: hard @@ -1962,19 +1971,19 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:14.1.4": - version: 14.1.4 - resolution: "@next/env@npm:14.1.4" - checksum: 10c0/35f5e817bb47993565bc4b2b9961f9697e0f08b05bc008984de7e89c3626f4ef6db314629a52302786b2f386539005666b7ad56b441e45cc79b0a49835f8062b +"@next/env@npm:14.2.1": + version: 14.2.1 + resolution: "@next/env@npm:14.2.1" + checksum: 10c0/c0c2cd3d94aab6454f7a2f88922e5968b82fafda98160f4cc1048c335b9e3d10d6d9095ac2ed2fc06b14dc83b596cfb205bcafa1139d81b0e93fa0670d1461ad languageName: node linkType: hard -"@next/eslint-plugin-next@npm:14.1.4": - version: 14.1.4 - resolution: "@next/eslint-plugin-next@npm:14.1.4" +"@next/eslint-plugin-next@npm:14.2.1": + version: 14.2.1 + resolution: "@next/eslint-plugin-next@npm:14.2.1" dependencies: glob: "npm:10.3.10" - checksum: 10c0/fb49237153bf528ef3939e1ceae0f658e44abcf0ca155d8042c7961f523e4d9aeba3de18532b633734f3b5524b644e9c3c5187089e0d400896c1c35812bbbdd3 + checksum: 10c0/f037d096734643d45bc606290c94da7e762e09ed821651648a9300a1cdf394c459652629edbe2b8e7bff5f2ef286038778bb8b029f6cf196230351cee60dfcda languageName: node linkType: hard @@ -1985,9 +1994,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-darwin-arm64@npm:14.1.4" +"@next/swc-darwin-arm64@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-darwin-arm64@npm:14.2.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -1999,9 +2008,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-darwin-x64@npm:14.1.4" +"@next/swc-darwin-x64@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-darwin-x64@npm:14.2.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -2013,9 +2022,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-linux-arm64-gnu@npm:14.1.4" +"@next/swc-linux-arm64-gnu@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -2027,9 +2036,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-linux-arm64-musl@npm:14.1.4" +"@next/swc-linux-arm64-musl@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -2041,9 +2050,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-linux-x64-gnu@npm:14.1.4" +"@next/swc-linux-x64-gnu@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -2055,9 +2064,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-linux-x64-musl@npm:14.1.4" +"@next/swc-linux-x64-musl@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-linux-x64-musl@npm:14.2.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -2069,9 +2078,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-win32-arm64-msvc@npm:14.1.4" +"@next/swc-win32-arm64-msvc@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -2083,9 +2092,9 @@ __metadata: languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-win32-ia32-msvc@npm:14.1.4" +"@next/swc-win32-ia32-msvc@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.1" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -2097,22 +2106,22 @@ __metadata: languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.1.4": - version: 14.1.4 - resolution: "@next/swc-win32-x64-msvc@npm:14.1.4" +"@next/swc-win32-x64-msvc@npm:14.2.1": + version: 14.2.1 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@next/third-parties@npm:^14.1.4": - version: 14.1.4 - resolution: "@next/third-parties@npm:14.1.4" +"@next/third-parties@npm:^14.2.1": + version: 14.2.1 + resolution: "@next/third-parties@npm:14.2.1" dependencies: third-party-capital: "npm:1.0.20" peerDependencies: next: ^13.0.0 || ^14.0.0 react: ^18.2.0 - checksum: 10c0/426fc2445cb9efa1fbb25767e2a481d0ec31c1f022520e46da5c26b533dfc56e44b1706b9c6ba25da37fa72b884f476ff9bccf206f7cbfc442b9a08d1ddfad77 + checksum: 10c0/8aa0552bc284f3bd3f7cdba868e57d344419d4c074d47164bc8457ad2f031394a82a35a3665077773be1b335a08fee6708558e0af1c9d38ecaec26d2a61e4cea languageName: node linkType: hard @@ -3610,6 +3619,13 @@ __metadata: languageName: node linkType: hard +"@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.2": version: 0.5.2 resolution: "@swc/helpers@npm:0.5.2" @@ -3619,6 +3635,16 @@ __metadata: 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/21a9b9cfe7e00865f9c9f3eb4c1cc5b397143464f7abee76a2c5366e591e06b0155b5aac93fe8269ef8d548df253f6fd931e9ddfc0fd12efd405f90f45506e7d + languageName: node + linkType: hard + "@swc/helpers@npm:^0.4.14": version: 0.4.36 resolution: "@swc/helpers@npm:0.4.36" @@ -3681,21 +3707,21 @@ __metadata: languageName: node linkType: hard -"@tanstack/query-core@npm:5.28.9": - version: 5.28.9 - resolution: "@tanstack/query-core@npm:5.28.9" - checksum: 10c0/bba29392deb8eb1c58012cf298452a6ea2c03e1cf0ff17e09b39093777adcf6670c31a039d4c8ffc4a16a1f512af984cceed6351d30f377342963ce4c4b92a2b +"@tanstack/query-core@npm:5.29.0": + version: 5.29.0 + resolution: "@tanstack/query-core@npm:5.29.0" + checksum: 10c0/ec90801c7234a551e347656b02c6e4dcc448722c466cc42eaf03bb69ac535c2e26a74f7189c21cf836cacf41851f30d17beae0f9478017b6220b612e1803eddb languageName: node linkType: hard -"@tanstack/react-query@npm:^5.28.9": - version: 5.28.9 - resolution: "@tanstack/react-query@npm:5.28.9" +"@tanstack/react-query@npm:^5.29.2": + version: 5.29.2 + resolution: "@tanstack/react-query@npm:5.29.2" dependencies: - "@tanstack/query-core": "npm:5.28.9" + "@tanstack/query-core": "npm:5.29.0" peerDependencies: react: ^18.0.0 - checksum: 10c0/2f6dcc691074f99cbd52a80f26bbc1dcad536700fda09d156ac430b917f054d1d206459be0deb6baa8933075ffcf6457925db6b76bf8634bee48805fde8d3037 + checksum: 10c0/80a47d2c04b1f68b8890c7d48c4e6330c0c83569f751d91a631291ca4f32e5521663b93cfd12fa06800aa73ae50a372b91614b85679eec3a92dba5b4c5f87b2e languageName: node linkType: hard @@ -3736,22 +3762,29 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.11.30": - version: 20.11.30 - resolution: "@types/node@npm:20.11.30" +"@types/node@npm:^20.12.7": + version: 20.12.7 + resolution: "@types/node@npm:20.12.7" dependencies: undici-types: "npm:~5.26.4" - checksum: 10c0/867cfaf969c6d8850d8d7304e7ab739898a50ecb1395b61ff2335644f5f48d7a46fbc4a14cee967aed65ec134b61a746edae70d1f32f11321ccf29165e3bc4e6 + checksum: 10c0/dce80d63a3b91892b321af823d624995c61e39c6a223cc0ac481a44d337640cc46931d33efb3beeed75f5c85c3bda1d97cef4c5cd4ec333caf5dee59cff6eca0 languageName: node linkType: hard -"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.11": +"@types/prop-types@npm:*": version: 15.7.11 resolution: "@types/prop-types@npm:15.7.11" checksum: 10c0/e53423cf9d510515ef8b47ff42f4f1b65a7b7b37c8704e2dbfcb9a60defe0c0e1f3cb1acfdeb466bad44ca938d7c79bffdd51b48ffb659df2432169d0b27a132 languageName: node linkType: hard +"@types/prop-types@npm:^15.7.12": + version: 15.7.12 + resolution: "@types/prop-types@npm:15.7.12" + checksum: 10c0/1babcc7db6a1177779f8fde0ccc78d64d459906e6ef69a4ed4dd6339c920c2e05b074ee5a92120fe4e9d9f1a01c952f843ebd550bee2332fc2ef81d1706878f8 + languageName: node + linkType: hard + "@types/qs@npm:^6.9.14": version: 6.9.14 resolution: "@types/qs@npm:6.9.14" @@ -3759,13 +3792,13 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:^18.2.73": - version: 18.2.73 - resolution: "@types/react@npm:18.2.73" +"@types/react@npm:^18.2.77": + version: 18.2.77 + resolution: "@types/react@npm:18.2.77" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10c0/b6645ab3c20efa41cfccf58ce0be45419517a0ba4594e323dd400342fb1c1f9589d169cf9bfa85b5b0605e9097fe9de7734b6d0c533f5b9bc32aaadb624537a4 + checksum: 10c0/9114149933dbee3fdf5900786e660afe3146e8e277424aaf94dca50e29f1de56802b38a83bb65166ff53da086062bb8d001af563a6c906fe3540bdc46554d05a languageName: node linkType: hard @@ -3785,31 +3818,21 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0": - version: 6.13.2 - resolution: "@typescript-eslint/parser@npm:6.13.2" +"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0": + version: 7.2.0 + resolution: "@typescript-eslint/parser@npm:7.2.0" dependencies: - "@typescript-eslint/scope-manager": "npm:6.13.2" - "@typescript-eslint/types": "npm:6.13.2" - "@typescript-eslint/typescript-estree": "npm:6.13.2" - "@typescript-eslint/visitor-keys": "npm:6.13.2" + "@typescript-eslint/scope-manager": "npm:7.2.0" + "@typescript-eslint/types": "npm:7.2.0" + "@typescript-eslint/typescript-estree": "npm:7.2.0" + "@typescript-eslint/visitor-keys": "npm:7.2.0" debug: "npm:^4.3.4" peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/2c62b8cd8a37eb2ea59cd00e559f51a9f57af746e2040e872af3c58ddd3f4071ad7b7009789bdeb0e0d4ee0343bfe96ee77288020f3ae22d08e1674203f5e156 - languageName: node - linkType: hard - -"@typescript-eslint/scope-manager@npm:6.13.2": - version: 6.13.2 - resolution: "@typescript-eslint/scope-manager@npm:6.13.2" - dependencies: - "@typescript-eslint/types": "npm:6.13.2" - "@typescript-eslint/visitor-keys": "npm:6.13.2" - checksum: 10c0/9b159e5bb10dfb5953e71488200b4126378fc7e987ce7d90946aea9ec40cd66c7ada92399657c5d9794189b764ca6f4eb38a8dcb9e4c5aa50ab6000a39636b9c + checksum: 10c0/11ce36c68212fdbf98fc6fd32ba0977d46b645fd669a3f4fdb8be2036225f86ad005b31a66f97097e90517c44c92cf9cc5fb1d6e9647ee2fa125c4af21cdb477 languageName: node linkType: hard @@ -3823,10 +3846,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:6.13.2": - version: 6.13.2 - resolution: "@typescript-eslint/types@npm:6.13.2" - checksum: 10c0/029918ca5b1442bb4bc435773504ce32191e2c3e2fde8d4176bb6513f03e3dfa2aa9724b2d22b1640656d666b97f7a7ebfeaf67b881d5e07250828fa83e3ebe8 +"@typescript-eslint/scope-manager@npm:7.2.0": + version: 7.2.0 + resolution: "@typescript-eslint/scope-manager@npm:7.2.0" + dependencies: + "@typescript-eslint/types": "npm:7.2.0" + "@typescript-eslint/visitor-keys": "npm:7.2.0" + checksum: 10c0/4d088c127e6ba1a7de8567f70684779083be24b48746c3b4a86a0ec7062bca58693ee08482349ad6572a17ada8aa6f26b74d1c7139c8fcf7101fa09a572e0ea6 languageName: node linkType: hard @@ -3837,30 +3863,38 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.13.2": - version: 6.13.2 - resolution: "@typescript-eslint/typescript-estree@npm:6.13.2" +"@typescript-eslint/types@npm:7.2.0": + version: 7.2.0 + resolution: "@typescript-eslint/types@npm:7.2.0" + checksum: 10c0/135aae061720185855bea61ea6cfd33f4801d2de57f65e50079bbdb505100f844632aa4e4bdeec9e9e79d29aaddad949178d0e918e41867da6ab4b1390820e33 + languageName: node + linkType: hard + +"@typescript-eslint/typescript-estree@npm:6.21.0": + version: 6.21.0 + resolution: "@typescript-eslint/typescript-estree@npm:6.21.0" dependencies: - "@typescript-eslint/types": "npm:6.13.2" - "@typescript-eslint/visitor-keys": "npm:6.13.2" + "@typescript-eslint/types": "npm:6.21.0" + "@typescript-eslint/visitor-keys": "npm:6.21.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" + minimatch: "npm:9.0.3" semver: "npm:^7.5.4" ts-api-utils: "npm:^1.0.1" peerDependenciesMeta: typescript: optional: true - checksum: 10c0/1c4c59dce0c51fdfee34d9f418e64fe28e3ec1a97661efc8a3d2780bdff36aff38de9090d356a968f394fa6d4e9c058936ce9cd260d4c44a52761ecd74915bce + checksum: 10c0/af1438c60f080045ebb330155a8c9bb90db345d5069cdd5d01b67de502abb7449d6c75500519df829f913a6b3f490ade3e8215279b6bdc63d0fb0ae61034df5f languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.21.0" +"@typescript-eslint/typescript-estree@npm:7.2.0": + version: 7.2.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.2.0" dependencies: - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/visitor-keys": "npm:6.21.0" + "@typescript-eslint/types": "npm:7.2.0" + "@typescript-eslint/visitor-keys": "npm:7.2.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -3870,7 +3904,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/af1438c60f080045ebb330155a8c9bb90db345d5069cdd5d01b67de502abb7449d6c75500519df829f913a6b3f490ade3e8215279b6bdc63d0fb0ae61034df5f + checksum: 10c0/2730bb17730e6f3ca4061f00688a70386a808f5d174fdeb757c3cfa92c455373f69080df33237c1a8970e818af0cea0ae5a083970ed8ba493f3b04458c6f9271 languageName: node linkType: hard @@ -3891,16 +3925,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.13.2": - version: 6.13.2 - resolution: "@typescript-eslint/visitor-keys@npm:6.13.2" - dependencies: - "@typescript-eslint/types": "npm:6.13.2" - eslint-visitor-keys: "npm:^3.4.1" - checksum: 10c0/c173bc1fcc42c3075a5ee094e7f3bf0279d98315c25ff49e20d02d79022b1d0402accfa113b070afb4d52a6f6d180594b67baa8b6a784eabdf82b54dd1ff454c - languageName: node - linkType: hard - "@typescript-eslint/visitor-keys@npm:6.21.0": version: 6.21.0 resolution: "@typescript-eslint/visitor-keys@npm:6.21.0" @@ -3911,6 +3935,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:7.2.0": + version: 7.2.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.2.0" + dependencies: + "@typescript-eslint/types": "npm:7.2.0" + eslint-visitor-keys: "npm:^3.4.1" + checksum: 10c0/2d7467495b2b76f3edb1b3047e97076c2242e7eca6d50bbbdd88219f9ff754dbcb9334a0568fe0ceb4c562823980938bd278aa2ba53da6343e7d99a167924f24 + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" @@ -4398,26 +4432,26 @@ __metadata: version: 0.0.0-use.local resolution: "basic-starter@workspace:." dependencies: - "@formkit/auto-animate": "npm:^0.8.1" + "@formkit/auto-animate": "npm:^0.8.2" "@graphql-codegen/cli": "npm:5.0.2" "@graphql-codegen/import-types-preset": "npm:^3.0.0" "@graphql-codegen/typescript-graphql-request": "npm:^6.2.0" "@graphql-codegen/typescript-operations": "npm:4.2.0" "@heroicons/react": "npm:^2.1.3" - "@mui/base": "npm:^5.0.0-beta.41" - "@next/third-parties": "npm:^14.1.4" + "@mui/base": "npm:^5.0.0-beta.42" + "@next/third-parties": "npm:^14.2.1" "@tailwindcss/container-queries": "npm:^0.1.1" "@tailwindcss/typography": "npm:^0.5.12" - "@tanstack/react-query": "npm:^5.28.9" - "@types/node": "npm:^20.11.30" + "@tanstack/react-query": "npm:^5.29.2" + "@types/node": "npm:^20.12.7" "@types/qs": "npm:^6.9.14" - "@types/react": "npm:^18.2.73" + "@types/react": "npm:^18.2.77" autoprefixer: "npm:^10.4.19" axios: "npm:^1.6.8" critters: "npm:^0.0.22" decanter: "npm:^7.2.0" eslint: "npm:^8.57.0" - eslint-config-next: "npm:^14.1.4" + eslint-config-next: "npm:^14.2.1" eslint-plugin-deprecation: "npm:^2.0.0" eslint-plugin-unused-imports: "npm:^3.1.0" graphql: "npm:^16.8.1" @@ -4425,7 +4459,7 @@ __metadata: graphql-tag: "npm:^2.12.6" html-react-parser: "npm:^5.1.10" jsona: "npm:^1.12.1" - next: "npm:^14.1.4" + next: "npm:^14.2.1" next-drupal: "npm:^1.6.0" postcss: "npm:^8.4.38" react: "npm:^18.2.0" @@ -4440,8 +4474,8 @@ __metadata: sharp: "npm:^0.33.3" tailwind-merge: "npm:^2.2.2" tailwindcss: "npm:^3.4.3" - typescript: "npm:^5.4.3" - usehooks-ts: "npm:^3.0.2" + typescript: "npm:^5.4.5" + usehooks-ts: "npm:^3.1.0" languageName: unknown linkType: soft @@ -5521,13 +5555,13 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:^14.1.4": - version: 14.1.4 - resolution: "eslint-config-next@npm:14.1.4" +"eslint-config-next@npm:^14.2.1": + version: 14.2.1 + resolution: "eslint-config-next@npm:14.2.1" dependencies: - "@next/eslint-plugin-next": "npm:14.1.4" + "@next/eslint-plugin-next": "npm:14.2.1" "@rushstack/eslint-patch": "npm:^1.3.3" - "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0" + "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" eslint-import-resolver-node: "npm:^0.3.6" eslint-import-resolver-typescript: "npm:^3.5.2" eslint-plugin-import: "npm:^2.28.1" @@ -5540,7 +5574,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/05f1108a2192708b4d4dab2bcb454c551bb8af5802c99f7abf98318ade95d52ed9459a03f3fa6498b2d144a0f8e846c27cdc1b23370962da83d22fdfb3d50bde + checksum: 10c0/ef40905b8efd3ab3323c34e60aa5fe013c9158a15e84bd2091a5c21e8c49d25b19402984f8422f274509ce1dae23b59376cd6373d602a1ffd9adf5583bad3e36 languageName: node linkType: hard @@ -7763,21 +7797,21 @@ __metadata: languageName: node linkType: hard -"next@npm:^14.1.4": - version: 14.1.4 - resolution: "next@npm:14.1.4" +"next@npm:^14.2.1": + version: 14.2.1 + resolution: "next@npm:14.2.1" dependencies: - "@next/env": "npm:14.1.4" - "@next/swc-darwin-arm64": "npm:14.1.4" - "@next/swc-darwin-x64": "npm:14.1.4" - "@next/swc-linux-arm64-gnu": "npm:14.1.4" - "@next/swc-linux-arm64-musl": "npm:14.1.4" - "@next/swc-linux-x64-gnu": "npm:14.1.4" - "@next/swc-linux-x64-musl": "npm:14.1.4" - "@next/swc-win32-arm64-msvc": "npm:14.1.4" - "@next/swc-win32-ia32-msvc": "npm:14.1.4" - "@next/swc-win32-x64-msvc": "npm:14.1.4" - "@swc/helpers": "npm:0.5.2" + "@next/env": "npm:14.2.1" + "@next/swc-darwin-arm64": "npm:14.2.1" + "@next/swc-darwin-x64": "npm:14.2.1" + "@next/swc-linux-arm64-gnu": "npm:14.2.1" + "@next/swc-linux-arm64-musl": "npm:14.2.1" + "@next/swc-linux-x64-gnu": "npm:14.2.1" + "@next/swc-linux-x64-musl": "npm:14.2.1" + "@next/swc-win32-arm64-msvc": "npm:14.2.1" + "@next/swc-win32-ia32-msvc": "npm:14.2.1" + "@next/swc-win32-x64-msvc": "npm:14.2.1" + "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001579" graceful-fs: "npm:^4.2.11" @@ -7785,6 +7819,7 @@ __metadata: styled-jsx: "npm:5.1.1" peerDependencies: "@opentelemetry/api": ^1.1.0 + "@playwright/test": ^1.41.2 react: ^18.2.0 react-dom: ^18.2.0 sass: ^1.3.0 @@ -7810,11 +7845,13 @@ __metadata: peerDependenciesMeta: "@opentelemetry/api": optional: true + "@playwright/test": + optional: true sass: optional: true bin: next: dist/bin/next - checksum: 10c0/7576d7af913f6e24997126b1b13c9bfd0de926ecce72b16944f9f9ba221a3563d3a16b13d7aad7774a428462534afe71879ea0ca5ad80cc9075f08773d13a3b1 + checksum: 10c0/716c40c089e8d5a724ac2bb7478345056748e8b93f0eda1654bf5bc5ec0c2f7bfea7d0c2060d54de5e2b943b00650ce8fbe4905253a46c9fe4ff8f2edc4091f1 languageName: node linkType: hard @@ -9841,23 +9878,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.4.3": - version: 5.4.3 - resolution: "typescript@npm:5.4.3" +"typescript@npm:^5.4.5": + version: 5.4.5 + resolution: "typescript@npm:5.4.5" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/22443a8760c3668e256c0b34b6b45c359ef6cecc10c42558806177a7d500ab1a7d7aac1f976d712e26989ddf6731d2fbdd3212b7c73290a45127c1c43ba2005a + checksum: 10c0/2954022ada340fd3d6a9e2b8e534f65d57c92d5f3989a263754a78aba549f7e6529acc1921913560a4b816c46dce7df4a4d29f9f11a3dc0d4213bb76d043251e languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.4.3#optional!builtin": - version: 5.4.3 - resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin::version=5.4.3&hash=5adc0c" +"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin": + version: 5.4.5 + resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin::version=5.4.5&hash=5adc0c" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/6e51f8b7e6ec55b897b9e56b67e864fe8f44e30f4a14357aad5dc0f7432db2f01efc0522df0b6c36d361c51f2dc3dcac5c832efd96a404cfabf884e915d38828 + checksum: 10c0/db2ad2a16ca829f50427eeb1da155e7a45e598eec7b086d8b4e8ba44e5a235f758e606d681c66992230d3fc3b8995865e5fd0b22a2c95486d0b3200f83072ec9 languageName: node linkType: hard @@ -10007,14 +10044,14 @@ __metadata: languageName: node linkType: hard -"usehooks-ts@npm:^3.0.2": - version: 3.0.2 - resolution: "usehooks-ts@npm:3.0.2" +"usehooks-ts@npm:^3.1.0": + version: 3.1.0 + resolution: "usehooks-ts@npm:3.1.0" dependencies: lodash.debounce: "npm:^4.0.8" peerDependencies: react: ^16.8.0 || ^17 || ^18 - checksum: 10c0/8df3f65fa343838b0dfe359d7c12162180d62eac04efc611fbda43bc9703afaa1d70007c19eadcc9021671aaa2105e659c07f2acb707013e017c966e2a2aec82 + checksum: 10c0/2204d8c95109302bdaaa51a66bf216f3dba750f1d2795c20ecba75ba1c44a070a253935d537ef536514ab6e363bcc02ccc78b5ad63576ff8d880d577cf3fc48f languageName: node linkType: hard