Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency json-schema-to-typescript to v15 #414

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nix/yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let
rm $out/.gitignore
'';
outputHashMode = "recursive";
outputHash = "sha512-OkidomBHk9k+7KWg8kZYyuQ0bOyXNx27XqR6hxqJjAKdqnB228ZntGA4QI1LgDS6soZjP8oB0sZx3Dc2GT5CmA==";
outputHash = "sha512-hoLzOaE5fvtkoVutJNQ6o/3sQB2sBuPU3H1knHiLHh6qJniJK1r0nf7qOhePsuqzZgSbAdguot2N8VD+2oRB9A==";
};

# Main project derivation.
Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": true,
"devDependencies": {
"json-schema-to-typescript": "^14.0.0",
"json-schema-to-typescript": "^15.0.0",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
},
Expand Down
39 changes: 14 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@catppuccin/vsc-typegen@workspace:packages/catppuccin-vsc-typegen"
dependencies:
json-schema-to-typescript: "npm:^14.0.0"
json-schema-to-typescript: "npm:^15.0.0"
tsx: "npm:^4.7.2"
typescript: "npm:^5.4.5"
languageName: unknown
Expand Down Expand Up @@ -4429,15 +4429,6 @@ __metadata:
languageName: node
linkType: hard

"@types/prettier@npm:^3.0.0":
version: 3.0.0
resolution: "@types/prettier@npm:3.0.0"
dependencies:
prettier: "npm:*"
checksum: 10c0/edab8c0c0e56936e89c919cac17e384a9f231ce12062fb3beeb45bc45e7dcc4035dd3d7df3333b0bdd39f3b4501f22267a9dba45e22b9728c139857142e90282
languageName: node
linkType: hard

"@types/pretty-hrtime@npm:^1.0.0":
version: 1.0.1
resolution: "@types/pretty-hrtime@npm:1.0.1"
Expand Down Expand Up @@ -8342,27 +8333,25 @@ __metadata:
languageName: node
linkType: hard

"json-schema-to-typescript@npm:^14.0.0":
version: 14.0.0
resolution: "json-schema-to-typescript@npm:14.0.0"
"json-schema-to-typescript@npm:^15.0.0":
version: 15.0.0
resolution: "json-schema-to-typescript@npm:15.0.0"
dependencies:
"@apidevtools/json-schema-ref-parser": "npm:^11.5.5"
"@types/json-schema": "npm:^7.0.15"
"@types/lodash": "npm:^4.17.0"
"@types/prettier": "npm:^3.0.0"
cli-color: "npm:^2.0.4"
glob: "npm:^10.3.12"
is-glob: "npm:^4.0.3"
js-yaml: "npm:^4.1.0"
lodash: "npm:^4.17.21"
minimist: "npm:^1.2.8"
mkdirp: "npm:^3.0.1"
mz: "npm:^2.7.0"
node-fetch: "npm:^3.3.2"
prettier: "npm:^3.2.5"
bin:
json2ts: dist/src/cli.js
checksum: 10c0/49d65d8c07d5a24e029f57402ba61894b8e6b57778edfa7490ef36ae71e1bc1aa7dba9b55c5f3e2cd6f9349b2e01e88e98492e9f20ed85b6fac16310914ef789
checksum: 10c0/1f00ea84fd3802bb2f841fb6c66a9b0aaadb2f484f1f6934988d5579470648e92482a9685f86d8bd804d11b15b504158a0a85dc58756284ba8b3d4e8b41592f6
languageName: node
linkType: hard

Expand Down Expand Up @@ -9998,15 +9987,6 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:*, prettier@npm:^3.1.1, prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
languageName: node
linkType: hard

"prettier@npm:^2.8.0":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
Expand All @@ -10016,6 +9996,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.1.1, prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
languageName: node
linkType: hard

"pretty-hrtime@npm:^1.0.3":
version: 1.0.3
resolution: "pretty-hrtime@npm:1.0.3"
Expand Down