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:
Dovlat Yakshibayev 2023-01-10 23:05:28 +01:00 committed by GitHub
parent d72f929cad
commit 813073addd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/partytown': patch
---
Bumps `@builder.io/partytown` version in partytown integration to fix deprecation warning in pagespeed insights

View file

@ -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": {

View file

@ -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