mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Set performance package markdoc version
This commit is contained in:
parent
1e6559ab70
commit
5ce750b015
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "unlicensed",
|
"license": "unlicensed",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.0.0",
|
"@astrojs/markdoc": "^0.0.0-markdoc-20230302210326",
|
||||||
"@astrojs/react": "^2.0.2",
|
"@astrojs/react": "^2.0.2",
|
||||||
"@performance/utils": "^0.0.0",
|
"@performance/utils": "^0.0.0",
|
||||||
"@types/react": "^18.0.21",
|
"@types/react": "^18.0.21",
|
||||||
|
|
|
@ -1189,7 +1189,7 @@ importers:
|
||||||
|
|
||||||
packages/astro/performance/fixtures/mdoc:
|
packages/astro/performance/fixtures/mdoc:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdoc': ^0.0.0
|
'@astrojs/markdoc': ^0.0.0-markdoc-20230302210326
|
||||||
'@astrojs/react': ^2.0.2
|
'@astrojs/react': ^2.0.2
|
||||||
'@performance/utils': ^0.0.0
|
'@performance/utils': ^0.0.0
|
||||||
'@types/react': ^18.0.21
|
'@types/react': ^18.0.21
|
||||||
|
|
Loading…
Reference in a new issue