From d91e212978b7fcd271383dde018d8bd0865d1446 Mon Sep 17 00:00:00 2001 From: Mahiru Date: Sun, 29 Sep 2024 20:55:17 +0800 Subject: [PATCH] update pkgs --- package-lock.json | 18 ++++++++++++++++++ package.json | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 727c765..dd61959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "webgal-homepage", "version": "2.0.0", "dependencies": { + "@next/third-parties": "^14.2.13", "gray-matter": "^4.0.3", "next": "14.0.2", "next-intl": "^2.22.1", @@ -445,6 +446,18 @@ "node": ">= 10" } }, + "node_modules/@next/third-parties": { + "version": "14.2.13", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.13.tgz", + "integrity": "sha512-OSqD2E9JO0/GE8HT5QAUsYVXwjWtPLScAX70kO2xopwDAdRzakrsQS55Cihd862X/4bUB37ApVZ9DlHcExzeOg==", + "dependencies": { + "third-party-capital": "1.0.20" + }, + "peerDependencies": { + "next": "^13.0.0 || ^14.0.0", + "react": "^18.2.0" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -6023,6 +6036,11 @@ "node": ">=0.8" } }, + "node_modules/third-party-capital": { + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/third-party-capital/-/third-party-capital-1.0.20.tgz", + "integrity": "sha512-oB7yIimd8SuGptespDAZnNkzIz+NWaJCu2RMsbs4Wmp9zSDUM8Nhi3s2OOcqYuv3mN4hitXc8DVx+LyUmbUDiA==" + }, "node_modules/titleize": { "version": "3.0.0", "dev": true, diff --git a/package.json b/package.json index cfdeb3d..08b5fba 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "next lint" }, "dependencies": { + "@next/third-parties": "^14.2.13", "gray-matter": "^4.0.3", "next": "14.0.2", "next-intl": "^2.22.1", @@ -30,4 +31,4 @@ "tailwindcss": "^3.3.5", "typescript": "^5.2.2" } -} \ No newline at end of file +}