prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey

update dependencies

authored by

github-actions[bot] and committed by
tyler
8d306722 465cc89a

+31 -31
+1 -1
package.json
··· 26 26 "prettier": "3.6.1", 27 27 "typescript-eslint": "8.35.0" 28 28 }, 29 - "packageManager": "pnpm@10.29.2", 29 + "packageManager": "pnpm@10.29.3", 30 30 "engines": { 31 31 "node": ">=20.19.0" 32 32 },
+2 -2
packages/site/package.json
··· 24 24 "@testing-library/jest-dom": "^6.9.1", 25 25 "@testing-library/react": "^16.3.2", 26 26 "@testing-library/user-event": "^14.6.1", 27 - "@types/react": "^19.2.13", 27 + "@types/react": "^19.2.14", 28 28 "@types/react-dom": "^19.2.3", 29 - "@vitejs/plugin-react": "^5.1.3", 29 + "@vitejs/plugin-react": "^5.1.4", 30 30 "babel-plugin-react-compiler": "^1.0.0", 31 31 "eslint-plugin-react-compiler": "19.1.0-rc.2", 32 32 "jsdom": "^25.0.1",
+28 -28
pnpm-lock.yaml
··· 90 90 version: 6.9.1 91 91 '@testing-library/react': 92 92 specifier: ^16.3.2 93 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 93 + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 94 94 '@testing-library/user-event': 95 95 specifier: ^14.6.1 96 96 version: 14.6.1(@testing-library/dom@10.4.1) 97 97 '@types/react': 98 - specifier: ^19.2.13 99 - version: 19.2.13 98 + specifier: ^19.2.14 99 + version: 19.2.14 100 100 '@types/react-dom': 101 101 specifier: ^19.2.3 102 - version: 19.2.3(@types/react@19.2.13) 102 + version: 19.2.3(@types/react@19.2.14) 103 103 '@vitejs/plugin-react': 104 - specifier: ^5.1.3 105 - version: 5.1.3(rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1)) 104 + specifier: ^5.1.4 105 + version: 5.1.4(rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1)) 106 106 babel-plugin-react-compiler: 107 107 specifier: ^1.0.0 108 108 version: 1.0.0 ··· 1014 1014 '@rolldown/pluginutils@1.0.0-beta.45': 1015 1015 resolution: {integrity: sha512-Le9ulGCrD8ggInzWw/k2J8QcbPz7eGIOWqfJ2L+1R0Opm7n6J37s2hiDWlh6LJN0Lk9L5sUzMvRHKW7UxBZsQA==} 1016 1016 1017 - '@rolldown/pluginutils@1.0.0-rc.2': 1018 - resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==} 1017 + '@rolldown/pluginutils@1.0.0-rc.3': 1018 + resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==} 1019 1019 1020 1020 '@standard-schema/spec@1.0.0': 1021 1021 resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} ··· 1184 1184 peerDependencies: 1185 1185 '@types/react': ^19.2.0 1186 1186 1187 - '@types/react@19.2.13': 1188 - resolution: {integrity: sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ==} 1187 + '@types/react@19.2.14': 1188 + resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==} 1189 1189 1190 1190 '@typescript-eslint/eslint-plugin@8.35.0': 1191 1191 resolution: {integrity: sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==} ··· 1255 1255 peerDependencies: 1256 1256 typescript: '*' 1257 1257 1258 - '@vitejs/plugin-react@5.1.3': 1259 - resolution: {integrity: sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==} 1258 + '@vitejs/plugin-react@5.1.4': 1259 + resolution: {integrity: sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==} 1260 1260 engines: {node: ^20.19.0 || >=22.12.0} 1261 1261 peerDependencies: 1262 1262 vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 ··· 3697 3697 3698 3698 '@rolldown/pluginutils@1.0.0-beta.45': {} 3699 3699 3700 - '@rolldown/pluginutils@1.0.0-rc.2': {} 3700 + '@rolldown/pluginutils@1.0.0-rc.3': {} 3701 3701 3702 3702 '@standard-schema/spec@1.0.0': {} 3703 3703 ··· 3771 3771 3772 3772 '@testing-library/dom@10.4.1': 3773 3773 dependencies: 3774 - '@babel/code-frame': 7.27.1 3774 + '@babel/code-frame': 7.29.0 3775 3775 '@babel/runtime': 7.28.4 3776 3776 '@types/aria-query': 5.0.4 3777 3777 aria-query: 5.3.0 ··· 3789 3789 picocolors: 1.1.1 3790 3790 redent: 3.0.0 3791 3791 3792 - '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 3792 + '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 3793 3793 dependencies: 3794 3794 '@babel/runtime': 7.28.4 3795 3795 '@testing-library/dom': 10.4.1 3796 3796 react: 19.2.4 3797 3797 react-dom: 19.2.4(react@19.2.4) 3798 3798 optionalDependencies: 3799 - '@types/react': 19.2.13 3800 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 3799 + '@types/react': 19.2.14 3800 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 3801 3801 3802 3802 '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)': 3803 3803 dependencies: ··· 3812 3812 3813 3813 '@types/babel__core@7.20.5': 3814 3814 dependencies: 3815 - '@babel/parser': 7.28.5 3816 - '@babel/types': 7.28.5 3815 + '@babel/parser': 7.29.0 3816 + '@babel/types': 7.29.0 3817 3817 '@types/babel__generator': 7.27.0 3818 3818 '@types/babel__template': 7.4.4 3819 3819 '@types/babel__traverse': 7.28.0 3820 3820 3821 3821 '@types/babel__generator@7.27.0': 3822 3822 dependencies: 3823 - '@babel/types': 7.28.5 3823 + '@babel/types': 7.29.0 3824 3824 3825 3825 '@types/babel__template@7.4.4': 3826 3826 dependencies: 3827 - '@babel/parser': 7.28.5 3828 - '@babel/types': 7.28.5 3827 + '@babel/parser': 7.29.0 3828 + '@babel/types': 7.29.0 3829 3829 3830 3830 '@types/babel__traverse@7.28.0': 3831 3831 dependencies: 3832 - '@babel/types': 7.28.5 3832 + '@babel/types': 7.29.0 3833 3833 3834 3834 '@types/chai@5.2.2': 3835 3835 dependencies: ··· 3847 3847 dependencies: 3848 3848 undici-types: 7.8.0 3849 3849 3850 - '@types/react-dom@19.2.3(@types/react@19.2.13)': 3850 + '@types/react-dom@19.2.3(@types/react@19.2.14)': 3851 3851 dependencies: 3852 - '@types/react': 19.2.13 3852 + '@types/react': 19.2.14 3853 3853 3854 - '@types/react@19.2.13': 3854 + '@types/react@19.2.14': 3855 3855 dependencies: 3856 3856 csstype: 3.2.3 3857 3857 ··· 3965 3965 transitivePeerDependencies: 3966 3966 - supports-color 3967 3967 3968 - '@vitejs/plugin-react@5.1.3(rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1))': 3968 + '@vitejs/plugin-react@5.1.4(rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1))': 3969 3969 dependencies: 3970 3970 '@babel/core': 7.29.0 3971 3971 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) 3972 3972 '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0) 3973 - '@rolldown/pluginutils': 1.0.0-rc.2 3973 + '@rolldown/pluginutils': 1.0.0-rc.3 3974 3974 '@types/babel__core': 7.20.5 3975 3975 react-refresh: 0.18.0 3976 3976 vite: rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1)