Skip to content

Commit d7673a6

Browse files
committed
chore: add google analytics
1 parent aa9dac9 commit d7673a6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@next/third-parties": "^14.1.4",
1213
"firebase-admin": "^12.0.0",
1314
"isomorphic-unfetch": "^4.0.2",
1415
"next": "14.1.0",

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,13 @@
436436
resolved "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.0.tgz"
437437
integrity sha512-9WEbVRRAqJ3YFVqEZIxUqkiO8l1nool1LmNxygr5HWF8AcSYsEpneUDhmjUVJEzO2A04+oPtZdombzzPPkTtgg==
438438

439+
"@next/third-parties@^14.1.4":
440+
version "14.1.4"
441+
resolved "https://registry.yarnpkg.com/@next/third-parties/-/third-parties-14.1.4.tgz#a7d8243b7b55cf452630e5d42fc79d35d51f2ff5"
442+
integrity sha512-e/kpEFq5/ZPhHkxpJkvhMfLp3OC6KCBou0/BV8BvgjXAPgEo6sa0ZXe0l4ZEb3wcA7NIEHIpqCmjU5Z7QAHcKQ==
443+
dependencies:
444+
third-party-capital "1.0.20"
445+
439446
"@nodelib/[email protected]":
440447
version "2.1.5"
441448
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -3420,6 +3427,11 @@ text-table@^0.2.0:
34203427
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
34213428
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
34223429

3430+
3431+
version "1.0.20"
3432+
resolved "https://registry.yarnpkg.com/third-party-capital/-/third-party-capital-1.0.20.tgz#e218a929a35bf4d2245da9addb8ab978d2f41685"
3433+
integrity sha512-oB7yIimd8SuGptespDAZnNkzIz+NWaJCu2RMsbs4Wmp9zSDUM8Nhi3s2OOcqYuv3mN4hitXc8DVx+LyUmbUDiA==
3434+
34233435
to-fast-properties@^2.0.0:
34243436
version "2.0.0"
34253437
resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"

0 commit comments

Comments
 (0)