Bumps partytown version to fix deprecation warning (#5820)
* bumps partytown version, adds changeset * changes changeset from minor to patch * changes changeset from minor to patch
This commit is contained in:
parent
d72f929cad
commit
813073addd
3 changed files with 7 additions and 2 deletions
5
.changeset/gold-baboons-tie.md
Normal file
5
.changeset/gold-baboons-tie.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/partytown': patch
|
||||
---
|
||||
|
||||
Bumps `@builder.io/partytown` version in partytown integration to fix deprecation warning in pagespeed insights
|
|
@ -29,7 +29,7 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@builder.io/partytown": "^0.7.1",
|
||||
"@builder.io/partytown": "^0.7.4",
|
||||
"mrmime": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -3099,7 +3099,7 @@ importers:
|
|||
|
||||
packages/integrations/partytown:
|
||||
specifiers:
|
||||
'@builder.io/partytown': ^0.7.1
|
||||
'@builder.io/partytown': ^0.7.4
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
mrmime: ^1.0.0
|
||||
|
|
Loading…
Reference in a new issue