Skip to content

Commit b0eadda

Browse files
committed
update package
1 parent ae0cb26 commit b0eadda

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"clean": "rm -rf build",
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"start": "nodemon -e adoc --exec \"npm run build && npm run serve\"",
9+
"start": "npm update && nodemon -e adoc --exec \"npm run build\" & npm run serve",
1010
"serve": "node server.js",
1111
"build": "antora --stacktrace preview.yml",
1212
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
@@ -24,22 +24,19 @@
2424
},
2525
"homepage": "https://github.com/neo4j/docs-http-api#readme",
2626
"dependencies": {
27-
"@antora/cli": "^3.1.7",
28-
"@antora/site-generator-default": "^3.1.7",
27+
"antora": "^3.1.10",
28+
"@neo4j-antora/aliases-redirects": "^0.2.3",
2929
"@neo4j-antora/antora-add-notes": "^0.3.1",
30-
"@neo4j-antora/antora-modify-sitemaps": "^0.4.3",
31-
"@neo4j-antora/antora-page-roles": "^0.3.1",
32-
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
33-
"@neo4j-documentation/macros": "^1.0.2",
30+
"@neo4j-antora/antora-page-roles": "^0.3.2",
31+
"@neo4j-antora/antora-table-footnotes": "^0.3.3",
32+
"@neo4j-antora/mark-terms": "1.1.0",
33+
"@neo4j-documentation/macros": "^1.0.4",
3434
"@neo4j-documentation/remote-include": "^1.0.0"
3535
},
3636
"devDependencies": {
37-
"express": "^5.0.1",
37+
"express": "^4.21.2",
3838
"nodemon": "^3.1.0"
39-
},
40-
"overrides": {
41-
"@antora/site-generator-default": {
42-
"glob-parent": "6.0.2"
43-
}
4439
}
4540
}
41+
42+

0 commit comments

Comments
 (0)