fork of hey-api/openapi-ts because I need some additional things

Merge pull request #912 from hey-api/dependabot/npm_and_yarn/prod-deps-e3cd668c6d

chore(deps): bump @radix-ui/themes from 3.1.1 to 3.1.3 in the prod-deps group

authored by

Lubos and committed by
GitHub
3557a203 ade2c6ba

+26 -52
+1 -1
examples/openapi-ts-axios/package.json
··· 15 15 "@hey-api/client-axios": "workspace:*", 16 16 "@radix-ui/react-form": "0.1.0", 17 17 "@radix-ui/react-icons": "1.3.0", 18 - "@radix-ui/themes": "3.1.1", 18 + "@radix-ui/themes": "3.1.3", 19 19 "axios": "1.7.3", 20 20 "react": "18.3.1", 21 21 "react-dom": "18.3.1"
+1 -1
examples/openapi-ts-fetch/package.json
··· 15 15 "@hey-api/client-fetch": "workspace:*", 16 16 "@radix-ui/react-form": "0.1.0", 17 17 "@radix-ui/react-icons": "1.3.0", 18 - "@radix-ui/themes": "3.1.1", 18 + "@radix-ui/themes": "3.1.3", 19 19 "react": "18.3.1", 20 20 "react-dom": "18.3.1" 21 21 },
+1 -1
examples/openapi-ts-tanstack-react-query/package.json
··· 15 15 "@hey-api/client-fetch": "workspace:*", 16 16 "@radix-ui/react-form": "0.1.0", 17 17 "@radix-ui/react-icons": "1.3.0", 18 - "@radix-ui/themes": "3.1.1", 18 + "@radix-ui/themes": "3.1.3", 19 19 "@tanstack/react-query": "5.51.23", 20 20 "@tanstack/react-query-devtools": "5.51.23", 21 21 "react": "18.3.1",
+23 -49
pnpm-lock.yaml
··· 103 103 specifier: 1.3.0 104 104 version: 1.3.0(react@18.3.1) 105 105 '@radix-ui/themes': 106 - specifier: 3.1.1 107 - version: 3.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 106 + specifier: 3.1.3 107 + version: 3.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 108 108 axios: 109 109 specifier: 1.7.3 110 110 version: 1.7.3 ··· 173 173 specifier: 1.3.0 174 174 version: 1.3.0(react@18.3.1) 175 175 '@radix-ui/themes': 176 - specifier: 3.1.1 177 - version: 3.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 176 + specifier: 3.1.3 177 + version: 3.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 178 178 react: 179 179 specifier: 18.3.1 180 180 version: 18.3.1 ··· 240 240 specifier: 1.3.0 241 241 version: 1.3.0(react@18.3.1) 242 242 '@radix-ui/themes': 243 - specifier: 3.1.1 244 - version: 3.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 243 + specifier: 3.1.3 244 + version: 3.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 245 245 '@tanstack/react-query': 246 246 specifier: 5.51.23 247 247 version: 5.51.23(react@18.3.1) ··· 2684 2684 '@radix-ui/rect@1.1.0': 2685 2685 resolution: {integrity: sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==} 2686 2686 2687 - '@radix-ui/themes@3.1.1': 2688 - resolution: {integrity: sha512-G+j+x+7kyqQXnn+ftlNPgk1DdZ8h/vVZnLsG4hZB0Mxw4fdKCh1tThQuXDSBNWhFt/vTG79BMzRMiflovENrmA==} 2687 + '@radix-ui/themes@3.1.3': 2688 + resolution: {integrity: sha512-GJt4r7Vh0w4yiGuqOKLvrZXLEAxUWfEUUtdj17rCfi+P/zpKUc7TsXro8GftA2Y1tm78Cx9x1HKt23dHc/WqIA==} 2689 2689 peerDependencies: 2690 2690 '@types/react': '*' 2691 2691 '@types/react-dom': '*' ··· 6619 6619 resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} 6620 6620 engines: {node: '>=10'} 6621 6621 6622 - supports-color@9.4.0: 6623 - resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==} 6624 - engines: {node: '>=12'} 6625 - 6626 6622 supports-preserve-symlinks-flag@1.0.0: 6627 6623 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 6628 6624 engines: {node: '>= 0.4'} ··· 9936 9932 9937 9933 '@radix-ui/rect@1.1.0': {} 9938 9934 9939 - '@radix-ui/themes@3.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 9935 + '@radix-ui/themes@3.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 9940 9936 dependencies: 9941 9937 '@radix-ui/colors': 3.0.0 9942 9938 '@radix-ui/primitive': 1.1.0 ··· 10385 10381 '@typescript-eslint/types': 7.15.0 10386 10382 '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3) 10387 10383 '@typescript-eslint/visitor-keys': 7.15.0 10388 - debug: 4.3.5(supports-color@9.4.0) 10384 + debug: 4.3.5 10389 10385 eslint: 9.6.0 10390 10386 optionalDependencies: 10391 10387 typescript: 5.5.3 ··· 10406 10402 dependencies: 10407 10403 '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3) 10408 10404 '@typescript-eslint/utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 10409 - debug: 4.3.5(supports-color@9.4.0) 10405 + debug: 4.3.5 10410 10406 eslint: 9.6.0 10411 10407 ts-api-utils: 1.3.0(typescript@5.5.3) 10412 10408 optionalDependencies: ··· 10422 10418 dependencies: 10423 10419 '@typescript-eslint/types': 5.62.0 10424 10420 '@typescript-eslint/visitor-keys': 5.62.0 10425 - debug: 4.3.5(supports-color@9.4.0) 10421 + debug: 4.3.5 10426 10422 globby: 11.1.0 10427 10423 is-glob: 4.0.3 10428 10424 semver: 7.6.2 ··· 10436 10432 dependencies: 10437 10433 '@typescript-eslint/types': 7.15.0 10438 10434 '@typescript-eslint/visitor-keys': 7.15.0 10439 - debug: 4.3.5(supports-color@9.4.0) 10435 + debug: 4.3.5 10440 10436 globby: 11.1.0 10441 10437 is-glob: 4.0.3 10442 10438 minimatch: 9.0.5 ··· 10522 10518 dependencies: 10523 10519 '@ampproject/remapping': 2.3.0 10524 10520 '@bcoe/v8-coverage': 0.2.3 10525 - debug: 4.3.5(supports-color@9.4.0) 10521 + debug: 4.3.5 10526 10522 istanbul-lib-coverage: 3.2.2 10527 10523 istanbul-lib-report: 3.0.1 10528 10524 istanbul-lib-source-maps: 5.0.4 ··· 10902 10898 transitivePeerDependencies: 10903 10899 - supports-color 10904 10900 10905 - agent-base@7.1.1(supports-color@9.4.0): 10906 - dependencies: 10907 - debug: 4.3.5(supports-color@9.4.0) 10908 - transitivePeerDependencies: 10909 - - supports-color 10910 - 10911 10901 aggregate-error@3.1.0: 10912 10902 dependencies: 10913 10903 clean-stack: 2.2.0 ··· 11541 11531 debug@4.3.5: 11542 11532 dependencies: 11543 11533 ms: 2.1.2 11544 - 11545 - debug@4.3.5(supports-color@9.4.0): 11546 - dependencies: 11547 - ms: 2.1.2 11548 - optionalDependencies: 11549 - supports-color: 9.4.0 11550 11534 11551 11535 decimal.js@10.4.3: {} 11552 11536 ··· 12452 12436 transitivePeerDependencies: 12453 12437 - supports-color 12454 12438 12455 - https-proxy-agent@7.0.4(supports-color@9.4.0): 12456 - dependencies: 12457 - agent-base: 7.1.1(supports-color@9.4.0) 12458 - debug: 4.3.5(supports-color@9.4.0) 12459 - transitivePeerDependencies: 12460 - - supports-color 12461 - 12462 12439 human-id@1.0.2: {} 12463 12440 12464 12441 human-signals@2.1.0: {} ··· 12656 12633 istanbul-lib-source-maps@5.0.4: 12657 12634 dependencies: 12658 12635 '@jridgewell/trace-mapping': 0.3.25 12659 - debug: 4.3.5(supports-color@9.4.0) 12636 + debug: 4.3.5 12660 12637 istanbul-lib-coverage: 3.2.2 12661 12638 transitivePeerDependencies: 12662 12639 - supports-color ··· 12713 12690 form-data: 4.0.0 12714 12691 html-encoding-sniffer: 4.0.0 12715 12692 http-proxy-agent: 7.0.2 12716 - https-proxy-agent: 7.0.4(supports-color@9.4.0) 12693 + https-proxy-agent: 7.0.4 12717 12694 is-potential-custom-element-name: 1.0.1 12718 12695 nwsapi: 2.2.12 12719 12696 parse5: 7.1.2 ··· 12827 12804 dependencies: 12828 12805 chalk: 5.3.0 12829 12806 commander: 12.1.0 12830 - debug: 4.3.5(supports-color@9.4.0) 12807 + debug: 4.3.5 12831 12808 execa: 8.0.1 12832 12809 lilconfig: 3.1.2 12833 12810 listr2: 8.2.3 ··· 14307 14284 dependencies: 14308 14285 has-flag: 4.0.0 14309 14286 14310 - supports-color@9.4.0: 14311 - optional: true 14312 - 14313 14287 supports-preserve-symlinks-flag@1.0.0: {} 14314 14288 14315 14289 svg-tags@1.0.0: {} ··· 14633 14607 vite-node@1.6.0(@types/node@20.14.10)(less@4.2.0)(sass@1.71.1)(terser@5.31.1): 14634 14608 dependencies: 14635 14609 cac: 6.7.14 14636 - debug: 4.3.5(supports-color@9.4.0) 14610 + debug: 4.3.5 14637 14611 pathe: 1.1.2 14638 14612 picocolors: 1.0.1 14639 14613 vite: 5.3.3(@types/node@20.14.10)(less@4.2.0)(sass@1.71.1)(terser@5.31.1) ··· 14650 14624 vite-node@1.6.0(@types/node@20.14.5)(less@4.2.0)(sass@1.71.1)(terser@5.31.1): 14651 14625 dependencies: 14652 14626 cac: 6.7.14 14653 - debug: 4.3.5(supports-color@9.4.0) 14627 + debug: 4.3.5 14654 14628 pathe: 1.1.2 14655 14629 picocolors: 1.0.1 14656 14630 vite: 5.3.3(@types/node@20.14.5)(less@4.2.0)(sass@1.71.1)(terser@5.31.1) ··· 14668 14642 dependencies: 14669 14643 '@antfu/utils': 0.7.10 14670 14644 '@rollup/pluginutils': 5.1.0(rollup@4.18.0) 14671 - debug: 4.3.5(supports-color@9.4.0) 14645 + debug: 4.3.5 14672 14646 error-stack-parser-es: 0.1.5 14673 14647 fs-extra: 11.2.0 14674 14648 open: 10.1.0 ··· 14803 14777 '@vitest/utils': 1.6.0 14804 14778 acorn-walk: 8.3.3 14805 14779 chai: 4.4.1 14806 - debug: 4.3.5(supports-color@9.4.0) 14780 + debug: 4.3.5 14807 14781 execa: 8.0.1 14808 14782 local-pkg: 0.5.0 14809 14783 magic-string: 0.30.10 ··· 14837 14811 '@vitest/utils': 1.6.0 14838 14812 acorn-walk: 8.3.3 14839 14813 chai: 4.4.1 14840 - debug: 4.3.5(supports-color@9.4.0) 14814 + debug: 4.3.5 14841 14815 execa: 8.0.1 14842 14816 local-pkg: 0.5.0 14843 14817 magic-string: 0.30.10 ··· 14872 14846 14873 14847 vue-eslint-parser@9.4.3(eslint@9.6.0): 14874 14848 dependencies: 14875 - debug: 4.3.5(supports-color@9.4.0) 14849 + debug: 4.3.5 14876 14850 eslint: 9.6.0 14877 14851 eslint-scope: 7.2.2 14878 14852 eslint-visitor-keys: 3.4.3