diff options
author | 2022-01-05 13:02:42 -0500 | |
---|---|---|
committer | 2022-01-05 13:02:42 -0500 | |
commit | e6379d514df4924ac8679a8c5a251b56a1a6bee3 (patch) | |
tree | 524fefa320fa51764da65b7897a31f3c0ae3ed3d | |
parent | 21e9e02740398f9c1e306551bc3e7c30962cf53d (diff) | |
download | astro-e6379d514df4924ac8679a8c5a251b56a1a6bee3.tar.gz astro-e6379d514df4924ac8679a8c5a251b56a1a6bee3.tar.zst astro-e6379d514df4924ac8679a8c5a251b56a1a6bee3.zip |
Bump WebAPI (#2319)
* bump webapi
* changeset
-rw-r--r-- | .changeset/thirty-rings-applaud.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/thirty-rings-applaud.md b/.changeset/thirty-rings-applaud.md new file mode 100644 index 000000000..ec1b2a986 --- /dev/null +++ b/.changeset/thirty-rings-applaud.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Updated @astropub/webapi diff --git a/packages/astro/package.json b/packages/astro/package.json index 7a0a5a60d..1073b5dd0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -64,7 +64,7 @@ "@astrojs/renderer-react": "0.4.0", "@astrojs/renderer-svelte": "0.3.1", "@astrojs/renderer-vue": "0.3.0", - "@astropub/webapi": "^0.7.3", + "@astropub/webapi": "^0.10.1", "@babel/core": "^7.15.8", "@babel/traverse": "^7.15.4", "@proload/core": "^0.2.1", @@ -147,10 +147,10 @@ vscode-languageserver-types "^3.16.0" vscode-uri "^3.0.2" -"@astropub/webapi@^0.7.3": - version "0.7.4" - resolved "https://registry.yarnpkg.com/@astropub/webapi/-/webapi-0.7.4.tgz#a24d4d5412b580d687b92cc043b3289cb1d1f34a" - integrity sha512-LpGMWrI0SWGCWol9Em4/wcAtiQHQFV3MoQUYzdpCRWg1UOpXi38d+2xDtWWEgOxb433IXLYQ6XubLLqIx5m3bQ== +"@astropub/webapi@^0.10.1": + version "0.10.1" + resolved "https://registry.yarnpkg.com/@astropub/webapi/-/webapi-0.10.1.tgz#1b312f82aa591317833fcdaae10468247a4c274b" + integrity sha512-vXf2qM0t9lFF48gBdlYiGGjYRJWsWhfK32EhsNKr32XKDQFoX1Vwnilc3vGK+ahjwsnY9l9CX/VFMu9xNqhGZw== "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.7": version "7.16.7" |