this repo has no description
0
fork

Configure Feed

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

updates

alice ae15782b 27e7560c

+9 -9
bun.lockb

This is a binary file and will not be displayed.

+9 -9
package.json
··· 11 11 }, 12 12 "dependencies": { 13 13 "@babel/preset-typescript": "^7.25.7", 14 - "@types/node": "^22.7.4", 14 + "@types/node": "^22.7.7", 15 15 "@types/react": "npm:types-react@19.0.0-rc.1", 16 16 "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", 17 17 "@vercel/functions": "^1.4.2", 18 18 "autoprefixer": "^10.4.20", 19 19 "bookmarkleter": "^1.1.0", 20 - "eslint": "^9.12.0", 21 - "eslint-config-next": "^14.2.14", 22 - "next": "15.0.0-rc.1", 20 + "eslint": "^9.13.0", 21 + "eslint-config-next": "15.0.0", 22 + "next": "15.0.0", 23 23 "patch-package": "^8.0.0", 24 24 "postcss": "^8.4.47", 25 25 "prism-react-renderer": "^2.4.0", 26 - "react": "19.0.0-rc-cd22717c-20241013", 27 - "react-dom": "19.0.0-rc-cd22717c-20241013", 28 - "tailwindcss": "^3.4.13", 29 - "typescript": "^5.6.2" 26 + "react": "19.0.0-rc-65a56d0e-20241020", 27 + "react-dom": "19.0.0-rc-65a56d0e-20241020", 28 + "tailwindcss": "^3.4.14", 29 + "typescript": "^5.6.3" 30 30 }, 31 31 "overrides": { 32 32 "@types/react": "npm:types-react@19.0.0-rc.1", 33 33 "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" 34 34 } 35 - } 35 + }