Skip to content

Commit 8f12576

Browse files
committed
chore: version is 0.1.0
1 parent 6e8ffcb commit 8f12576

2 files changed

Lines changed: 137 additions & 55 deletions

File tree

package-lock.json

Lines changed: 132 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cppalliance/antora-cpp-reference-extension",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "C++ Reference Extension for Antora",
55
"main": "lib/extension.js",
66
"scripts": {
@@ -25,12 +25,12 @@
2525
},
2626
"homepage": "https://github.com/cppalliance/antora-cpp-reference-extension#readme",
2727
"dependencies": {
28-
"@antora/expand-path-helper": "^2.0.0",
29-
"axios": "^1.12.2",
28+
"@antora/expand-path-helper": "^3.0.0",
29+
"axios": "^1.13.2",
3030
"cache-directory": "^2.0.0",
3131
"fast-glob": "^3.3.3",
32-
"isomorphic-git": "^1.33.2",
32+
"isomorphic-git": "^1.35.0",
3333
"js-yaml": "^4.1.0",
34-
"semver": "^7.7.2"
34+
"semver": "^7.7.3"
3535
}
3636
}

0 commit comments

Comments
 (0)