diff options
Diffstat (limited to 'packages/integrations/web-vitals/package.json')
-rw-r--r-- | packages/integrations/web-vitals/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json index b8b646c28..0a64ab720 100644 --- a/packages/integrations/web-vitals/package.json +++ b/packages/integrations/web-vitals/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/web-vitals", "description": "Track your website’s performance with Astro DB", - "version": "0.2.1", + "version": "1.0.0", "type": "module", "author": "withastro", "license": "MIT", @@ -35,7 +35,7 @@ "web-vitals": "^4.2.1" }, "peerDependencies": { - "@astrojs/db": "^0.11.0" + "@astrojs/db": "^0.12.0" }, "devDependencies": { "@astrojs/db": "workspace:*", |