summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dovlat Yakshibayev <30911739+davlet61@users.noreply.github.com> 2023-01-10 23:05:28 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-10 16:05:28 -0600
commit813073addd669538d67032a48ef6b649216dafc5 (patch)
treeb910648e2d1a06a835a783be9574271dab044269
parentd72f929cad3a4d46089556909f186f5ba6f76cb6 (diff)
downloadastro-813073addd669538d67032a48ef6b649216dafc5.tar.gz
astro-813073addd669538d67032a48ef6b649216dafc5.tar.zst
astro-813073addd669538d67032a48ef6b649216dafc5.zip
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
-rw-r--r--.changeset/gold-baboons-tie.md5
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--pnpm-lock.yaml2
3 files changed, 7 insertions, 2 deletions
diff --git a/.changeset/gold-baboons-tie.md b/.changeset/gold-baboons-tie.md
new file mode 100644
index 000000000..d6a0f574b
--- /dev/null
+++ b/.changeset/gold-baboons-tie.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/partytown': patch
+---
+
+Bumps `@builder.io/partytown` version in partytown integration to fix deprecation warning in pagespeed insights
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index d59901cab..356ec5d58 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -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": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e83d9f7a2..e8d3b7ec9 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -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