Skip to content

Commit

Permalink
build: revert quick-type core bc it breaks (#252)
Browse files Browse the repository at this point in the history
https://github.com/defenseunicorns/kubernetes-fluent-client/actions/workflows/release.yml

An update QuickType Core broke our KFC Release pipeline

```bash
[Release: node_modules/quicktype-core/dist/input/JSONSchemaInput.d.ts#L1](793ca7b#annotation_21521061930)
Could not find a declaration file for module 'urijs'. '/home/runner/work/kubernetes-fluent-client/kubernetes-fluent-client/node_modules/urijs/src/URI.js' implicitly has an 'any' type.
```

Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
  • Loading branch information
cmwylie19 authored May 14, 2024
1 parent 14e3c3d commit 6b5cf43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fast-json-patch": "3.1.1",
"http-status-codes": "2.3.0",
"node-fetch": "2.7.0",
"quicktype-core": "23.0.162",
"quicktype-core": "23.0.158",
"type-fest": "4.18.2",
"yargs": "17.7.2"
},
Expand Down

0 comments on commit 6b5cf43

Please sign in to comment.