this repo has no description
0
fork

Configure Feed

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

updates

alice b5540e21 262651e8

+8 -8
bun.lockb

This is a binary file and will not be displayed.

+8 -8
package.json
··· 11 11 }, 12 12 "dependencies": { 13 13 "@babel/preset-typescript": "^7.24.7", 14 - "@types/node": "^22.5.4", 15 - "@types/react": "^18.3.5", 14 + "@types/node": "^22.5.5", 15 + "@types/react": "^18.3.8", 16 16 "@types/react-dom": "^18.3.0", 17 17 "autoprefixer": "^10.4.20", 18 18 "bookmarkleter": "^1.1.0", 19 - "eslint": "^9.9.1", 20 - "eslint-config-next": "^14.2.8", 21 - "next": "^14.2.8", 19 + "eslint": "^9.10.0", 20 + "eslint-config-next": "^14.2.13", 21 + "next": "^14.2.13", 22 22 "patch-package": "^8.0.0", 23 - "postcss": "^8.4.45", 23 + "postcss": "^8.4.47", 24 24 "prism-react-renderer": "^2.4.0", 25 25 "react": "^18.3.1", 26 26 "react-dom": "^18.3.1", 27 - "tailwindcss": "^3.4.10", 28 - "typescript": "^5.5.4" 27 + "tailwindcss": "^3.4.12", 28 + "typescript": "^5.6.2" 29 29 } 30 30 }