@astrojs/markdoc 0.15.8 → 0.15.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrojs/markdoc",
|
|
3
3
|
"description": "Add support for Markdoc in your Astro site",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"author": "withastro",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"esbuild": "^0.25.0",
|
|
61
61
|
"github-slugger": "^2.0.0",
|
|
62
62
|
"htmlparser2": "^10.0.0",
|
|
63
|
-
"@astrojs/internal-helpers": "0.7.
|
|
64
|
-
"@astrojs/markdown-remark": "6.3.
|
|
63
|
+
"@astrojs/internal-helpers": "0.7.5",
|
|
64
|
+
"@astrojs/markdown-remark": "6.3.10",
|
|
65
65
|
"@astrojs/prism": "3.3.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/markdown-it": "^14.1.2",
|
|
72
|
-
"devalue": "^5.
|
|
72
|
+
"devalue": "^5.5.0",
|
|
73
73
|
"linkedom": "^0.18.12",
|
|
74
|
-
"vite": "^6.
|
|
75
|
-
"astro": "5.
|
|
74
|
+
"vite": "^6.4.1",
|
|
75
|
+
"astro": "5.16.5",
|
|
76
76
|
"astro-scripts": "0.0.14"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
@@ -85,6 +85,6 @@
|
|
|
85
85
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
86
86
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
87
87
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
88
|
-
"test": "astro-scripts test --timeout
|
|
88
|
+
"test": "astro-scripts test --timeout 100000 \"test/**/*.test.js\""
|
|
89
89
|
}
|
|
90
90
|
}
|