File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
examples/swr-devtools-demo Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 99 "lint" : " tsc --noEmit"
1010 },
1111 "dependencies" : {
12+ "@vercel/analytics" : " ^0.1.11" ,
1213 "next" : " ^13.1.6" ,
1314 "react" : " 18.2.0" ,
1415 "react-dom" : " 18.2.0" ,
Original file line number Diff line number Diff line change 11import "../styles/globals.css" ;
22import { SWRDevTools } from "swr-devtools" ;
3+ import { Analytics } from "@vercel/analytics/react" ;
34
45function MyApp ( { Component, pageProps } ) {
56 return (
67 < SWRDevTools >
78 < Component { ...pageProps } />
9+ < Analytics />
810 </ SWRDevTools >
911 ) ;
1012}
Original file line number Diff line number Diff line change 20102010 " @typescript-eslint/types" " 5.38.0"
20112011 eslint-visitor-keys "^3.3.0"
20122012
2013+ " @vercel/analytics@^0.1.11 " :
2014+ version "0.1.11"
2015+ resolved "https://registry.yarnpkg.com/@vercel/analytics/-/analytics-0.1.11.tgz#727a0ac655a4a89104cdea3e6925476470299428"
2016+ integrity sha512-mj5CPR02y0BRs1tN3oZcBNAX9a8NxsIUl9vElDPcqxnMfP0RbRc9fI9Ud7+QDg/1Izvt5uMumsr+6YsmVHcyuw==
2017+
20132018" @vitest/expect@0.29.3 " :
20142019 version "0.29.3"
20152020 resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.29.3.tgz#4b101ebcbaed608b20c2592cb7d833eb38e5bfa0"
You can’t perform that action at this time.
0 commit comments