File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 9
9
"lint" : " next lint"
10
10
},
11
11
"dependencies" : {
12
+ "@vercel/analytics" : " ^1.3.1" ,
12
13
"axios" : " ^1.7.3" ,
13
14
"mongoose" : " ^8.5.2" ,
14
15
"next" : " 14.2.5" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import type { Metadata } from "next";
2
2
import { Inter , Source_Code_Pro } from "next/font/google" ;
3
3
import "./globals.css" ;
4
4
import { DataProvider } from "./context/DataContext" ;
5
+ import { Analytics } from "@vercel/analytics/react" ;
5
6
6
7
const sourcecodepro = Source_Code_Pro ( {
7
8
subsets : [ "latin" ] ,
@@ -22,6 +23,7 @@ export default function RootLayout({
22
23
< html lang = "en" >
23
24
< body className = { sourcecodepro . variable } >
24
25
< DataProvider > { children } </ DataProvider >
26
+ < Analytics />
25
27
</ body >
26
28
</ html >
27
29
) ;
Original file line number Diff line number Diff line change 305
305
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
306
306
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
307
307
308
+ " @vercel/analytics@^1.3.1 " :
309
+ version "1.3.1"
310
+ resolved "https://registry.yarnpkg.com/@vercel/analytics/-/analytics-1.3.1.tgz#e2b1deac1b5d14fa2e4fe36186ac5054c6385ae4"
311
+ integrity sha512-xhSlYgAuJ6Q4WQGkzYTLmXwhYl39sWjoMA3nHxfkvG+WdBT25c563a7QhwwKivEOZtPJXifYHR1m2ihoisbWyA==
312
+ dependencies :
313
+ server-only "^0.0.1"
314
+
308
315
acorn-jsx@^5.3.2 :
309
316
version "5.3.2"
310
317
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2410,6 +2417,11 @@ semver@^7.5.4:
2410
2417
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
2411
2418
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
2412
2419
2420
+ server-only@^0.0.1 :
2421
+ version "0.0.1"
2422
+ resolved "https://registry.yarnpkg.com/server-only/-/server-only-0.0.1.tgz#0f366bb6afb618c37c9255a314535dc412cd1c9e"
2423
+ integrity sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==
2424
+
2413
2425
set-function-length@^1.2.1 :
2414
2426
version "1.2.2"
2415
2427
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
You can’t perform that action at this time.
0 commit comments