0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

fix(deps): update all non-major dependencies (#11674)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
renovate[bot] 2024-08-13 22:29:37 +08:00 committed by GitHub
parent 3c0cc4ad99
commit 4103925828
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12"
"cheerio": "1.0.0"
},
"publishConfig": {
"provenance": true

View file

@ -20,7 +20,7 @@ describe('Vercel Speed Insights', () => {
const bundle = await fixture.readFile(`../.vercel/output/static/_astro/${page}`);
assert.match(bundle, /https:\/\/vitals.vercel-analytics.com\/v1\/vitals/);
assert.match(bundle, /VERCEL_ANALYTICS_ID/);
});
});
@ -41,7 +41,7 @@ describe('Vercel Speed Insights', () => {
const bundle = await fixture.readFile(`../.vercel/output/static/_astro/${page}`);
assert.match(bundle, /https:\/\/vitals.vercel-analytics.com\/v1\/vitals/);
assert.match(bundle, /VERCEL_ANALYTICS_ID/);
});
});
});