|
5 | 5 | }, |
6 | 6 | "description": "Enhance your React apps with advanced scroll detection using @smakss/react-scroll-direction. This powerful hook not only detects scroll direction but also provides scroll position information. Ideal for React, Remix, Next.js, and Gatsby projects, it comes with adjustable sensitivity and supports ES Modules.", |
7 | 7 | "devDependencies": { |
8 | | - "@commitlint/cli": "^18.6.0", |
9 | | - "@commitlint/config-conventional": "^18.6.0", |
| 8 | + "@commitlint/cli": "^19.2.1", |
| 9 | + "@commitlint/config-conventional": "^19.1.0", |
10 | 10 | "@rollup/plugin-node-resolve": "^15.2.3", |
11 | 11 | "@rollup/plugin-typescript": "^11.1.6", |
12 | | - "@types/react": "^18.2.55", |
13 | | - "@typescript-eslint/eslint-plugin": "^7.0.1", |
14 | | - "@typescript-eslint/parser": "^7.0.1", |
15 | | - "eslint": "^8.56.0", |
| 12 | + "@types/react": "^18.2.74", |
| 13 | + "@typescript-eslint/eslint-plugin": "^7.5.0", |
| 14 | + "@typescript-eslint/parser": "^7.5.0", |
| 15 | + "eslint": "^8.57.0", |
16 | 16 | "eslint-config-prettier": "^9.1.0", |
17 | 17 | "eslint-plugin-prettier": "^5.1.3", |
18 | 18 | "eslint-plugin-react-hooks": "^4.6.0", |
19 | | - "husky": "^9.0.10", |
| 19 | + "husky": "^9.0.11", |
20 | 20 | "lint-staged": "^15.2.2", |
21 | 21 | "prettier": "^3.2.5", |
22 | | - "rollup": "^4.10.0", |
23 | | - "typescript": "^5.3.3" |
| 22 | + "rollup": "^4.14.0", |
| 23 | + "typescript": "^5.4.4" |
24 | 24 | }, |
25 | 25 | "engines": { |
26 | 26 | "node": ">=18.0.0" |
|
75 | 75 | "lint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --ext js,jsx,ts,tsx --max-warnings=0 .", |
76 | 76 | "lint:fix": "eslint src/**/*.ts --fix", |
77 | 77 | "setup": "yarn && husky install", |
78 | | - "typecheck": "tsc -b ." |
| 78 | + "typecheck": "tsc -b .", |
| 79 | + "update:deps": "rm -rf node_modules yarn.lock && ncu -u && yarn" |
79 | 80 | }, |
80 | 81 | "type": "module", |
81 | 82 | "types": "./dist/index.d.ts", |
82 | | - "version": "4.0.4" |
| 83 | + "version": "4.0.5" |
83 | 84 | } |
0 commit comments