Skip to content

Commit

Permalink
chore: bump ts-json-schema-generator from 1.5.1 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 1.5.1 to 2.1.1.
- [Release notes](https://github.com/vega/ts-json-schema-generator/releases)
- [Changelog](https://github.com/vega/ts-json-schema-generator/blob/v2.1.1/CHANGELOG.md)
- [Commits](vega/ts-json-schema-generator@v1.5.1...v2.1.1)

---
updated-dependencies:
- dependency-name: ts-json-schema-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 691b9f8 commit fb82254
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.1.0",
"mocha": "^10.4.0",
"ts-json-schema-generator": "^1.5.1",
"ts-json-schema-generator": "^2.1.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@types/glob": "^8.1.0",
"lorem-ipsum": "^2.0.8",
"ts-json-schema-generator": "^1.5.1"
"ts-json-schema-generator": "^2.1.1"
},
"module": "bin.mjs"
}
22 changes: 12 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"dependencies": {
"globby": "^14.0.1",
"safe-stable-stringify": "^2.4.3",
"ts-json-schema-generator": "^1.5.1"
"ts-json-schema-generator": "^2.1.1"
}
}

0 comments on commit fb82254

Please sign in to comment.