Skip to content

Commit

Permalink
fix(deps): update dependency json-schema-to-typescript to v14 (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent b535be4 commit 785f635
Show file tree
Hide file tree
Showing 5 changed files with 586 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .buildkite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"axios": "^1.6.0",
"buildkite-agent-node": "^0.0.11-pre.2",
"gh-pages": "^3.2.3",
"json-schema-to-typescript": "11.0.3",
"minimatch": "^5.0.1",
"json-schema-to-typescript": "14.0.0",
"minimatch": "^9.0.4",
"targz": "^1.0.1",
"tmp": "^0.2.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/utils/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { retry } from '@octokit/plugin-retry';
import { Octokit } from '@octokit/rest';
import { getMetadata } from 'buildkite-agent-node';
import ghpages from 'gh-pages';
import minimatch, { IOptions as MinimatchOptions } from 'minimatch';
import { minimatch, MinimatchOptions } from 'minimatch';
import { Optional } from 'utility-types';

import { getJobCheckName } from './build';
Expand Down
Loading

0 comments on commit 785f635

Please sign in to comment.