From 33b12b9b082327dbf91ca0797e3a09d5f3c70361 Mon Sep 17 00:00:00 2001 From: inyoung Date: Fri, 18 Oct 2024 01:39:27 +0900 Subject: [PATCH] Chore: add `next/third-parties` package #45 --- package-lock.json | 20 ++++++++++++++++++++ package.json | 1 + 2 files changed, 21 insertions(+) diff --git a/package-lock.json b/package-lock.json index ab99ef5..1807983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "likelion-nextjs", "version": "0.1.0", "dependencies": { + "@next/third-parties": "^14.2.15", "@tanstack/react-query": "^5.51.23", "dotenv": "^16.4.5", "i": "^0.3.7", @@ -2395,6 +2396,19 @@ "node": ">= 10" } }, + "node_modules/@next/third-parties": { + "version": "14.2.15", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.15.tgz", + "integrity": "sha512-15CvipE1p1GtlzVfbDfXPrAGIhzJJe75Yy6+GIBRTd36lu95BegRsUJwCxJYoKz47Q09stcU2gJDMduMGqrikw==", + "license": "MIT", + "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", @@ -11139,6 +11153,12 @@ "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==", + "license": "ISC" + }, "node_modules/throttle-debounce": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz", diff --git a/package.json b/package.json index a805466..2f4c901 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ } }, "dependencies": { + "@next/third-parties": "^14.2.15", "@tanstack/react-query": "^5.51.23", "dotenv": "^16.4.5", "i": "^0.3.7",