Skip to content

Commit

Permalink
Bump @astrojs/partytown from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/partytown)

---
updated-dependencies:
- dependency-name: "@astrojs/partytown"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 1f7d1b3 commit 0a3719d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@astrojs/image": "^0.12.1",
"@astrojs/mdx": "^1.0.3",
"@astrojs/partytown": "^2.0.0",
"@astrojs/partytown": "^2.0.1",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrolib/analytics": "^0.4.2",
Expand Down
27 changes: 23 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,25 @@
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.2.0.tgz#3b6fabd28fba86aa44e26f9fbb238ac6b4962b71"
integrity sha512-NQ4ppp1CM0HNkKbJNM4saVSfmUYzGlRalF6wx7F6T/MYHYSWGuojY89/oFTy4t8VlOGUCUijlsVNNeziWaUo5g==

"@astrojs/[email protected]":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-3.1.0.tgz#5ae8ecb06ca941dd29b7945cec911afa11764782"
integrity sha512-5UwamK0iFxN0n1Nw44vUk8AkQr4psKS63hM3D1/4bhhjs4ZFRyrYmg5NjScaMEXZcrd2KgGPsd+PEwNs4mlBOw==
dependencies:
"@astrojs/prism" "^3.0.0"
github-slugger "^2.0.0"
import-meta-resolve "^3.0.0"
rehype-raw "^6.1.1"
rehype-stringify "^9.0.4"
remark-gfm "^3.0.1"
remark-parse "^10.0.2"
remark-rehype "^10.1.0"
remark-smartypants "^2.0.0"
shiki "^0.14.3"
unified "^10.1.2"
unist-util-visit "^4.1.2"
vfile "^5.3.7"

"@astrojs/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-3.2.0.tgz#c7099c732959fabecec029ac9844e792a5089a8c"
Expand Down Expand Up @@ -95,10 +114,10 @@
unist-util-visit "^4.1.2"
vfile "^5.3.7"

"@astrojs/partytown@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-2.0.0.tgz#b67eb04a3ad9557c1a86a0086b6b66704539e5f9"
integrity sha512-WKyWs3TdxAG4b0+vkMWwDProatsikfvpjJQ+IIDEI7QvPBmdIbD9BDfuGgKIETnmkA1DxFj9G3jiGn2DGiJKzg==
"@astrojs/partytown@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-2.0.1.tgz#7589207d09da3830fe0e51ac4521c203d9cb024a"
integrity sha512-WQC5lR2XINGxvQ35KDu806AVKNsD4Qc6I/am+4JpW6CZb0ccqVt7TSCosTMmYSiuNTInsnV34RAeile88kTtbw==
dependencies:
"@builder.io/partytown" "^0.8.0"
mrmime "^1.0.1"
Expand Down

0 comments on commit 0a3719d

Please sign in to comment.