diff options
author | 2024-06-24 22:33:33 +0800 | |
---|---|---|
committer | 2024-06-24 22:33:33 +0800 | |
commit | 47e78d4752e09c47c6ab4af910e2552e8ceaf2ca (patch) | |
tree | c0088350793765551a97b868e189cca69100340f /packages/integrations/web-vitals | |
parent | 7c59f043b235464e7427467f538b3ec9b05f08e5 (diff) | |
download | astro-47e78d4752e09c47c6ab4af910e2552e8ceaf2ca.tar.gz astro-47e78d4752e09c47c6ab4af910e2552e8ceaf2ca.tar.zst astro-47e78d4752e09c47c6ab4af910e2552e8ceaf2ca.zip |
fix(deps): update all non-major dependencies (#11318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/web-vitals')
-rw-r--r-- | packages/integrations/web-vitals/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json index bb80b30f2..4313d6c7e 100644 --- a/packages/integrations/web-vitals/package.json +++ b/packages/integrations/web-vitals/package.json @@ -32,7 +32,7 @@ "test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\"" }, "dependencies": { - "web-vitals": "^4.1.1" + "web-vitals": "^4.2.0" }, "peerDependencies": { "@astrojs/db": "^0.11.0" |