Skip to content

Commit f0206ef

Browse files
committed
chore: update @jridgewell/gen-mapping dependency to version 0.3.2 in package.json and pnpm-lock.yaml
1 parent 6263989 commit f0206ef

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"packageManager": "[email protected]",
3232
"dependencies": {
3333
"@vercel/speed-insights": "^1.1.0"
34+
},
35+
"pnpm": {
36+
"overrides": {
37+
"@jridgewell/gen-mapping": "0.3.2"
38+
}
3439
}
3540
}

packages/website/app/monitoring/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function Monitoring() {
8181
behavior: "smooth",
8282
});
8383
}
84-
} catch (e) {}
84+
} catch {}
8585
}}
8686
src="https://dashboard.react-scan.com/project/demo"
8787
className="absolute inset-0 w-full h-full hidden md:block"

pnpm-lock.yaml

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)