diff --git a/package-lock.json b/package-lock.json index e9532af..24d0fa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@tonejs/midi": "^2.0.28", "@tremolo-ui/functions": "^0.2.0", "@tremolo-ui/react": "^0.2.0", - "@vercel/speed-insights": "^1.2.0", + "@vercel/speed-insights": "^2.0.0", "@xyflow/react": "^12.8.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -3996,13 +3996,14 @@ } }, "node_modules/@vercel/speed-insights": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.3.1.tgz", - "integrity": "sha512-PbEr7FrMkUrGYvlcLHGkXdCkxnylCWePx7lPxxq36DNdfo9mcUjLOmqOyPDHAOgnfqgGGdmE3XI9L/4+5fr+vQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-2.0.0.tgz", + "integrity": "sha512-jwkNcrTeafWxjmWq4AHBaptSqZiJkYU5adLC9QBSqeim0GcqDMgN5Ievh8OG1rJ6W3A4l1oiP7qr9CWxGuzu3w==", "license": "Apache-2.0", "peerDependencies": { "@sveltejs/kit": "^1 || ^2", "next": ">= 13", + "nuxt": ">= 3", "react": "^18 || ^19 || ^19.0.0-rc", "svelte": ">= 4", "vue": "^3", @@ -4015,6 +4016,9 @@ "next": { "optional": true }, + "nuxt": { + "optional": true + }, "react": { "optional": true }, diff --git a/package.json b/package.json index 8c2daa6..45b79fd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@tonejs/midi": "^2.0.28", "@tremolo-ui/functions": "^0.2.0", "@tremolo-ui/react": "^0.2.0", - "@vercel/speed-insights": "^1.2.0", + "@vercel/speed-insights": "^2.0.0", "@xyflow/react": "^12.8.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",