Skip to content

Commit

Permalink
Merge pull request #1824 from vega/next
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
domoritz committed Nov 27, 2023
2 parents 67d9572 + 2c8c088 commit e5db01a
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "yarn"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"json5": "^2.2.3",
"normalize-path": "^3.0.0",
"safe-stable-stringify": "^2.4.3",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ts-json-schema-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const args = new Command()
)
.option(
"--additional-properties",
"Allow additional properties for objects with no index signature (default: false)",
"Allow additional properties for objects with no index signature",
false
)
.version(pkg.version)
Expand Down
Loading

0 comments on commit e5db01a

Please sign in to comment.