this repo has no description
0
fork

Configure Feed

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

upgrade node version, packages

alice c7bb899e 4c1bf409

+3 -3
+3 -3
package.json
··· 25 25 "@eslint/js": "^9.13.0", 26 26 "@trivago/prettier-plugin-sort-imports": "^4.3.0", 27 27 "@types/eslint__js": "^8.42.3", 28 - "@types/node": "^22.7.7", 28 + "@types/node": "^22.8.4", 29 29 "eslint": "^9.13.0", 30 30 "prettier": "^3.3.3", 31 - "tsx": "^4.19.1", 31 + "tsx": "^4.19.2", 32 32 "typescript": "^5.6.3", 33 - "typescript-eslint": "^8.10.0" 33 + "typescript-eslint": "^8.12.2" 34 34 }, 35 35 "lint-staged": { 36 36 "*": "prettier --ignore-unknown --write --ignore-path .prettierignore"