Skip to content

Commit a2a03f4

Browse files
committed
pin Antora Lunr & PDF extensions to their alpha versions
1 parent 9791867 commit a2a03f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "",
55
"main": "index.js",
66
"devDependencies": {
7-
"@antora/cli": "^3.0.0",
8-
"@antora/site-generator-default": "^3.0.0",
9-
"@antora/lunr-extension": "^1.0.0",
10-
"@antora/pdf-extension": "^1.0.0",
11-
"@antora/asciidoc-loader": "^1.0.0",
12-
"asciidoctor-kroki": "^1.0.0"
7+
"@antora/cli": "^3.0.0",
8+
"@antora/site-generator-default": "^3.0.0",
9+
"@antora/lunr-extension": "1.0.0-alpha.10",
10+
"@antora/pdf-extension": "1.0.0-alpha.12",
11+
"@antora/asciidoc-loader": "^1.0.0",
12+
"asciidoctor-kroki": "^0.18.1"
1313
},
1414
"dependencies": {
1515
"abort-controller": "^3.0.0",

0 commit comments

Comments
 (0)