Skip to content

Commit f11f4f5

Browse files
committed
chore(deps): upgrade to latest stable versions
1 parent 5c952b0 commit f11f4f5

2 files changed

Lines changed: 449 additions & 750 deletions

File tree

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
},
66
"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.",
77
"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",
1010
"@rollup/plugin-node-resolve": "^15.2.3",
1111
"@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",
1616
"eslint-config-prettier": "^9.1.0",
1717
"eslint-plugin-prettier": "^5.1.3",
1818
"eslint-plugin-react-hooks": "^4.6.0",
19-
"husky": "^9.0.10",
19+
"husky": "^9.0.11",
2020
"lint-staged": "^15.2.2",
2121
"prettier": "^3.2.5",
22-
"rollup": "^4.10.0",
23-
"typescript": "^5.3.3"
22+
"rollup": "^4.14.0",
23+
"typescript": "^5.4.4"
2424
},
2525
"engines": {
2626
"node": ">=18.0.0"
@@ -75,9 +75,10 @@
7575
"lint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --ext js,jsx,ts,tsx --max-warnings=0 .",
7676
"lint:fix": "eslint src/**/*.ts --fix",
7777
"setup": "yarn && husky install",
78-
"typecheck": "tsc -b ."
78+
"typecheck": "tsc -b .",
79+
"update:deps": "rm -rf node_modules yarn.lock && ncu -u && yarn"
7980
},
8081
"type": "module",
8182
"types": "./dist/index.d.ts",
82-
"version": "4.0.4"
83+
"version": "4.0.5"
8384
}

0 commit comments

Comments
 (0)