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

authored by

github-actions[bot] and committed by
Tyler Lawson
592c22c2 e5625d10

+8 -8
+1 -1
package.json
··· 26 26 "prettier": "3.6.1", 27 27 "typescript-eslint": "8.35.0" 28 28 }, 29 - "packageManager": "pnpm@10.31.0", 29 + "packageManager": "pnpm@10.32.1", 30 30 "engines": { 31 31 "node": ">=20.19.0" 32 32 },
+1 -1
packages/site/package.json
··· 26 26 "@testing-library/user-event": "^14.6.1", 27 27 "@types/react": "^19.2.14", 28 28 "@types/react-dom": "^19.2.3", 29 - "@vitejs/plugin-react": "^5.1.4", 29 + "@vitejs/plugin-react": "^5.2.0", 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",
+6 -6
pnpm-lock.yaml
··· 101 101 specifier: ^19.2.3 102 102 version: 19.2.3(@types/react@19.2.14) 103 103 '@vitejs/plugin-react': 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)(yaml@2.8.2)) 104 + specifier: ^5.2.0 105 + version: 5.2.0(rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1)(yaml@2.8.2)) 106 106 babel-plugin-react-compiler: 107 107 specifier: ^1.0.0 108 108 version: 1.0.0 ··· 1178 1178 peerDependencies: 1179 1179 typescript: '*' 1180 1180 1181 - '@vitejs/plugin-react@5.1.4': 1182 - resolution: {integrity: sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==} 1181 + '@vitejs/plugin-react@5.2.0': 1182 + resolution: {integrity: sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==} 1183 1183 engines: {node: ^20.19.0 || >=22.12.0} 1184 1184 peerDependencies: 1185 - vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 1185 + vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 1186 1186 1187 1187 '@vitest/expect@3.2.4': 1188 1188 resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} ··· 3768 3768 transitivePeerDependencies: 3769 3769 - supports-color 3770 3770 3771 - '@vitejs/plugin-react@5.1.4(rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1)(yaml@2.8.2))': 3771 + '@vitejs/plugin-react@5.2.0(rolldown-vite@7.0.6(@types/node@24.0.4)(esbuild@0.25.10)(jiti@2.6.1)(yaml@2.8.2))': 3772 3772 dependencies: 3773 3773 '@babel/core': 7.29.0 3774 3774 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)