bump webapi (#2249)
This commit is contained in:
parent
ded142e4d2
commit
3f08b45955
2 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,7 @@
|
||||||
"@astrojs/renderer-react": "0.3.1",
|
"@astrojs/renderer-react": "0.3.1",
|
||||||
"@astrojs/renderer-svelte": "0.2.3",
|
"@astrojs/renderer-svelte": "0.2.3",
|
||||||
"@astrojs/renderer-vue": "0.2.1",
|
"@astrojs/renderer-vue": "0.2.1",
|
||||||
"@astropub/webapi": "^0.6.0",
|
"@astropub/webapi": "^0.7.1",
|
||||||
"@babel/core": "^7.15.8",
|
"@babel/core": "^7.15.8",
|
||||||
"@babel/traverse": "^7.15.4",
|
"@babel/traverse": "^7.15.4",
|
||||||
"@proload/core": "^0.2.1",
|
"@proload/core": "^0.2.1",
|
||||||
|
|
|
@ -147,10 +147,10 @@
|
||||||
vscode-languageserver-types "^3.16.0"
|
vscode-languageserver-types "^3.16.0"
|
||||||
vscode-uri "^3.0.2"
|
vscode-uri "^3.0.2"
|
||||||
|
|
||||||
"@astropub/webapi@^0.6.0":
|
"@astropub/webapi@^0.7.1":
|
||||||
version "0.6.0"
|
version "0.7.1"
|
||||||
resolved "https://registry.yarnpkg.com/@astropub/webapi/-/webapi-0.6.0.tgz#a56ef240e7e2ff7a47c2e7d6f0a8c048441f6399"
|
resolved "https://registry.yarnpkg.com/@astropub/webapi/-/webapi-0.7.1.tgz#a82e187b90368ff58ba258036a2f465b44297d4d"
|
||||||
integrity sha512-V/McrfI3BjzqESNDyL75Z1Xj7gPny5x0j1+v1+XO8fxS8QMuEhNX11GD0TFJPS7JZcQKTM6sZBNihm7oDIWDKA==
|
integrity sha512-cwyyFTa/PaFsmqieimMocqi0JmWcCzNhvCncEbWCaR8cP47MpWMb+auFztK8hbrZ8UA4Sq/1WF5t5U9Fy2heWQ==
|
||||||
|
|
||||||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.0":
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.0":
|
||||||
version "7.16.0"
|
version "7.16.0"
|
||||||
|
|
Loading…
Reference in a new issue