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:
parent
3c0cc4ad99
commit
4103925828
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@
|
|||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"cheerio": "1.0.0-rc.12"
|
||||
"cheerio": "1.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"provenance": true
|
||||
|
|
|
@ -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/);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue