cam-inc / viron

OAS-driven Frontend-NoCode Administration Console
https://discovery.viron.plus/
MIT License
1.02k stars 52 forks source link

fix(nodejs): chore update #804

Closed taitasu555 closed 7 months ago

taitasu555 commented 7 months ago

Summary

src/domains/oas.ts(11,33): error TS2307: Cannot find module '@apidevtools/json-schema-ref-parser' or its corresponding type declarations.
--
88 | src/domains/oas.ts(15,22): error TS2307: Cannot find module '@viron/linter' or its corresponding type declarations.
89 | src/domains/oas.ts(236,29): error TS7006: Parameter 'error' implicitly has an 'any' type.
90 | src/domains/oas.ts(236,36): error TS7006: Parameter 'i' implicitly has an 'any' type.

fix build package error to update dependent pacakges

changeset-bot[bot] commented 7 months ago

⚠️ No Changeset found

Latest commit: f9cbf3623cb587ca5af806290d6f634c89c2695c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR