glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.76k stars 1.04k forks source link

chore: remove unused types devDeps #2586

Closed inferrinizzard closed 2 months ago

inferrinizzard commented 2 months ago

Description

Removes @types/yaml and @types/js-base64 as types are now included in the base packages

Motivation and Context

Resolves this warning on build:

Run npm ci
npm WARN deprecated @types/js-base64@3.3.1: This is a stub types definition. js-base64 provides its own type definitions, so you do not need this installed.
npm WARN deprecated @types/yaml@1.9.7: This is a stub types definition. yaml provides its own type definitions, so you do not need this installed.

Previous Behaviour / Output

N/a

New Behaviour / Output

N/a

How Has This Been Tested?

Screenshots (if appropriate):