Skip to content

Commit eaf4994

Browse files
committed
deps: devalue, test fixture
1 parent 3f71932 commit eaf4994

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

packages/integrations/markdoc/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"astro": "workspace:*",
4545
"astro-scripts": "workspace:*",
4646
"chai": "^4.3.6",
47+
"devalue": "^4.2.0",
4748
"linkedom": "^0.14.12",
4849
"mocha": "^9.2.2",
4950
"vite": "^4.0.3"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "@test/markdoc-content-collections",
3+
"version": "0.0.0",
4+
"private": true,
5+
"dependencies": {
6+
"@astrojs/markdoc": "workspace:*",
7+
"@markdoc/markdoc": "^0.2.2",
8+
"astro": "workspace:*"
9+
},
10+
"devDependencies": {
11+
"shiki": "^0.11.1"
12+
}
13+
}

pnpm-lock.yaml

+15-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)