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

Configure Feed

Select the types of activity you want to include in your feed.

update dependencies (#95)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

Tyler Lawson
github-actions[bot]
and committed by
GitHub
645ddc6c ef7f4cc5

+46 -36
+1 -1
packages/prototypey/package.json
··· 38 38 "dependencies": { 39 39 "@atproto/lexicon": "^0.6.2", 40 40 "sade": "^1.8.1", 41 - "tinyglobby": "^0.2.15" 41 + "tinyglobby": "^0.2.16" 42 42 }, 43 43 "devDependencies": { 44 44 "@ark/attest": "^0.49.0",
+2 -2
packages/site/package.json
··· 16 16 "monaco-editor": "0.52.0", 17 17 "nuqs": "^2.8.9", 18 18 "prototypey": "workspace:*", 19 - "react": "^19.2.4", 20 - "react-dom": "^19.2.4" 19 + "react": "^19.2.5", 20 + "react-dom": "^19.2.5" 21 21 }, 22 22 "devDependencies": { 23 23 "@tailwindcss/vite": "^4.2.2",
+43 -33
pnpm-lock.yaml
··· 39 39 specifier: ^1.8.1 40 40 version: 1.8.1 41 41 tinyglobby: 42 - specifier: ^0.2.15 43 - version: 0.2.15 42 + specifier: ^0.2.16 43 + version: 0.2.16 44 44 devDependencies: 45 45 '@ark/attest': 46 46 specifier: ^0.49.0 ··· 62 62 dependencies: 63 63 '@monaco-editor/react': 64 64 specifier: ^4.7.0 65 - version: 4.7.0(monaco-editor@0.52.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 65 + version: 4.7.0(monaco-editor@0.52.0)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 66 66 lz-string: 67 67 specifier: ^1.5.0 68 68 version: 1.5.0 ··· 71 71 version: 0.52.0 72 72 nuqs: 73 73 specifier: ^2.8.9 74 - version: 2.8.9(react@19.2.4) 74 + version: 2.8.9(react@19.2.5) 75 75 prototypey: 76 76 specifier: workspace:* 77 77 version: link:../prototypey 78 78 react: 79 - specifier: ^19.2.4 80 - version: 19.2.4 79 + specifier: ^19.2.5 80 + version: 19.2.5 81 81 react-dom: 82 - specifier: ^19.2.4 83 - version: 19.2.4(react@19.2.4) 82 + specifier: ^19.2.5 83 + version: 19.2.5(react@19.2.5) 84 84 devDependencies: 85 85 '@tailwindcss/vite': 86 86 specifier: ^4.2.2 ··· 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.14))(@types/react@19.2.14)(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.5(react@19.2.5))(react@19.2.5) 94 94 '@testing-library/user-event': 95 95 specifier: ^14.6.1 96 96 version: 14.6.1(@testing-library/dom@10.4.1) ··· 2220 2220 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 2221 2221 engines: {node: '>=12'} 2222 2222 2223 + picomatch@4.0.4: 2224 + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} 2225 + engines: {node: '>=12'} 2226 + 2223 2227 pify@4.0.1: 2224 2228 resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} 2225 2229 engines: {node: '>=6'} ··· 2264 2268 queue-microtask@1.2.3: 2265 2269 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 2266 2270 2267 - react-dom@19.2.4: 2268 - resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==} 2271 + react-dom@19.2.5: 2272 + resolution: {integrity: sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==} 2269 2273 peerDependencies: 2270 - react: ^19.2.4 2274 + react: ^19.2.5 2271 2275 2272 2276 react-is@17.0.2: 2273 2277 resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} ··· 2276 2280 resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==} 2277 2281 engines: {node: '>=0.10.0'} 2278 2282 2279 - react@19.2.4: 2280 - resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==} 2283 + react@19.2.5: 2284 + resolution: {integrity: sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==} 2281 2285 engines: {node: '>=0.10.0'} 2282 2286 2283 2287 read-yaml-file@1.1.0: ··· 2524 2528 resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} 2525 2529 engines: {node: '>=18'} 2526 2530 2527 - tinyglobby@0.2.15: 2528 - resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 2531 + tinyglobby@0.2.16: 2532 + resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} 2529 2533 engines: {node: '>=12.0.0'} 2530 2534 2531 2535 tinypool@1.1.1: ··· 3375 3379 dependencies: 3376 3380 state-local: 1.0.7 3377 3381 3378 - '@monaco-editor/react@4.7.0(monaco-editor@0.52.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 3382 + '@monaco-editor/react@4.7.0(monaco-editor@0.52.0)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 3379 3383 dependencies: 3380 3384 '@monaco-editor/loader': 1.7.0 3381 3385 monaco-editor: 0.52.0 3382 - react: 19.2.4 3383 - react-dom: 19.2.4(react@19.2.4) 3386 + react: 19.2.5 3387 + react-dom: 19.2.5(react@19.2.5) 3384 3388 3385 3389 '@napi-rs/wasm-runtime@0.2.12': 3386 3390 dependencies: ··· 3665 3669 picocolors: 1.1.1 3666 3670 redent: 3.0.0 3667 3671 3668 - '@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)': 3672 + '@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.5(react@19.2.5))(react@19.2.5)': 3669 3673 dependencies: 3670 3674 '@babel/runtime': 7.28.6 3671 3675 '@testing-library/dom': 10.4.1 3672 - react: 19.2.4 3673 - react-dom: 19.2.4(react@19.2.4) 3676 + react: 19.2.5 3677 + react-dom: 19.2.5(react@19.2.5) 3674 3678 optionalDependencies: 3675 3679 '@types/react': 19.2.14 3676 3680 '@types/react-dom': 19.2.3(@types/react@19.2.14) ··· 4288 4292 optionalDependencies: 4289 4293 picomatch: 4.0.3 4290 4294 4295 + fdir@6.5.0(picomatch@4.0.4): 4296 + optionalDependencies: 4297 + picomatch: 4.0.4 4298 + 4291 4299 file-entry-cache@8.0.0: 4292 4300 dependencies: 4293 4301 flat-cache: 4.0.1 ··· 4736 4744 4737 4745 node-releases@2.0.27: {} 4738 4746 4739 - nuqs@2.8.9(react@19.2.4): 4747 + nuqs@2.8.9(react@19.2.5): 4740 4748 dependencies: 4741 4749 '@standard-schema/spec': 1.0.0 4742 - react: 19.2.4 4750 + react: 19.2.5 4743 4751 4744 4752 nwsapi@2.2.23: {} 4745 4753 ··· 4831 4839 4832 4840 picomatch@4.0.3: {} 4833 4841 4842 + picomatch@4.0.4: {} 4843 + 4834 4844 pify@4.0.1: {} 4835 4845 4836 4846 postcss@8.5.6: ··· 4861 4871 4862 4872 queue-microtask@1.2.3: {} 4863 4873 4864 - react-dom@19.2.4(react@19.2.4): 4874 + react-dom@19.2.5(react@19.2.5): 4865 4875 dependencies: 4866 - react: 19.2.4 4876 + react: 19.2.5 4867 4877 scheduler: 0.27.0 4868 4878 4869 4879 react-is@17.0.2: {} 4870 4880 4871 4881 react-refresh@0.18.0: {} 4872 4882 4873 - react@19.2.4: {} 4883 + react@19.2.5: {} 4874 4884 4875 4885 read-yaml-file@1.1.0: 4876 4886 dependencies: ··· 4927 4937 picomatch: 4.0.3 4928 4938 postcss: 8.5.6 4929 4939 rolldown: 1.0.0-beta.24 4930 - tinyglobby: 0.2.15 4940 + tinyglobby: 0.2.16 4931 4941 optionalDependencies: 4932 4942 '@types/node': 24.0.4 4933 4943 esbuild: 0.25.10 ··· 5084 5094 5085 5095 tinyexec@1.0.2: {} 5086 5096 5087 - tinyglobby@0.2.15: 5097 + tinyglobby@0.2.16: 5088 5098 dependencies: 5089 - fdir: 6.5.0(picomatch@4.0.3) 5090 - picomatch: 4.0.3 5099 + fdir: 6.5.0(picomatch@4.0.4) 5100 + picomatch: 4.0.4 5091 5101 5092 5102 tinypool@1.1.1: {} 5093 5103 ··· 5134 5144 rolldown-plugin-dts: 0.17.8(oxc-resolver@11.19.1)(rolldown@1.0.0-beta.45)(typescript@5.9.3) 5135 5145 semver: 7.7.4 5136 5146 tinyexec: 1.0.2 5137 - tinyglobby: 0.2.15 5147 + tinyglobby: 0.2.16 5138 5148 tree-kill: 1.2.2 5139 5149 unconfig: 7.5.0 5140 5150 optionalDependencies: ··· 5241 5251 std-env: 3.10.0 5242 5252 tinybench: 2.9.0 5243 5253 tinyexec: 0.3.2 5244 - tinyglobby: 0.2.15 5254 + tinyglobby: 0.2.16 5245 5255 tinypool: 1.1.1 5246 5256 tinyrainbow: 2.0.0 5247 5257 vite: rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1)(yaml@2.8.2)